LiVES  3.2.0
Data Fields
lives_omc_match_node_t Struct Reference

#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...
 
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) 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
 

Detailed Description

Definition at line 65 of file omc-learn.h.

Field Documentation

◆ fvald

double* lives_omc_match_node_t::fvald

defaults, mapping to fixed doubles

Definition at line 84 of file omc-learn.h.

◆ fvali

int* lives_omc_match_node_t::fvali

defaults, mapping to fixed ints

Definition at line 83 of file omc-learn.h.

◆ gtkstore

LiVESTreeStore* lives_omc_match_node_t::gtkstore

Definition at line 91 of file omc-learn.h.

◆ gtkstore2

LiVESTreeStore* lives_omc_match_node_t::gtkstore2

Definition at line 92 of file omc-learn.h.

◆ macro

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.

◆ map

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.

◆ matchi

int* lives_omc_match_node_t::matchi

match value

Definition at line 78 of file omc-learn.h.

◆ matchp

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.

◆ max

int* lives_omc_match_node_t::max

max values of input params

Definition at line 75 of file omc-learn.h.

◆ min

int* lives_omc_match_node_t::min

min values of input params

Definition at line 74 of file omc-learn.h.

◆ nvars

int lives_omc_match_node_t::nvars

number of input params

Definition at line 69 of file omc-learn.h.

◆ offs0

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.

◆ offs1

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.

◆ scale

double* lives_omc_match_node_t::scale

scale for params (unbiased scale)

Definition at line 71 of file omc-learn.h.

◆ srch

char* lives_omc_match_node_t::srch

string to match

Definition at line 66 of file omc-learn.h.

◆ tmpvals

int* lives_omc_match_node_t::tmpvals

Definition at line 94 of file omc-learn.h.

◆ treev1

LiVESWidget* lives_omc_match_node_t::treev1

Definition at line 88 of file omc-learn.h.

◆ treev2

LiVESWidget* lives_omc_match_node_t::treev2

Definition at line 89 of file omc-learn.h.


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