#include "object.h"#include "xmlcpg.h"Go to the source code of this file.
Typedefs | |
| typedef rnamlHELIXID | rnamlHelixId |
| Rnaml structure containing the helixid informations. | |
Functions | |
| rnamlHelixId * | rnamlnewHelixId () |
| Creates a new rnamlHelixId structure. | |
| rnamlHelixId * | rnamlcloneHelixId (const rnamlHelixId *helixid) |
| Clones a rnamlHelixId struture. | |
| void | rnamldeleteHelixId (rnamlHelixId *helixid) |
| Frees the rnamlHelixId structure. | |
| int | rnamlisHelixId (const rnamlObject *obj) |
| Tells wheter the object is a rnamlHelixId. | |
| int | rnamlequalsHelixId (const rnamlHelixId *left, const rnamlHelixId *right) |
| Tells if left and right are equals. | |
| const char * | rnamlgetHelixIdRef (const rnamlHelixId *helixId) |
| Gets the helixId ref. | |
| void | rnamlsetHelixIdRef (rnamlHelixId *helixId, const char *ref) |
| Sets the helixId ref. | |
| xmlcpgObject * | rnamltoXMLHelixId (const rnamlHelixId *helixId) |
| Translates the rnamlHelixId structure into a xmlcpgElement conforming to the RNAML standard. | |
|
|
Rnaml structure containing the helixid informations.
|
|
|
Clones a rnamlHelixId struture.
|
|
|
Frees the rnamlHelixId structure.
|
|
||||||||||||
|
Tells if left and right are equals.
|
|
|
Gets the helixId ref.
|
|
|
Tells wheter the object is a rnamlHelixId.
|
|
|
Creates a new rnamlHelixId structure.
|
|
||||||||||||
|
Sets the helixId ref. The previous helixId ref is freed and a copy of ref is generated.
|
|
|
Translates the rnamlHelixId structure into a xmlcpgElement conforming to the RNAML standard.
|
1.2.18