80 void writeDumpAndEor();
85 void writeFrame(std::ostream& os);
86 void writeFrameProperties(std::ostream& os,
Snapshot* s);
88 std::string prepareSiteLine(
StuntDouble* sd,
int ioIndex,
int siteIndex);
89 std::ostream* createOStream(
const std::string& filename);
90 void writeClosing(std::ostream& os);
93 std::string filename_;
94 std::ostream* dumpFile_;
95 std::string eorFilename_;
96 bool needCompression_;
97 bool needForceVector_;
98 bool needParticlePot_;
100 bool needElectricField_;
101 bool needSitePotential_;
104 bool createDumpFile_;