#include <SecondaryStructureDisplay.h>
Inheritance diagram for rnaml::SecondaryStructureDisplay:
Public Methods | |
SecondaryStructureDisplay () | |
Initializes the object. | |
SecondaryStructureDisplay (const SecondaryStructureDisplay &right) | |
Initializes the object with the right's content. | |
SecondaryStructureDisplay * | clone () const |
Clones the object. | |
virtual | ~SecondaryStructureDisplay () |
Destroys the object. | |
SecondaryStructureDisplay & | operator= (const SecondaryStructureDisplay &right) |
Assigns the object with the right's content. | |
std::vector< SsBaseCoord * > & | getSsBaseCoords () |
Gets the secondaryStructureDisplay ssBaseCoord collection. | |
void | addSsBaseCoord (SsBaseCoord *ssBaseCoord) |
Adds a new ssBaseCoord. | |
virtual void | setCStructure (rnamlObject *obj) |
Sets the secondaryStructureDisplay C substructure. | |
Private Attributes | |
std::vector< SsBaseCoord * > | ssBaseCoords |
The ssBaseCoord collection. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Adds a new ssBaseCoord.
|
|
Clones the object.
|
|
Gets the secondaryStructureDisplay ssBaseCoord collection.
|
|
Assigns the object with the right's content.
|
|
Sets the secondaryStructureDisplay C substructure.
Reimplemented from rnaml::Object. |
|
The ssBaseCoord collection.
|