#include <Structure.h>
Inheritance diagram for rnaml::Structure:
Public Methods | |
Structure () | |
Initializes the object. | |
Structure (const Structure &right) | |
Initializes the object with the right's content. | |
Structure * | clone () const |
Clones the object. | |
virtual | ~Structure () |
Destroys the object. | |
Structure & | operator= (const Structure &right) |
Assigns the object with the right's content. | |
std::vector< Model * > & | getModels () |
Gets the structure model collection. | |
void | addModel (Model *model) |
Adds a new model. | |
virtual void | setCStructure (rnamlObject *obj) |
Sets the structure C substructure. | |
Private Attributes | |
std::vector< Model * > | models |
The model collection. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Adds a new model.
|
|
Clones the object.
|
|
Gets the structure model collection.
|
|
Assigns the object with the right's content.
|
|
Sets the structure C substructure.
Reimplemented from rnaml::Object. |
|
The model collection.
|