#include <BasePair.h>
Inheritance diagram for rnaml::BasePair:
Public Methods | |
BasePair () | |
Initializes the object. | |
BasePair (const BasePair &right) | |
Initializes the object with the right's content. | |
BasePair * | clone () const |
Clones the object. | |
virtual | ~BasePair () |
Destroys the object. | |
BasePair & | operator= (const BasePair &right) |
Assigns the object with the right's content. | |
BaseId5p * | getBaseId5p () const |
Gets the basePair baseId5p. | |
void | setBaseId5p (BaseId5p *baseId5p) |
Sets the basePair baseId5p. | |
BaseId3p * | getBaseId3p () const |
Gets the basePair baseId3p. | |
void | setBaseId3p (BaseId3p *baseId3p) |
Sets the basePair baseId3p. | |
const char * | getEdge5p () const |
Gets the basePair edge5p. | |
void | setEdge5p (const char *edge5p) |
Sets the basePair edge5p. | |
const char * | getEdge3p () const |
Gets the basePair edge3p. | |
void | setEdge3p (const char *edge3p) |
Sets the basePair edge3p. | |
const char * | getBondOrientation () const |
Gets the basePair bondOrientation. | |
void | setBondOrientation (const char *bondOrientation) |
Sets the basePair bondOrientation. | |
const char * | getStrandOrientation () const |
Gets the basePair strandOrientation. | |
void | setStrandOrientation (const char *strandOrientation) |
Sets the basePair strandOrientation. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the basePair baseId3p.
|
|
Gets the basePair baseId5p.
|
|
Gets the basePair bondOrientation.
|
|
Gets the basePair edge3p.
|
|
Gets the basePair edge5p.
|
|
Gets the basePair strandOrientation.
|
|
Assigns the object with the right's content.
|
|
Sets the basePair baseId3p.
|
|
Sets the basePair baseId5p.
|
|
Sets the basePair bondOrientation.
|
|
Sets the basePair edge3p.
|
|
Sets the basePair edge5p.
|
|
Sets the basePair strandOrientation.
|