Gromacs
2018.7
|
#include <programs/mdrun/tests/trajectoryreader.h>
Contains the content of a trajectory frame read by an TrajectoryFrameReader.
Objects of this type are intended to be constructed by TrajectoryFrameReader objects, and as such will always contain valid data from an trajectory file frame.
Public Member Functions | |
std::string | getFrameName () const |
Return string that helps users identify this frame, containing time and step number. More... | |
TrajectoryFrame () | |
Constructor. | |
Public Attributes | |
t_trxframe * | frame_ |
Handle to trajectory data. | |
std::string gmx::test::TrajectoryFrame::getFrameName | ( | ) | const |
Return string that helps users identify this frame, containing time and step number.
std::bad_alloc | when out of memory |