#include <SurfaceConstraint.h>
Inheritance diagram for rnaml::SurfaceConstraint:
Public Methods | |
SurfaceConstraint () | |
Initializes the object. | |
SurfaceConstraint (const SurfaceConstraint &right) | |
Initializes the object with the right's content. | |
SurfaceConstraint * | clone () const |
Clones the object. | |
virtual | ~SurfaceConstraint () |
Destroys the object. | |
SurfaceConstraint & | operator= (const SurfaceConstraint &right) |
Assigns the object with the right's content. | |
BaseId * | getBaseId () const |
Gets the surfaceConstraint baseId. | |
void | setBaseId (BaseId *baseId) |
Sets the surfaceConstraint baseId. | |
const char * | getAtomType () const |
Gets the surfaceConstraint atomType. | |
void | setAtomType (const char *atomType) |
Sets the surfaceConstraint atomType. | |
float | getSurfaceValue () const |
Gets the surfaceConstraint surfaceValue. | |
void | setSurfaceValue (float surfaceValue) |
Sets the surfaceConstraint surfaceValue. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the surfaceConstraint atomType.
|
|
Gets the surfaceConstraint baseId.
|
|
Gets the surfaceConstraint surfaceValue.
|
|
Assigns the object with the right's content.
|
|
Sets the surfaceConstraint atomType.
|
|
Sets the surfaceConstraint baseId.
|
|
Sets the surfaceConstraint surfaceValue.
|