ARB
seq_quality.h
Go to the documentation of this file.
1 // ==================================================================== //
2 // //
3 // File : SQ_quality.h //
4 // //
5 // //
6 // Coded by Juergen Huber in July 2003 - February 2004 //
7 // Coded by Kai Bader (baderk@in.tum.de) in 2007 - 2008 //
8 // Copyright Department of Microbiology (Technical University Munich) //
9 // //
10 // Visit our web site at: http://www.arb-home.de/ //
11 // //
12 // ==================================================================== //
13 
14 #ifndef SEQ_QUALITY_H
15 #define SEQ_QUALITY_H
16 
17 #ifndef AW_BASE_HXX
18 #include <aw_base.hxx>
19 #endif
20 
21 void SQ_create_awars(AW_root *awr, AW_default aw_def);
23 
24 #else
25 #error seq_quality.h included twice
26 #endif // SEQ_QUALITY_H
void SQ_create_awars(AW_root *awr, AW_default aw_def)
Definition: SQ_main.cxx:48
AW_window * SQ_create_seq_quality_window(AW_root *aw_root, GBDATA *gb_main)
Definition: SQ_main.cxx:249
GBDATA * gb_main
Definition: adname.cxx:32