#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "pseudoknot.h"
Compounds | |
struct | rnamlPSEUDOKNOT |
Functions | |
rnamlPseudoknot * | rnamlnewPseudoknot () |
Creates a new rnamlPseudoknot structure. | |
rnamlPseudoknot * | rnamlclonePseudoknot (const rnamlPseudoknot *pseudoknot) |
Clones a rnamlPseudoknot struture. | |
void | rnamldeletePseudoknot (rnamlPseudoknot *pseudoknot) |
Frees the rnamlPseudoknot structure. | |
int | rnamlisPseudoknot (const rnamlObject *obj) |
Tells wheter the object is a rnamlPseudoknot. | |
int | rnamlequalsPseudoknot (const rnamlPseudoknot *left, const rnamlPseudoknot *right) |
Tells if left and right are equals. | |
rnamlHelixId * | rnamlgetPseudoknotHelixId1 (rnamlPseudoknot *pseudoknot) |
Gets the pseudoknot helixId1. | |
void | rnamlsetPseudoknotHelixId1 (rnamlPseudoknot *pseudoknot, rnamlHelixId *helixId1) |
Sets the pseudoknot helixId1. | |
rnamlHelixId * | rnamlgetPseudoknotHelixId2 (rnamlPseudoknot *pseudoknot) |
Gets the pseudoknot helixId2. | |
void | rnamlsetPseudoknotHelixId2 (rnamlPseudoknot *pseudoknot, rnamlHelixId *helixId2) |
Sets the pseudoknot helixId2. | |
xmlcpgObject * | rnamltoXMLPseudoknot (const rnamlPseudoknot *pseudoknot) |
Translates the rnamlPseudoknot structure into a xmlcpgElement conforming to the RNAML standard. |
|
Clones a rnamlPseudoknot struture.
|
|
Frees the rnamlPseudoknot structure.
|
|
Tells if left and right are equals.
|
|
Gets the pseudoknot helixId1.
|
|
Gets the pseudoknot helixId2.
|
|
Tells wheter the object is a rnamlPseudoknot.
|
|
Creates a new rnamlPseudoknot structure.
|
|
Sets the pseudoknot helixId1. The previous helixId1 info is freed
|
|
Sets the pseudoknot helixId2. The previous helixId2 info is freed
|
|
Translates the rnamlPseudoknot structure into a xmlcpgElement conforming to the RNAML standard.
|