#include "object.h"
#include "xmlcpg.h"
Go to the source code of this file.
Typedefs | |
typedef rnamlRESOLUTION | rnamlResolution |
Rnaml structure containing the resolution informations. | |
Functions | |
rnamlResolution * | rnamlnewResolution () |
Creates a new rnamlResolution structure. | |
rnamlResolution * | rnamlcloneResolution (const rnamlResolution *resolution) |
Clones a rnamlResolution struture. | |
void | rnamldeleteResolution (rnamlResolution *resolution) |
Frees the rnamlResolution structure. | |
int | rnamlisResolution (const rnamlObject *obj) |
Tells wheter the object is a rnamlResolution. | |
int | rnamlequalsResolution (const rnamlResolution *left, const rnamlResolution *right) |
Tells if left and right are equals. | |
float | rnamlgetResolutionValue (const rnamlResolution *resolution) |
Gets the resolution value. | |
void | rnamlsetResolutionValue (rnamlResolution *resolution, float value) |
Sets the resolution value. | |
xmlcpgObject * | rnamltoXMLResolution (const rnamlResolution *resolution) |
Translates the rnamlResolution structure into a xmlcpgElement conforming to the RNAML standard. |
|
Rnaml structure containing the resolution informations.
|
|
Clones a rnamlResolution struture.
|
|
Frees the rnamlResolution structure.
|
|
Tells if left and right are equals.
|
|
Gets the resolution value.
|
|
Tells wheter the object is a rnamlResolution.
|
|
Creates a new rnamlResolution structure.
|
|
Sets the resolution value.
|
|
Translates the rnamlResolution structure into a xmlcpgElement conforming to the RNAML standard.
|