#include "object.h"#include "xmlcpg.h"Go to the source code of this file.
Typedefs | |
| typedef rnamlFREEENERGY | rnamlFreeEnergy |
| Rnaml structure containing the freeenergy informations. | |
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. | |
|
|
Rnaml structure containing the freeenergy informations.
|
|
|
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