LiVES  3.0.2
Data Fields
lives_omc_match_node_t Struct Reference

#include <omc-learn.h>

Data Fields

char * srch
 string to match More...
 
int macro
 macro number this is linked to (or -1) 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...
 
booleanmatchp
 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) (reverse ordered, starting from the last macro parameter) 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
 

Field Documentation

◆ fvald

double* lives_omc_match_node_t::fvald

defaults, mapping to fixed doubles

◆ fvali

int* lives_omc_match_node_t::fvali

defaults, mapping to fixed ints

◆ gtkstore

LiVESTreeStore* lives_omc_match_node_t::gtkstore

◆ gtkstore2

LiVESTreeStore* lives_omc_match_node_t::gtkstore2

◆ macro

int lives_omc_match_node_t::macro

macro number this is linked to (or -1)

◆ map

int* lives_omc_match_node_t::map

mapping macro parameters to variables in the input (whether we use a default or a variable) (reverse ordered, starting from the last macro parameter)

◆ matchi

int* lives_omc_match_node_t::matchi

match value

◆ matchp

boolean* lives_omc_match_node_t::matchp

do we additionally need to match this param val in the input ?

◆ max

int* lives_omc_match_node_t::max

max values of input params

◆ min

int* lives_omc_match_node_t::min

min values of input params

◆ nvars

int lives_omc_match_node_t::nvars

number of input params

◆ offs0

int* lives_omc_match_node_t::offs0

offs to add to params before scale (pre-bias)

◆ offs1

int* lives_omc_match_node_t::offs1

offs to add to params after scale (post bias)

◆ scale

double* lives_omc_match_node_t::scale

scale for params (unbiased scale)

◆ srch

char* lives_omc_match_node_t::srch

string to match

◆ tmpvals

int* lives_omc_match_node_t::tmpvals

◆ treev1

LiVESWidget* lives_omc_match_node_t::treev1

◆ treev2

LiVESWidget* lives_omc_match_node_t::treev2

The documentation for this struct was generated from the following file: