File frame.hpp
This file contains a class which defines the contents of a generic frame.
- Author
Benjamin Lindner ben@benlabs.net
- Version
See VERSION in CMakeLists.txt
- Copyright
GNU General Public License
-
class Frame
- #include <frame.hpp>
Stores Frame information and resembles the trajectory data.
Public Members
-
size_t number_of_atoms
-
double t
-
CartesianCoor3D origin
-
std::vector<CartesianCoor3D> unitcell
Private Functions
Friends
- friend class boost::serialization::access
-
size_t number_of_atoms