#include <stdio.h>#include <stdlib.h>#include <string.h>#include <float.h>#include "freeenergy.h"Compounds | |
| struct | rnamlFREEENERGY |
Functions | |
| rnamlFreeEnergy * | rnamlnewFreeEnergy () |
| Creates a new rnamlFreeEnergy structure. | |
| rnamlFreeEnergy * | rnamlcloneFreeEnergy (const rnamlFreeEnergy *freeEnergy) |
| Clones a rnamlFreeEnergy struture. | |
| void | rnamldeleteFreeEnergy (rnamlFreeEnergy *freeEnergy) |
| Frees the rnamlFreeEnergy structure. | |
| int | rnamlisFreeEnergy (const rnamlObject *obj) |
| Tells wheter the object is a rnamlFreeEnergy. | |
| int | rnamlequalsFreeEnergy (const rnamlFreeEnergy *left, const rnamlFreeEnergy *right) |
| Tells if left and right are equals. | |
| float | rnamlgetFreeEnergyValue (const rnamlFreeEnergy *freeEnergy) |
| Gets the freeEnergy value. | |
| void | rnamlsetFreeEnergyValue (rnamlFreeEnergy *freeEnergy, float value) |
| Sets the freeEnergy value. | |
| xmlcpgObject * | rnamltoXMLFreeEnergy (const rnamlFreeEnergy *freeEnergy) |
| Translates the rnamlFreeEnergy structure into a xmlcpgElement conforming to the RNAML standard. | |
|
|
Clones a rnamlFreeEnergy struture.
|
|
|
Frees the rnamlFreeEnergy structure.
|
|
||||||||||||
|
Tells if left and right are equals.
|
|
|
Gets the freeEnergy value.
|
|
|
Tells wheter the object is a rnamlFreeEnergy.
|
|
|
Creates a new rnamlFreeEnergy structure.
|
|
||||||||||||
|
Sets the freeEnergy value.
|
|
|
Translates the rnamlFreeEnergy structure into a xmlcpgElement conforming to the RNAML standard.
|
1.2.18