Open CASCADE Technology
7.7.0
|
#include <BSplCLib_EvaluatorFunction.hxx>
Public Member Functions | |
BSplCLib_EvaluatorFunction () | |
Empty constructor. More... | |
virtual | ~BSplCLib_EvaluatorFunction () |
Destructor should be declared as virtual. More... | |
virtual void | Evaluate (const Standard_Integer theDerivativeRequest, const Standard_Real *theStartEnd, const Standard_Real theParameter, Standard_Real &theResult, Standard_Integer &theErrorCode) const =0 |
Function evaluation method to be defined by descendant. More... | |
void | operator() (const Standard_Integer theDerivativeRequest, const Standard_Real *theStartEnd, const Standard_Real theParameter, Standard_Real &theResult, Standard_Integer &theErrorCode) const |
Shortcut for function-call style usage. More... | |
|
inline |
Empty constructor.
|
inlinevirtual |
Destructor should be declared as virtual.
|
pure virtual |
Function evaluation method to be defined by descendant.
|
inline |
Shortcut for function-call style usage.