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