#include <Alignment.h>
Inheritance diagram for rnaml::Alignment:
Public Methods | |
Alignment () | |
Initializes the object. | |
Alignment (const Alignment &right) | |
Initializes the object with the right's content. | |
Alignment * | clone () const |
Clones the object. | |
virtual | ~Alignment () |
Destroys the object. | |
Alignment & | operator= (const Alignment &right) |
Assigns the object with the right's content. | |
const char * | getId () const |
Gets the alignment id. | |
void | setId (const char *id) |
Sets the alignment id. | |
std::vector< AliSequence * > & | getAliSequences () |
Gets the alignment aliSequence collection. | |
void | addAliSequence (AliSequence *aliSequence) |
Adds a new aliSequence. | |
virtual void | setCStructure (rnamlObject *obj) |
Sets the alignment C substructure. | |
Private Attributes | |
std::vector< AliSequence * > | aliSequences |
The aliSequence collection. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Adds a new aliSequence.
|
|
Clones the object.
|
|
Gets the alignment aliSequence collection.
|
|
Gets the alignment id.
|
|
Assigns the object with the right's content.
|
|
Sets the alignment C substructure.
Reimplemented from rnaml::Object. |
|
Sets the alignment id.
|
|
The aliSequence collection.
|