1 #ifndef __VIENNA_RNA_PACKAGE_FOLD_H__
2 #define __VIENNA_RNA_PACKAGE_FOLD_H__
7 #define DEPRECATED(func) func __attribute__ ((deprecated))
9 #define DEPRECATED(func) func
119 float fold_par(
const char *sequence,
143 float fold(
const char *sequence,
164 float circfold(
const char *sequence,
196 const char *structure,
197 int verbosity_level);
215 const char *structure,
217 int verbosity_level);
238 const char *structure,
239 int verbosity_level);
257 const char *structure,
259 int verbosity_level);
262 float energy_of_gquad_structure(
const char *
string,
263 const char *structure,
264 int verbosity_level);
266 float energy_of_gquad_struct_par(
const char *
string,
267 const char *structure,
269 int verbosity_level);
295 int verbosity_level);
319 int verbosity_level);
349 void letter_structure(
char *structure,
366 void update_fold_params_par(
paramT *parameters);
373 char *backtrack_fold_from_pair(
char *sequence,
391 const char *structure,
436 void export_fold_arrays(
int **f5_p,
448 void export_fold_arrays_par(
int **f5_p,
461 void export_circfold_arrays(
int *Fc_p,
478 void export_circfold_arrays_par(
int *Fc_p,
540 const char *
string));
564 const char *structure));
602 const char *structure));