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