Victor
|
Save components (Atoms, Groups, etc.) in relative format. More...
Public Member Functions | |
RelSaver (ostream &_output=cout, int _offset=1) | |
virtual void | saveAminoAcid (AminoAcid &aa) |
virtual void | saveGroup (Group &gr) |
virtual void | saveSideChain (SideChain &sc) |
Save components (Atoms, Groups, etc.) in relative format.
The coordinates here are relative to the previous connected Component (Atom, Group, etc..:) rather than to the absolute Cartesian coordinate system.
RelSaver | ( | ostream & | _output = cout , |
int | _offset = 1 |
||
) |
Basic constructor.
_output | The output stream object |
_offset | Not implemented |
|
virtual |
|
virtual |
|
virtual |