1 #ifndef VIENNA_RNA_PACKAGE_PLOT_NAVIEW_H
2 #define VIENNA_RNA_PACKAGE_PLOT_NAVIEW_H
4 #ifdef VRNA_WARN_DEPRECATED
5 # if defined(__clang__)
6 # define DEPRECATED(func, msg) func __attribute__ ((deprecated("", msg)))
7 # elif defined(__GNUC__)
8 # define DEPRECATED(func, msg) func __attribute__ ((deprecated(msg)))
10 # define DEPRECATED(func, msg) func
13 # define DEPRECATED(func, msg) func
96 #ifndef VRNA_DISABLE_BACKWARD_COMPATIBILITY
110 "Use vrna_plot_coords_naview_pt() instead!");
int vrna_plot_coords_naview_pt(const short *pt, float **x, float **y)
Compute nucleotide coordinates for secondary structure plot using the Naview algorithm .
int vrna_plot_coords_naview(const char *structure, float **x, float **y)
Compute nucleotide coordinates for secondary structure plot using the Naview algorithm .
int naview_xy_coordinates(short *pair_table, float *X, float *Y)