#include <stdio.h>#include <stdlib.h>#include <string.h>#include <float.h>#include "resolution.h"Compounds | |
| struct | rnamlRESOLUTION |
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. | |
|
|
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.
|
1.2.18