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