#include <param_func.hpp>
Protected Attributes | |
std::vector< std::size_t > | func2Arc_ |
Maps the parametrized functions to their afferent arc parametrizations. More... | |
std::vector< std::vector< FuncCtrlPt< TNumType > > > | funcCtrlPt_ |
Stores the control points for all the parametrized functions. More... | |
std::vector< FuncEvalModesFlags > | funcEvalReq_ |
Flags for required function computation modes. More... | |
std::vector< ParamFuncsStructure > | paramFuncsStructure_ |
Initialization structure "store" variable. More... | |
Definition at line 609 of file param_func.hpp.
|
protected |
Maps the parametrized functions to their afferent arc parametrizations.
Definition at line 622 of file param_func.hpp.
|
protected |
Stores the control points for all the parametrized functions.
Definition at line 616 of file param_func.hpp.
|
protected |
Flags for required function computation modes.
Definition at line 613 of file param_func.hpp.
|
protected |
Initialization structure "store" variable.
Definition at line 619 of file param_func.hpp.