18#ifndef VOTCA_CSG_GMXTRAJECTORYREADER_PRIVATE_H
19#define VOTCA_CSG_GMXTRAJECTORYREADER_PRIVATE_H
25#include <gromacs/fileio/oenv.h>
26#include <gromacs/fileio/trxio.h>
27#include <gromacs/trajectory/trajectoryframe.h>
66 bool Open(
const std::string &file)
override;
72 void Close()
override;
class for reading gromacs trajectory files
bool FirstFrame(Topology &conf) override
read in the first frame
t_trxframe gmx_frame_
gmx frame
bool NextFrame(Topology &conf) override
read in the next frame
t_trxstatus * gmx_status_
const tools::DistanceUnit distance_unit
const tools::VelocityUnit velocity_unit
bool Open(const std::string &file) override
open a trejectory file
GMXTrajectoryReader()=default
const tools::TimeUnit time_unit
const tools::MolarForceUnit force_unit
const tools::MolarEnergyUnit energy_unit
const tools::ChargeUnit charge_unit
const tools::MassUnit mass_unit
topology of the whole system
trajectoryreader interface
base class for all analysis tools