Gromacs
2016.4
|
Stores a set of index groups.
Public Member Functions | |
gmx_ana_indexgrps_t (int nr) | |
Initializes an empty set of groups. | |
Public Attributes | |
int | nr |
Number of index groups. More... | |
gmx_ana_index_t * | g |
Array of index groups. More... | |
std::vector< std::string > | names |
Group names. More... | |
gmx_ana_index_t* gmx_ana_indexgrps_t::g |
Array of index groups.
std::vector<std::string> gmx_ana_indexgrps_t::names |
Group names.
int gmx_ana_indexgrps_t::nr |
Number of index groups.