![]() |
Rosetta
2021.16
|
storage for indicies to something in a mmtf struct this makes it easier to iterate the struct in relation to AtomInformation vectors More...
#include <util.hh>
Public Member Functions | |
| sd_index () | |
| sd_index (int32_t mi, int32_t ci, int32_t gi, int32_t gai) | |
| bool | operator== (sd_index const &rhs) const |
| std::string | to_string () const |
Public Attributes | |
| int32_t | model_index |
| int32_t | chain_index |
| int32_t | group_index |
| int32_t | group_atom_index |
storage for indicies to something in a mmtf struct this makes it easier to iterate the struct in relation to AtomInformation vectors
|
inline |
References chain_index, group_atom_index, group_index, and model_index.
|
inline |
References chain_index, group_atom_index, group_index, and model_index.
References chain_index, group_atom_index, group_index, and model_index.
| std::string core::io::mmtf::sd_index::to_string | ( | ) | const |
References chain_index, group_atom_index, group_index, and model_index.
Referenced by core::io::mmtf::operator<<().
| int32_t core::io::mmtf::sd_index::chain_index |
Referenced by operator==(), sd_index(), and to_string().
| int32_t core::io::mmtf::sd_index::group_atom_index |
Referenced by core::io::mmtf::add_bonds_to_sd(), operator==(), sd_index(), and to_string().
| int32_t core::io::mmtf::sd_index::group_index |
Referenced by core::io::mmtf::add_bonds_to_sd(), operator==(), sd_index(), and to_string().
| int32_t core::io::mmtf::sd_index::model_index |
Referenced by operator==(), sd_index(), and to_string().
1.8.7