 |
Pteros
2.0
Molecular modeling library for human beings!
|
34 #include "pteros/core/file_handler.h"
43 virtual void open(
char open_mode);
56 virtual bool do_read(
System *sys,
Frame *frame,
const FileContent& what);
57 virtual void do_write(
const Selection &sel,
const FileContent& what);
Selection class.
Definition: selection.h:65
Generic API for reading and writing any molecule file formats.
Definition: file_handler.h:74
Reader for GRO files. It doesn't use VMD plugins because it doesn't support writing.
Definition: gro_file.h:39
The system of atoms.
Definition: system.h:93
Definition of single trajectory frame.
Definition: system.h:51
virtual void open(char open_mode)
Opens a file with given access mode. Need to be defined by derived classes.
Definition: gro_file.cpp:39
virtual FileContent get_content_type() const
Reports content of this file type.
Definition: gro_file.h:46