#include <Pseudoknot.h>
Inheritance diagram for rnaml::Pseudoknot:
Public Methods | |
Pseudoknot () | |
Initializes the object. | |
Pseudoknot (const Pseudoknot &right) | |
Initializes the object with the right's content. | |
Pseudoknot * | clone () const |
Clones the object. | |
virtual | ~Pseudoknot () |
Destroys the object. | |
Pseudoknot & | operator= (const Pseudoknot &right) |
Assigns the object with the right's content. | |
HelixId * | getHelixId1 () const |
Gets the pseudoknot helixId1. | |
void | setHelixId1 (HelixId *helixId1) |
Sets the pseudoknot helixId1. | |
HelixId * | getHelixId2 () const |
Gets the pseudoknot helixId2. | |
void | setHelixId2 (HelixId *helixId2) |
Sets the pseudoknot helixId2. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the pseudoknot helixId1.
|
|
Gets the pseudoknot helixId2.
|
|
Assigns the object with the right's content.
|
|
Sets the pseudoknot helixId1.
|
|
Sets the pseudoknot helixId2.
|