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