![]() |
Pteros
2.0
Molecular modeling library for human beings!
|
Generic API for reading and writing any molecule file formats. More...
#include <dcd_file.h>
Inheritance diagram for pteros::DcdFile:Public Member Functions | |
| DcdFile (std::string fname) | |
| virtual FileContent | get_content_type () const |
| Reports content of this file type. | |
Public Member Functions inherited from pteros::VmdMolfilePluginWrapper | |
| VmdMolfilePluginWrapper (std::string &fname) | |
| virtual void | open (char open_mode) |
| Opens a file with given access mode. Need to be defined by derived classes. | |
| virtual void | close () |
Public Member Functions inherited from pteros::FileHandler | |
| bool | read (System *sys, Frame *frame, const FileContent &what) |
| Reads data, which are specified by what. More... | |
| void | write (const Selection &sel, const FileContent &what) |
| Write data from selection specidied by what. | |
Additional Inherited Members | |
Static Public Member Functions inherited from pteros::FileHandler | |
| static FileHandler_ptr | recognize (std::string fname) |
| Recognizes file extension and returns a file handler. | |
| static FileHandler_ptr | open (std::string fname, char open_mode) |
| Recognize file extension, open file for reading or writing and return a file handler. More... | |
Generic API for reading and writing any molecule file formats.