#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <float.h>
#include "surfaceconstraint.h"
Compounds | |
struct | rnamlSURFACECONSTRAINT |
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. |
|
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.
|