5 #ifndef BALL_FORMAT_GENERICMOLFILE_H 6 #define BALL_FORMAT_GENERICMOLFILE_H 8 #ifndef BALL_FORMAT_LINEBASEDFILE_H 93 void defineInputAsTemporary(
bool b =
true);
97 void enableOutputCompression(
String zipped_filename);
99 bool isCompressedFile();
115 virtual bool write(
const System& system);
123 virtual bool write(
const Molecule& molecule);
134 virtual bool read(
System& system);
186 virtual void initRead_();
192 virtual void initWrite_();
202 #endif // BALL_FORMAT_GENERICMOLFILE_H
std::istream & operator>>(std::istream &is, TRegularData1D< ValueType > &grid)
Input operator.
BALL_EXPORT std::ostream & operator<<(std::ostream &os, const Exception::GeneralException &e)
std::ios::openmode OpenMode
-*- Mode: C++; tab-width: 2; -*-