Gromacs
2020.4
|
#include <memory>
#include <string>
#include <vector>
#include "gromacs/math/vectypes.h"
#include "gromacs/topology/atoms.h"
#include "gromacs/topology/topology.h"
#include "gromacs/utility/classhelpers.h"
Declares gmx::TopologyInformation.
Classes | |
class | gmx::ArrayRef< T > |
STL-like interface to a C array of T (or part of a std container of T). More... | |
class | gmx::TopologyInformation |
Topology information available to a trajectory analysis module. More... | |
Typedefs | |
typedef struct gmx_rmpbc * | gmx_rmpbc_t |
Forward declaration. | |
Functions | |
gmx_rmpbc_t | gmx::gmx_rmpbc_init (const gmx::TopologyInformation &topInfo) |
Convenience overload useful for implementing legacy tools. | |