ARB
|
Go to the source code of this file.
Macros | |
#define | AWAR_DIST_PREFIX "dist/" |
#define | AWAR_DIST_FILTER_PREFIX AWAR_DIST_PREFIX "filter/" |
#define | AWAR_DIST_COLUMN_STAT_PREFIX AWAR_DIST_PREFIX "colstat/" |
#define | AWAR_DIST_TREE_PREFIX AWAR_DIST_PREFIX "tree/" |
#define | AWAR_DIST_WHICH_SPECIES AWAR_DIST_PREFIX "which_species" |
#define | AWAR_DIST_ALIGNMENT AWAR_DIST_PREFIX "alignment" |
#define | AWAR_DIST_FILTER_ALIGNMENT AWAR_DIST_FILTER_PREFIX "alignment" |
#define | AWAR_DIST_FILTER_NAME AWAR_DIST_FILTER_PREFIX "name" |
#define | AWAR_DIST_FILTER_FILTER AWAR_DIST_FILTER_PREFIX "filter" |
#define | AWAR_DIST_FILTER_SIMPLIFY AWAR_DIST_FILTER_PREFIX "simplify" |
#define | AWAR_DIST_TREE_CURR_NAME "tmp/" AWAR_DIST_TREE_PREFIX "curr_tree_name" |
#define | AWAR_DIST_MATRIX_DNA_BASE AWAR_DIST_PREFIX "dna/matrix" |
#define | AWAR_DIST_MATRIX_DNA_ENABLED "tmp/" AWAR_DIST_MATRIX_DNA_BASE "/enable" |
#define AWAR_DIST_PREFIX "dist/" |
Definition at line 15 of file di_awars.hxx.
#define AWAR_DIST_FILTER_PREFIX AWAR_DIST_PREFIX "filter/" |
Definition at line 16 of file di_awars.hxx.
#define AWAR_DIST_COLUMN_STAT_PREFIX AWAR_DIST_PREFIX "colstat/" |
Definition at line 17 of file di_awars.hxx.
#define AWAR_DIST_TREE_PREFIX AWAR_DIST_PREFIX "tree/" |
Definition at line 18 of file di_awars.hxx.
#define AWAR_DIST_WHICH_SPECIES AWAR_DIST_PREFIX "which_species" |
Definition at line 20 of file di_awars.hxx.
Referenced by DI_create_matrix_variables(), DI_create_matrix_window(), and whatToLoad().
#define AWAR_DIST_ALIGNMENT AWAR_DIST_PREFIX "alignment" |
Definition at line 21 of file di_awars.hxx.
Referenced by calculate_clusters(), di_autodetect_callback(), di_calculate_matrix(), DI_create_matrix_variables(), DI_create_matrix_window(), and di_mark_by_distance().
#define AWAR_DIST_FILTER_ALIGNMENT AWAR_DIST_FILTER_PREFIX "alignment" |
Definition at line 23 of file di_awars.hxx.
Referenced by DI_create_matrix_variables().
#define AWAR_DIST_FILTER_NAME AWAR_DIST_FILTER_PREFIX "name" |
Definition at line 24 of file di_awars.hxx.
Referenced by DI_create_matrix_variables(), and DI_create_matrix_window().
#define AWAR_DIST_FILTER_FILTER AWAR_DIST_FILTER_PREFIX "filter" |
Definition at line 25 of file di_awars.hxx.
Referenced by di_autodetect_callback(), and DI_create_matrix_variables().
#define AWAR_DIST_FILTER_SIMPLIFY AWAR_DIST_FILTER_PREFIX "simplify" |
Definition at line 26 of file di_awars.hxx.
Referenced by DI_create_matrix_variables().
#define AWAR_DIST_TREE_CURR_NAME "tmp/" AWAR_DIST_TREE_PREFIX "curr_tree_name" |
Definition at line 28 of file di_awars.hxx.
Referenced by calculate_clusters(), di_calculate_matrix(), di_calculate_tree_cb(), DI_create_cluster_detection_window(), DI_create_matrix_variables(), DI_create_matrix_window(), di_define_compression_tree_name_cb(), di_define_save_tree_name_cb(), di_define_sort_tree_name_cb(), and GroupBuilder::GroupBuilder().
#define AWAR_DIST_MATRIX_DNA_BASE AWAR_DIST_PREFIX "dna/matrix" |
Definition at line 30 of file di_awars.hxx.
Referenced by DI_create_matrix_variables().
#define AWAR_DIST_MATRIX_DNA_ENABLED "tmp/" AWAR_DIST_MATRIX_DNA_BASE "/enable" |
Definition at line 31 of file di_awars.hxx.
Referenced by DI_create_matrix_variables(), DI_create_matrix_window(), and get_user_matrix().