#include <BSplCLib_EvaluatorFunction.hxx>
◆ BSplCLib_EvaluatorFunction() [1/2]
| BSplCLib_EvaluatorFunction::BSplCLib_EvaluatorFunction |
( |
| ) |
|
|
default |
◆ ~BSplCLib_EvaluatorFunction()
| virtual BSplCLib_EvaluatorFunction::~BSplCLib_EvaluatorFunction |
( |
| ) |
|
|
virtualdefault |
Destructor should be declared as virtual.
◆ BSplCLib_EvaluatorFunction() [2/2]
◆ Evaluate()
| virtual void BSplCLib_EvaluatorFunction::Evaluate |
( |
const int | theDerivativeRequest, |
|
|
const double * | theStartEnd, |
|
|
const double | theParameter, |
|
|
double & | theResult, |
|
|
int & | theErrorCode ) const |
|
pure virtual |
Function evaluation method to be defined by descendant.
◆ operator()()
| void BSplCLib_EvaluatorFunction::operator() |
( |
const int | theDerivativeRequest, |
|
|
const double * | theStartEnd, |
|
|
const double | theParameter, |
|
|
double & | theResult, |
|
|
int & | theErrorCode ) const |
|
inline |
Shortcut for function-call style usage.
◆ operator=()
The documentation for this class was generated from the following file: