RNAlib-2.0.2
H/treedist.h
Go to the documentation of this file.
00001 #ifndef __VIENNA_RNA_PACKAGE_TREE_DIST_H__
00002 #define __VIENNA_RNA_PACKAGE_TREE_DIST_H__
00003 
00009 #include "dist_vars.h"
00010 
00018 Tree   *make_tree(char *struc);
00019 
00027 float   tree_edit_distance( Tree *T1,
00028                             Tree *T2);
00029 
00033 void    print_tree(Tree *t);
00034 
00040 void    free_tree(Tree *t);
00041 
00042 #endif