A fuzzy logic C++ library
|
A structure needed to keep access to all the data in the mouse callback (only used in try-fis.cpp). More...
Public Member Functions | |
DATA () | |
Public Attributes | |
size_t | NbInputs |
SLIFIS * | fis |
PLOT_FS * | plot_i |
inputs | |
PLOT_FS * | plot_o |
output | |
PLOT_RB_2D * | plot_rb |
rule base 2d plot (or 0 if more than 2 inputs) | |
PLOT_RB_TEXT * | plot_rbt |
textual rule base plot | |
vector< double > * | in_vals |
vector of pointers on input values | |
vector< string > * | WndNames |
vector of pointers on the windows names | |
const char * | WndName_OutSet |
const char * | WndName_OutMf |
const char * | WndName_RuleBase_2D |
const char * | WndName_RuleBase |
const char * | WndName_IMF |
A structure needed to keep access to all the data in the mouse callback (only used in try-fis.cpp).
DATA::DATA | ( | ) | [inline] |
size_t DATA::NbInputs |
Referenced by main(), Mouse_CB_rb_2D(), Mouse_CB_rb_text(), Process(), and Show().
rule base 2d plot (or 0 if more than 2 inputs)
Referenced by main(), Mouse_CB_rb_2D(), Mouse_CB_rb_text(), and Show().
textual rule base plot
Referenced by main(), Mouse_CB_rb_2D(), Mouse_CB_rb_text(), and Show().
vector<double>* DATA::in_vals |
vector<string>* DATA::WndNames |
vector of pointers on the windows names
Referenced by main().
const char* DATA::WndName_OutSet |
const char* DATA::WndName_OutMf |
const char* DATA::WndName_RuleBase_2D |
const char* DATA::WndName_RuleBase |
const char* DATA::WndName_IMF |
Referenced by Process().