#include <SingleStrand.h>
Inheritance diagram for rnaml::SingleStrand:
Public Methods | |
SingleStrand () | |
Initializes the object. | |
SingleStrand (const SingleStrand &right) | |
Initializes the object with the right's content. | |
SingleStrand * | clone () const |
Clones the object. | |
virtual | ~SingleStrand () |
Destroys the object. | |
SingleStrand & | operator= (const SingleStrand &right) |
Assigns the object with the right's content. | |
Segment * | getSegment () const |
Gets the singleStrand segment. | |
void | setSegment (Segment *segment) |
Sets the singleStrand segment. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the singleStrand segment.
|
|
Assigns the object with the right's content.
|
|
Sets the singleStrand segment.
|