This contains a collection of points; contains information for a particular frame. More...
#include <mol_sys.hpp>
Data Fields | |
std::vector< S > | pts |
int | currentFrame |
Collection of points. More... | |
int | nop |
Current frame number. More... | |
std::vector< T > | box |
Number of atoms. More... | |
std::vector< T > | boxLow |
Periodic box lengths. More... | |
std::unordered_map< int, int > | idIndexMap |
xlo, ylo, zlo More... | |
This contains a collection of points; contains information for a particular frame.
Specifically
Definition at line 170 of file mol_sys.hpp.