ARB
ed4_visualizeSAI.hxx
Go to the documentation of this file.
1 // =======================================================================================
2 //
3 // File : ed4_visualizeSAI.hxx
4 // Purpose : Visualize the Sequence Associated Information (SAI) in the Editor
5 // Author : Yadhu Kumar
6 // web site : http://www.arb-home.de/
7 //
8 // Copyright Department of Microbiology (Technical University Munich)
9 //
10 // =======================================================================================
11 
12 #ifndef ED4_VISUALIZESAI_HXX
13 #define ED4_VISUALIZESAI_HXX
14 
15 #ifndef AW_BASE_HXX
16 #include <aw_base.hxx>
17 #endif
18 
19 
20 void ED4_createVisualizeSAI_Awars(AW_root *aw_root, AW_default aw_def); // create awars
22 
23 const char *ED4_getSaiColorString(AW_root *awr, int start, int end);
24 
25 #else
26 #error ed4_visualizeSAI.hxx included twice
27 #endif // ED4_VISUALIZESAI_HXX
static HelixNrInfo * start
void ED4_createVisualizeSAI_Awars(AW_root *aw_root, AW_default aw_def)
AW_window * ED4_createVisualizeSAI_window(AW_root *aw_root)
const char * ED4_getSaiColorString(AW_root *awr, int start, int end)