#include <DistanceConstraint.h>
Inheritance diagram for rnaml::DistanceConstraint:
Public Methods | |
DistanceConstraint () | |
Initializes the object. | |
DistanceConstraint (const DistanceConstraint &right) | |
Initializes the object with the right's content. | |
DistanceConstraint * | clone () const |
Clones the object. | |
virtual | ~DistanceConstraint () |
Destroys the object. | |
DistanceConstraint & | operator= (const DistanceConstraint &right) |
Assigns the object with the right's content. | |
BaseId * | getBaseId1 () const |
Gets the distanceConstraint baseId1. | |
void | setBaseId1 (BaseId *baseId1) |
Sets the distanceConstraint baseId1. | |
const char * | getAtomType1 () const |
Gets the distanceConstraint atomType1. | |
void | setAtomType1 (const char *atomType1) |
Sets the distanceConstraint atomType1. | |
BaseId * | getBaseId2 () const |
Gets the distanceConstraint baseId2. | |
void | setBaseId2 (BaseId *baseId2) |
Sets the distanceConstraint baseId2. | |
const char * | getAtomType2 () const |
Gets the distanceConstraint atomType2. | |
void | setAtomType2 (const char *atomType2) |
Sets the distanceConstraint atomType2. | |
float | getMean () const |
Gets the distanceConstraint mean. | |
void | setMean (float mean) |
Sets the distanceConstraint mean. | |
float | getRange () const |
Gets the distanceConstraint range. | |
void | setRange (float range) |
Sets the distanceConstraint range. | |
float | getWeight () const |
Gets the distanceConstraint weight. | |
void | setWeight (float weight) |
Sets the distanceConstraint weight. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the distanceConstraint atomType1.
|
|
Gets the distanceConstraint atomType2.
|
|
Gets the distanceConstraint baseId1.
|
|
Gets the distanceConstraint baseId2.
|
|
Gets the distanceConstraint mean.
|
|
Gets the distanceConstraint range.
|
|
Gets the distanceConstraint weight.
|
|
Assigns the object with the right's content.
|
|
Sets the distanceConstraint atomType1.
|
|
Sets the distanceConstraint atomType2.
|
|
Sets the distanceConstraint baseId1.
|
|
Sets the distanceConstraint baseId2.
|
|
Sets the distanceConstraint mean.
|
|
Sets the distanceConstraint range.
|
|
Sets the distanceConstraint weight.
|