18#ifndef VOTCA_CSG_PDBREADER_PRIVATE_H
19#define VOTCA_CSG_PDBREADER_PRIVATE_H
55 bool Open(
const std::string &file)
override;
60 void Close()
override;
const tools::DistanceUnit distance_unit
bool Open(const std::string &file) override
open a trajectory file
PDBReader()=default
Constuctor.
bool NextFrame(Topology &top) override
read in the next frame
bool FirstFrame(Topology &top) override
read in the first frame
bool ReadTopology(std::string file, Topology &top) override
open a topology file
~PDBReader() override=default
Destructor.
topology of the whole system
trajectoryreader interface
base class for all analysis tools