|
LiVES 3.2.0
|
#include <omc-learn.h>
Data Fields | |
| char * | srch |
| string to match More... | |
| int | macro |
| action number this is linked to (or -1) (see mainwindow.h) More... | |
| int | nvars |
| number of input params More... | |
| int * | offs0 |
| offs to add to params before scale (pre-bias) More... | |
| double * | scale |
| scale for params (unbiased scale) More... | |
| int * | offs1 |
| offs to add to params after scale (post bias) More... | |
| int * | min |
| min values of input params More... | |
| int * | max |
| max values of input params More... | |
| boolean * | matchp |
| do we additionally need to match this param val in the input ? More... | |
| int * | matchi |
| match value More... | |
| int * | map |
| mapping macro parameters to variables in the input (whether we use a default or a variable) More... | |
| int * | fvali |
| defaults, mapping to fixed ints More... | |
| double * | fvald |
| defaults, mapping to fixed doubles More... | |
| LiVESWidget * | treev1 |
| LiVESWidget * | treev2 |
| LiVESTreeStore * | gtkstore |
| LiVESTreeStore * | gtkstore2 |
| int * | tmpvals |
Definition at line 65 of file omc-learn.h.
| double* lives_omc_match_node_t::fvald |
defaults, mapping to fixed doubles
Definition at line 84 of file omc-learn.h.
| int* lives_omc_match_node_t::fvali |
defaults, mapping to fixed ints
Definition at line 83 of file omc-learn.h.
| LiVESTreeStore* lives_omc_match_node_t::gtkstore |
Definition at line 91 of file omc-learn.h.
| LiVESTreeStore* lives_omc_match_node_t::gtkstore2 |
Definition at line 92 of file omc-learn.h.
| int lives_omc_match_node_t::macro |
action number this is linked to (or -1) (see mainwindow.h)
Definition at line 67 of file omc-learn.h.
| int* lives_omc_match_node_t::map |
mapping macro parameters to variables in the input (whether we use a default or a variable)
Definition at line 81 of file omc-learn.h.
| int* lives_omc_match_node_t::matchi |
match value
Definition at line 78 of file omc-learn.h.
| boolean* lives_omc_match_node_t::matchp |
do we additionally need to match this param val in the input ?
Definition at line 77 of file omc-learn.h.
| int* lives_omc_match_node_t::max |
max values of input params
Definition at line 75 of file omc-learn.h.
| int* lives_omc_match_node_t::min |
min values of input params
Definition at line 74 of file omc-learn.h.
| int lives_omc_match_node_t::nvars |
number of input params
Definition at line 69 of file omc-learn.h.
| int* lives_omc_match_node_t::offs0 |
offs to add to params before scale (pre-bias)
Definition at line 70 of file omc-learn.h.
| int* lives_omc_match_node_t::offs1 |
offs to add to params after scale (post bias)
Definition at line 72 of file omc-learn.h.
| double* lives_omc_match_node_t::scale |
scale for params (unbiased scale)
Definition at line 71 of file omc-learn.h.
| char* lives_omc_match_node_t::srch |
string to match
Definition at line 66 of file omc-learn.h.
| int* lives_omc_match_node_t::tmpvals |
Definition at line 94 of file omc-learn.h.
| LiVESWidget* lives_omc_match_node_t::treev1 |
Definition at line 88 of file omc-learn.h.
| LiVESWidget* lives_omc_match_node_t::treev2 |
Definition at line 89 of file omc-learn.h.