Gromacs  2018.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
gmx::test::TrajectoryFrame Class Reference

#include <programs/mdrun/tests/trajectoryreader.h>

Description

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.
 

Member Function Documentation

std::string gmx::test::TrajectoryFrame::getFrameName ( ) const

Return string that helps users identify this frame, containing time and step number.

Exceptions
std::bad_allocwhen out of memory

The documentation for this class was generated from the following files: