#include <Atom.h>
Inheritance diagram for rnaml::Atom:

Public Methods | |
| Atom () | |
| Initializes the object. | |
| Atom (const Atom &right) | |
| Initializes the object with the right's content. | |
| Atom * | clone () const |
| Clones the object. | |
| virtual | ~Atom () |
| Destroys the object. | |
| Atom & | operator= (const Atom &right) |
| Assigns the object with the right's content. | |
| const char * | getSerial () const |
| Gets the atom serial. | |
| void | setSerial (const char *serial) |
| Sets the atom serial. | |
| const char * | getAtomType () const |
| Gets the atom atomType. | |
| void | setAtomType (const char *atomType) |
| Sets the atom atomType. | |
| float | getX () const |
| Gets the atom x. | |
| void | setX (float x) |
| Sets the atom x. | |
| float | getY () const |
| Gets the atom y. | |
| void | setY (float y) |
| Sets the atom y. | |
| float | getZ () const |
| Gets the atom z. | |
| void | setZ (float z) |
| Sets the atom z. | |
| void | setCoordinates (float x, float y, float z) |
| Sets the coordinates of the atom. | |
| float | getOccupancy () const |
| Gets the atom occupancy. | |
| void | setOccupancy (float occupancy) |
| Sets the atom occupancy. | |
| float | getTempFactor () const |
| Gets the atom tempFactor. | |
| void | setTempFactor (float tempFactor) |
| Sets the atom tempFactor. | |
| const char * | getSegId () const |
| Gets the atom segId. | |
| void | setSegId (const char *segId) |
| Sets the atom segId. | |
| const char * | getElement () const |
| Gets the atom element. | |
| void | setElement (const char *element) |
| Sets the atom element. | |
| const char * | getCharge () const |
| Gets the atom charge. | |
| void | setCharge (const char *charge) |
| Sets the atom charge. | |
|
|
Initializes the object.
|
|
|
Initializes the object with the right's content.
|
|
|
Destroys the object.
|
|
|
Clones the object.
|
|
|
Gets the atom atomType.
|
|
|
Gets the atom charge.
|
|
|
Gets the atom element.
|
|
|
Gets the atom occupancy.
|
|
|
Gets the atom segId.
|
|
|
Gets the atom serial.
|
|
|
Gets the atom tempFactor.
|
|
|
Gets the atom x.
|
|
|
Gets the atom y.
|
|
|
Gets the atom z.
|
|
|
Assigns the object with the right's content.
|
|
|
Sets the atom atomType.
|
|
|
Sets the atom charge.
|
|
||||||||||||||||
|
Sets the coordinates of the atom.
|
|
|
Sets the atom element.
|
|
|
Sets the atom occupancy.
|
|
|
Sets the atom segId.
|
|
|
Sets the atom serial.
|
|
|
Sets the atom tempFactor.
|
|
|
Sets the atom x.
|
|
|
Sets the atom y.
|
|
|
Sets the atom z.
|
1.2.18