|
| function_modifier_index | type |
| |
| char | name [MAX_STRLEN] |
| |
| GENMESH_FDATA * | orig_f_data |
| |
| GENMESH_FDATA * | new_f_data |
| |
| int | new_f_size |
| |
| void(* | origfun )(void *, int, double *, double *, void *) |
| |
| void(* | origbounds )(void *, double *, double *, void *) |
| |
| int | number_of_functions |
| |
| struct { |
| GENMESH_FDATA * fdata |
| |
| char name [MAX_STRLEN] |
| |
| char symbol [SYMBOL_LENGTH] |
| |
void(* fun )(void *, int, double
*, double *, void *) |
| |
| int active |
| |
| } | functions |
| |
| ITEM * | item |
| |
| void * | data |
| |
| void(* | modfun )(void *, int, double *, double *, void *) |
| |
| void(* | modbounds )(void *, double *, double *, void *) |
| |
| GENMESH_FDATA *(* | init )(struct function_modifier *) |
| |
| char *(* | info )(struct function_modifier *) |
| |
| bool_t(* | xdr )(XDR *, struct function_modifier *) |
| |
| void(* | deleteFct )(struct function_modifier *) |
| |
| int FctSelector::function_modifier::active |
| void* FctSelector::function_modifier::data |
| GENMESH_FDATA* FctSelector::function_modifier::fdata |
| void(* FctSelector::function_modifier::fun)(void *, int, double *, double *, void *) |
| struct { ... } * FctSelector::function_modifier::functions |
| ITEM* FctSelector::function_modifier::item |
| void(* FctSelector::function_modifier::modbounds)(void *, double *, double *, void *) |
| void(* FctSelector::function_modifier::modfun)(void *, int, double *, double *, void *) |
| char FctSelector::function_modifier::name[MAX_STRLEN] |
| GENMESH_FDATA * FctSelector::function_modifier::new_f_data |
| int FctSelector::function_modifier::new_f_size |
| int FctSelector::function_modifier::number_of_functions |
| GENMESH_FDATA* FctSelector::function_modifier::orig_f_data |
| void(* FctSelector::function_modifier::origbounds)(void *, double *, double *, void *) |
| void(* FctSelector::function_modifier::origfun)(void *, int, double *, double *, void *) |
The documentation for this struct was generated from the following file: