18#ifndef VOTCA_CSG_DLPOLYTRAJECTORYREADER_PRIVATE_H
19#define VOTCA_CSG_DLPOLYTRAJECTORYREADER_PRIVATE_H
57 bool Open(
const std::string &file)
override;
63 void Close()
override;
class for reading dlpoly trajectory and configuration files
const tools::VelocityUnit velocity_unit
void setFname(std::string name)
const tools::TimeUnit time_unit
const tools::ChargeUnit charge_unit
const tools::MolarEnergyUnit energy_unit
void Close() override
close original trajectory file
void setIsConfig(bool isConf)
bool FirstFrame(Topology &conf) override
read in the first frame
const tools::MassUnit mass_unit
const tools::MolarForceUnit force_unit
bool Open(const std::string &file) override
open original trajectory file
bool NextFrame(Topology &conf) override
read in the next frame
const tools::DistanceUnit distance_unit
topology of the whole system
trajectoryreader interface
base class for all analysis tools