ARB
|
#include <AP_matrix.hxx>
Public Member Functions | |
AP_userdef_matrix (long si, const char *awar_prefix_) | |
~AP_userdef_matrix () | |
void | normize () |
void | set_x_description (int idx, const char *desc) |
void | set_y_description (int idx, const char *desc) |
void | set_descriptions (int idx, const char *desc) |
void | create_awars (AW_root *awr) |
void | update_from_awars (AW_root *awr) |
void | create_input_fields (AW_window *aww) |
Public Member Functions inherited from AP_matrix | |
AP_matrix (long si) | |
~AP_matrix () | |
void | set (int i, int j, AP_FLOAT val) |
AP_FLOAT | get (int i, int j) |
long | get_size () const |
Definition at line 52 of file AP_matrix.hxx.
Definition at line 60 of file AP_matrix.hxx.
AP_userdef_matrix::~AP_userdef_matrix | ( | ) |
Definition at line 129 of file AP_matrix.cxx.
References AP_matrix::get_size().
void AP_userdef_matrix::normize | ( | ) |
Definition at line 106 of file AP_matrix.cxx.
References AP_matrix::get_size(), AP_matrix::set(), and y.
Referenced by get_user_matrix().
Definition at line 70 of file AP_matrix.hxx.
Referenced by set_descriptions().
Definition at line 71 of file AP_matrix.hxx.
Referenced by set_descriptions().
Definition at line 72 of file AP_matrix.hxx.
References set_x_description(), and set_y_description().
Referenced by DI_create_matrix_variables().
void AP_userdef_matrix::create_awars | ( | AW_root * | awr | ) |
Definition at line 47 of file AP_matrix.cxx.
References AW_root::awar_float(), buffer, AP_matrix::get_size(), AW_awar::set_minmax(), and y.
Referenced by DI_create_matrix_variables().
void AP_userdef_matrix::update_from_awars | ( | AW_root * | awr | ) |
Definition at line 67 of file AP_matrix.cxx.
References AW_root::awar(), buffer, AP_matrix::get_size(), AW_awar::read_float(), AP_matrix::set(), and y.
Referenced by get_user_matrix().
void AP_userdef_matrix::create_input_fields | ( | AW_window * | aww | ) |
Definition at line 82 of file AP_matrix.cxx.
References AW_window::at_newline(), buffer, AW_window::create_button(), AW_window::create_input_field(), AP_matrix::get_size(), NULp, and y.
Referenced by create_dna_matrix_window().