#include <BaseConformation.h>
Inheritance diagram for rnaml::BaseConformation:
Public Methods | |
BaseConformation () | |
Initializes the object. | |
BaseConformation (const BaseConformation &right) | |
Initializes the object with the right's content. | |
BaseConformation * | clone () const |
Clones the object. | |
virtual | ~BaseConformation () |
Destroys the object. | |
BaseConformation & | operator= (const BaseConformation &right) |
Assigns the object with the right's content. | |
BaseId * | getBaseId () const |
Gets the baseConformation baseId. | |
void | setBaseId (BaseId *baseId) |
Sets the baseConformation baseId. | |
const char * | getPucker () const |
Gets the baseConformation pucker. | |
void | setPucker (const char *pucker) |
Sets the baseConformation pucker. | |
const char * | getGlycosyl () const |
Gets the baseConformation glycosyl. | |
void | setGlycosyl (const char *glycosyl) |
Sets the baseConformation glycosyl. | |
BaseTorsionAngles * | getBaseTorsionAngles () const |
Gets the baseConformation baseTorsionAngles. | |
void | setBaseTorsionAngles (BaseTorsionAngles *baseTorsionAngles) |
Sets the baseConformation baseTorsionAngles. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the baseConformation baseId.
|
|
Gets the baseConformation baseTorsionAngles.
|
|
Gets the baseConformation glycosyl.
|
|
Gets the baseConformation pucker.
|
|
Assigns the object with the right's content.
|
|
Sets the baseConformation baseId.
|
|
Sets the baseConformation baseTorsionAngles.
|
|
Sets the baseConformation glycosyl.
|
|
Sets the baseConformation pucker.
|