|
Victor
|
Saves components (Atoms, Groups, etc.) in carthesian format. More...
Inheritance diagram for XyzSaver:
Collaboration diagram for XyzSaver:Public Member Functions | |
| virtual void | saveAminoAcid (AminoAcid &aa) |
| virtual void | saveGroup (Group &gr) |
| virtual void | saveSideChain (SideChain &sc) |
| virtual void | saveSpacer (Spacer &sp) |
Protected Member Functions | |
| virtual void | pSaveAtomVector (vector< Atom > &va) |
Saves components (Atoms, Groups, etc.) in carthesian format.
Internal format is made of type, coords & bonds of each atom, one per line. Keywords "aminoacid" and "sidechain" delimit these structures.
|
protectedvirtual |
Creates a list of the atom types contained in the vector and saves it.
| reference | to the vector that contains atoms(vector<Atom>&) |
|
virtual |
Obtains the atom and the said chain from the given amino acid and saves them as a vector format.
| Amino | acid reference(AminoAcid&) |
Reimplemented from Saver.
|
virtual |
|
virtual |
Obtains the atom from the given side chain and saves it as a vector format.
| Side | chain reference(SideChain&) |
Reimplemented from Saver.
|
virtual |