
#include <XYZBinReader.h>
Inheritance diagram for ProtoMol::XYZBinReader:

Public Member Functions | |
| XYZBinReader () | |
| XYZBinReader (const std::string &filename) | |
| virtual | ~XYZBinReader () |
| virtual bool | open () |
| virtual bool | open (const std::string &filename) |
| virtual bool | open (const char *filename) |
| virtual bool | tryFormat () |
| virtual bool | read () |
| bool | read (Vector3DBlock &coords) |
| XYZ | getXYZ () const |
| Vector3DBlock * | orphanCoords () |
Private Attributes | |
| Vector3DBlock * | myCoords |
Friends | |
| XYZBinReader & | operator>> (XYZBinReader &XYZBinReader, XYZ &xyz) |
| XYZBinReader & | operator>> (XYZBinReader &xyzbinReader, Vector3DBlock &coords) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements ProtoMol::File. |
|
|
Implements ProtoMol::File. |
|
|
Implements ProtoMol::File. |
|
|
|
|
|
|
|
|
Simple test, true if it the format might be correct/readable.
Implements ProtoMol::Reader. |
|
|
Implements ProtoMol::Reader. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|