RNAlib-2.4.16
stringdist.h
Go to the documentation of this file.
1
#ifndef VIENNA_RNA_PACKAGE_STRING_DIST_H
2
#define VIENNA_RNA_PACKAGE_STRING_DIST_H
3
9
#include <
ViennaRNA/dist_vars.h
>
10
11
18
swString
*
Make_swString
(
char
*
string
);
19
27
float
string_edit_distance
(
swString
*T1,
28
swString
*T2);
29
30
#endif
dist_vars.h
Global variables for Distance-Package.
swString
Some other data structure.
Definition:
dist_vars.h:57
string_edit_distance
float string_edit_distance(swString *T1, swString *T2)
Calculate the string edit distance of T1 and T2.
Make_swString
swString * Make_swString(char *string)
Convert a structure into a format suitable for string_edit_distance().
ViennaRNA
stringdist.h
Generated on Thu Oct 15 2020 11:11:23 for RNAlib-2.4.16 by
1.8.20