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 Functions

void clear()
CartesianCoor3D coord3D(size_t i)

Public Members

size_t number_of_atoms
double t
CartesianCoor3D origin
std::vector<coor2_t> x
std::vector<coor2_t> y
std::vector<coor2_t> z
std::vector<CartesianCoor3D> unitcell

Private Functions

template<class Archive>
inline void serialize(Archive &ar, const unsigned int version)

Friends

friend class boost::serialization::access