#include "baseid.h"
#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlSURFACECONSTRAINT | rnamlSurfaceConstraint |
Rnaml structure containing the surfaceconstraint informations. | |
Functions | |
rnamlSurfaceConstraint * | rnamlnewSurfaceConstraint () |
Creates a new rnamlSurfaceConstraint structure. | |
rnamlSurfaceConstraint * | rnamlcloneSurfaceConstraint (const rnamlSurfaceConstraint *surfaceconstraint) |
Clones a rnamlSurfaceConstraint struture. | |
void | rnamldeleteSurfaceConstraint (rnamlSurfaceConstraint *surfaceconstraint) |
Frees the rnamlSurfaceConstraint structure. | |
int | rnamlisSurfaceConstraint (const rnamlObject *obj) |
Tells wheter the object is a rnamlSurfaceConstraint. | |
int | rnamlequalsSurfaceConstraint (const rnamlSurfaceConstraint *left, const rnamlSurfaceConstraint *right) |
Tells if left and right are equals. | |
rnamlBaseId * | rnamlgetSurfaceConstraintBaseId (rnamlSurfaceConstraint *surfaceConstraint) |
Gets the baseId from the surfaceConstraint. | |
void | rnamlsetSurfaceConstraintBaseId (rnamlSurfaceConstraint *surfaceConstraint, rnamlBaseId *baseId) |
Sets the surfaceConstraint baseId. | |
const char * | rnamlgetSurfaceConstraintAtomType (const rnamlSurfaceConstraint *surfaceConstraint) |
Gets the atomType from the surfaceConstraint. | |
void | rnamlsetSurfaceConstraintAtomType (rnamlSurfaceConstraint *surfaceConstraint, const char *atomType) |
Sets the surfaceConstraint atomType. | |
float | rnamlgetSurfaceConstraintSurfaceValue (const rnamlSurfaceConstraint *surfaceConstraint) |
Gets the surfaceValue from the surfaceConstraint. | |
void | rnamlsetSurfaceConstraintSurfaceValue (rnamlSurfaceConstraint *surfaceConstraint, float surfaceValue) |
Sets the surfaceConstraint surfaceValue. | |
xmlcpgObject * | rnamltoXMLSurfaceConstraint (const rnamlSurfaceConstraint *surfaceConstraint) |
Translates the rnamlSurfaceConstraint structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the surfaceconstraint informations.
|
|
Clones a rnamlSurfaceConstraint struture.
|
|
Frees the rnamlSurfaceConstraint structure.
|
|
Tells if left and right are equals.
|
|
Gets the atomType from the surfaceConstraint.
|
|
Gets the baseId from the surfaceConstraint.
|
|
Gets the surfaceValue from the surfaceConstraint.
|
|
Tells wheter the object is a rnamlSurfaceConstraint.
|
|
Creates a new rnamlSurfaceConstraint structure.
|
|
Sets the surfaceConstraint atomType. The previous surfaceConstraint atomType is freed and a copy of atomType is generated.
|
|
Sets the surfaceConstraint baseId. The previous baseId info is freed
|
|
Sets the surfaceConstraint surfaceValue. The previous surfaceConstraint surfaceValue is freed and a copy of surfaceValue is generated.
|
|
Translates the rnamlSurfaceConstraint structure into a xmlcpgElement conforming to the RNAML standard.
|