ARB
|
#include <arbdb_base.h>
#include <arbtools.h>
#include <arb_assert.h>
Go to the source code of this file.
Classes | |
class | ColumnStat |
Macros | |
#define | DIST_MIN_SEQ(seq_anz) (seq_anz / 10) |
Functions | |
AW_window * | COLSTAT_create_selection_window (AW_root *root, ColumnStat *column_stat) |
void | COLSTAT_create_selection_list (AW_window *aww, ColumnStat *column_stat) |
#define DIST_MIN_SEQ | ( | seq_anz | ) | (seq_anz / 10) |
Definition at line 38 of file ColumnStat.hxx.
Referenced by ColumnStat::calculate().
AW_window* COLSTAT_create_selection_window | ( | AW_root * | root, |
ColumnStat * | column_stat | ||
) |
Definition at line 376 of file ColumnStat.cxx.
References AW_POPDOWN(), COLSTAT_create_selection_list(), ColumnStat::get_awar_enable_helix(), ColumnStat::get_awar_smooth(), ColumnStat::get_gb_main(), makeHelpCallback(), and ta.
Referenced by create_pars_init_window(), DI_create_matrix_window(), STAT_create_chimera_check_window(), and STAT_create_main_window().
void COLSTAT_create_selection_list | ( | AW_window * | aww, |
ColumnStat * | column_stat | ||
) |
Definition at line 372 of file ColumnStat.cxx.
References ColumnStat::create_sai_selection_list().
Referenced by COLSTAT_create_selection_window(), and NT_create_colstat_2_gnuplot_window().