#include <BSplSLib_EvaluatorFunction.hxx>
|
| | BSplSLib_EvaluatorFunction ()=default |
| | Empty constructor.
|
| virtual | ~BSplSLib_EvaluatorFunction ()=default |
| | Destructor should be declared as virtual.
|
| virtual void | Evaluate (const int theDerivativeRequest, const double theUParameter, const double theVParameter, double &theResult, int &theErrorCode) const =0 |
| | Function evaluation method to be defined by descendant.
|
| void | operator() (const int theDerivativeRequest, const double theUParameter, const double theVParameter, double &theResult, int &theErrorCode) const |
| | Shortcut for function-call style usage.
|
◆ 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: