|
Compounds |
| struct | rnamlATOM |
Functions |
| rnamlAtom * | rnamlnewAtom () |
| | Creates a new rnamlAtom structure.
|
| rnamlAtom * | rnamlcloneAtom (const rnamlAtom *atom) |
| | Clones a rnamlAtom struture.
|
| void | rnamldeleteAtom (rnamlAtom *atom) |
| | Frees the rnamlAtom structure.
|
| int | rnamlisAtom (const rnamlObject *obj) |
| | Tells wheter the object is a rnamlAtom.
|
| int | rnamlequalsAtom (const rnamlAtom *left, const rnamlAtom *right) |
| | Tells if left and right are equals.
|
| const char * | rnamlgetAtomSerial (const rnamlAtom *atom) |
| | Gets the atom serial.
|
| void | rnamlsetAtomSerial (rnamlAtom *atom, const char *serial) |
| | Sets the atom serial.
|
| const char * | rnamlgetAtomAtomType (const rnamlAtom *atom) |
| | Gets the atomType from the atom.
|
| void | rnamlsetAtomAtomType (rnamlAtom *atom, const char *atomType) |
| | Sets the atom atomType.
|
| float | rnamlgetAtomX (const rnamlAtom *atom) |
| | Gets the x from the atom.
|
| void | rnamlsetAtomX (rnamlAtom *atom, float x) |
| | Sets the atom x.
|
| float | rnamlgetAtomY (const rnamlAtom *atom) |
| | Gets the y from the atom.
|
| void | rnamlsetAtomY (rnamlAtom *atom, float y) |
| | Sets the atom y.
|
| float | rnamlgetAtomZ (const rnamlAtom *atom) |
| | Gets the z from the atom.
|
| void | rnamlsetAtomZ (rnamlAtom *atom, float z) |
| | Sets the atom z.
|
| float | rnamlgetAtomOccupancy (const rnamlAtom *atom) |
| | Gets the occupancy from the atom.
|
| void | rnamlsetAtomOccupancy (rnamlAtom *atom, float occupancy) |
| | Sets the atom occupancy.
|
| float | rnamlgetAtomTempFactor (const rnamlAtom *atom) |
| | Gets the tempFactor from the atom.
|
| void | rnamlsetAtomTempFactor (rnamlAtom *atom, float tempFactor) |
| | Sets the atom tempFactor.
|
| const char * | rnamlgetAtomSegId (const rnamlAtom *atom) |
| | Gets the segId from the atom.
|
| void | rnamlsetAtomSegId (rnamlAtom *atom, const char *segId) |
| | Sets the atom segId.
|
| const char * | rnamlgetAtomElement (const rnamlAtom *atom) |
| | Gets the element from the atom.
|
| void | rnamlsetAtomElement (rnamlAtom *atom, const char *element) |
| | Sets the atom element.
|
| const char * | rnamlgetAtomCharge (const rnamlAtom *atom) |
| | Gets the charge from the atom.
|
| void | rnamlsetAtomCharge (rnamlAtom *atom, const char *charge) |
| | Sets the atom charge.
|
| xmlcpgObject * | rnamltoXMLAtom (const rnamlAtom *atom) |
| | Translates the rnamlAtom structure into a xmlcpgElement conforming to the RNAML standard.
|