#include <SsBaseCoord.h>
Inheritance diagram for rnaml::SsBaseCoord:
Public Methods | |
SsBaseCoord () | |
Initializes the object. | |
SsBaseCoord (const SsBaseCoord &right) | |
Initializes the object with the right's content. | |
SsBaseCoord * | clone () const |
Clones the object. | |
virtual | ~SsBaseCoord () |
Destroys the object. | |
SsBaseCoord & | operator= (const SsBaseCoord &right) |
Assigns the object with the right's content. | |
BaseId * | getBaseId () const |
Gets the ssBaseCoord baseId. | |
void | setBaseId (BaseId *baseId) |
Sets the ssBaseCoord baseId. | |
float | getX () const |
Gets the ssBaseCoord x. | |
void | setX (float x) |
Sets the ssBaseCoord x. | |
float | getY () const |
Gets the ssBaseCoord y. | |
void | setY (float y) |
Sets the ssBaseCoord y. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the ssBaseCoord baseId.
|
|
Gets the ssBaseCoord x.
|
|
Gets the ssBaseCoord y.
|
|
Assigns the object with the right's content.
|
|
Sets the ssBaseCoord baseId.
|
|
Sets the ssBaseCoord x.
|
|
Sets the ssBaseCoord y.
|