source: branches/port5/EDIT4/ed4_visualizeSAI.hxx

Last change on this file was 5712, checked in by westram, 16 years ago
  • New feature: insert dots where bases are potentially missing in alignment
  • ED4_create_consensus_definition_window usable from multiple callbacks
  • general ED4_create_SAI_selection_button function
  • made SAI awar definitions local
  • wrote general description for consensus calculation (hopefully replacing contents of consensus.ps, which is useless for more than 10 years now)
  • added missing e4_consensus.hlp
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1/*=======================================================================================*/
2/*                                                                                       */
3/*    File       : ed4_visualizeSAI.hxx                                                  */
4/*    Purpose    : Visualise the Sequence Associated Information (SAI) in the Editor     */
5/*    Author     : Yadhu Kumar (yadhu@mikro.biologie.tu-muenchen.de)                     */
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
15void ED4_createVisualizeSAI_Awars(AW_root *aw_root, AW_default aw_def); // create awars
16AW_window  *ED4_createVisualizeSAI_window(AW_root *aw_root);
17
18void ED4_create_SAI_selection_button(AW_window *aww, const char *cawar_name);
19
20#else
21#error ed4_visualizeSAI.hxx included twice
22#endif // ED4_VISUALIZESAI_HXX
Note: See TracBrowser for help on using the repository browser.