Gromacs
2018.8
|
#include <string>
#include <vector>
#include "gromacs/selection/position.h"
#include "gromacs/selection/selectionenums.h"
#include "gromacs/utility/arrayref.h"
#include "gromacs/utility/classhelpers.h"
#include "gromacs/utility/gmxassert.h"
Declares gmx::Selection and supporting classes.
Classes | |
class | gmx::Selection |
Provides access to a single selection. More... | |
class | gmx::SelectionPosition |
Provides access to information about a single selected position. More... | |
Typedefs | |
typedef std::vector< Selection > | gmx::SelectionList |
Container of selections used in public selection interfaces. | |