#include <Helix.h>
Inheritance diagram for rnaml::Helix:

Public Methods | |
| Helix () | |
| Initializes the object. | |
| Helix (const Helix &right) | |
| Initializes the object with the right's content. | |
| Helix * | clone () const |
| Clones the object. | |
| virtual | ~Helix () |
| Destroys the object. | |
| Helix & | operator= (const Helix &right) |
| Assigns the object with the right's content. | |
| const char * | getId () const |
| Gets the helix id. | |
| void | setId (const char *id) |
| Sets the helix id. | |
| BaseId5p * | getBaseId5p () const |
| Gets the helix baseId5p. | |
| void | setBaseId5p (BaseId5p *baseId5p) |
| Sets the helix baseId5p. | |
| BaseId3p * | getBaseId3p () const |
| Gets the helix baseId3p. | |
| void | setBaseId3p (BaseId3p *baseId3p) |
| Sets the helix baseId3p. | |
| Length * | getLength () const |
| Gets the helix length. | |
| void | setLength (Length *length) |
| Sets the helix length. | |
|
|
Initializes the object.
|
|
|
Initializes the object with the right's content.
|
|
|
Destroys the object.
|
|
|
Clones the object.
|
|
|
Gets the helix baseId3p.
|
|
|
Gets the helix baseId5p.
|
|
|
Gets the helix id.
|
|
|
Gets the helix length.
|
|
|
Assigns the object with the right's content.
|
|
|
Sets the helix baseId3p.
|
|
|
Sets the helix baseId5p.
|
|
|
Sets the helix id.
|
|
|
Sets the helix length.
|
1.2.18