ARB
|
#include <MultiProbe.hxx>
Public Member Functions | |
MP_Window * | get_mp_window () |
AW_root * | get_aw_root () |
TREE_canvas * | get_canvas () |
ProbeValuation * | get_p_eval () |
ST_Container * | get_stc () |
void | set_stc (ST_Container *stopfC) |
void | set_p_eval (ProbeValuation *y) |
ProbeValuation * | new_probe_eval (char **field, int size, int *array, int *mismatches) |
void | destroy_probe_eval () |
MP_Main (AW_root *awr, TREE_canvas *canvas) | |
~MP_Main () | |
Definition at line 133 of file MultiProbe.hxx.
MP_Main::MP_Main | ( | AW_root * | awr, |
TREE_canvas * | canvas | ||
) |
Definition at line 31 of file MP_main.cxx.
References create_awars(), AWT_canvas::gb_main, and NULp.
MP_Main::~MP_Main | ( | ) |
Definition at line 40 of file MP_main.cxx.
References AW_root::awar_int(), MP_AWAR_MISMATCHES, MP_AWAR_QUALITY, MP_AWAR_SINGLEMISMATCHES, MP_gen_quality(), MP_gen_singleprobe(), MP_modify_selected(), new_pt_server, and AW_awar::remove_callback().
|
inline |
Definition at line 143 of file MultiProbe.hxx.
Referenced by create_multiprobe_window(), ProbeValuation::init_valuation(), MP_close_main(), MP_compute(), and MP_popup_result_window().
|
inline |
Definition at line 144 of file MultiProbe.hxx.
Referenced by MP_Comment(), MP_compute(), MP_mark_probes_in_tree(), MP_popup_result_window(), and MP_show_probes_in_tree().
|
inline |
Definition at line 145 of file MultiProbe.hxx.
Referenced by MP_close_main(), MP_group_all_except_marked(), MP_mark_probes_in_tree(), MP_normal_colors_in_tree(), and MP_show_probes_in_tree().
|
inline |
Definition at line 146 of file MultiProbe.hxx.
Referenced by probe_combi_statistic::calc_fitness(), Generation::check_for_results(), Generation::gen_determ_combis(), Generation::Generation(), Generation::init_valuation(), MP_close_main(), and probe_combi_statistic::mutate_Probe().
|
inline |
Definition at line 147 of file MultiProbe.hxx.
Referenced by probe_combi_statistic::calc_fitness(), ProbeValuation::init_valuation(), MP_close_main(), MP_compute(), MP_mark_probes_in_tree(), MP_show_probes_in_tree(), and Sondentopf::put_Sonde().
|
inline |
Definition at line 148 of file MultiProbe.hxx.
Referenced by ProbeValuation::init_valuation(), MP_close_main(), MP_compute(), MP_mark_probes_in_tree(), and MP_show_probes_in_tree().
|
inline |
ProbeValuation * MP_Main::new_probe_eval | ( | char ** | field, |
int | size, | ||
int * | array, | ||
int * | mismatches | ||
) |
Definition at line 57 of file MP_main.cxx.
References ProbeValuation::get_max_init_for_gen(), and ProbeValuation::set_act_gen().
Referenced by MP_compute().
void MP_Main::destroy_probe_eval | ( | ) |