|
Open CASCADE Technology 7.9.3
|
#include <AdvApp2Var_EvaluatorFunc2Var.hxx>
Public Member Functions | |
| AdvApp2Var_EvaluatorFunc2Var () | |
| Empty constructor. | |
| virtual | ~AdvApp2Var_EvaluatorFunc2Var () |
| Destructor should be declared as virtual. | |
| virtual void | Evaluate (Standard_Integer *theDimension, Standard_Real *theUStartEnd, Standard_Real *theVStartEnd, Standard_Integer *theFavorIso, Standard_Real *theConstParam, Standard_Integer *theNbParams, Standard_Real *theParameters, Standard_Integer *theUOrder, Standard_Integer *theVOrder, Standard_Real *theResult, Standard_Integer *theErrorCode) const =0 |
| Function evaluation method to be defined by descendant. | |
| void | operator() (Standard_Integer *theDimension, Standard_Real *theUStartEnd, Standard_Real *theVStartEnd, Standard_Integer *theFavorIso, Standard_Real *theConstParam, Standard_Integer *theNbParams, Standard_Real *theParameters, Standard_Integer *theUOrder, Standard_Integer *theVOrder, Standard_Real *theResult, Standard_Integer *theErrorCode) const |
| Shortcut for function-call style usage. | |
|
inline |
Empty constructor.
|
inlinevirtual |
Destructor should be declared as virtual.
|
pure virtual |
Function evaluation method to be defined by descendant.
| theUStartEnd | First and last parameters in U |
| theVStartEnd | First and last parameters in V |
| theFavorIso | Choice of constante, 1 for U, 2 for V |
| theConstParam | Value of constant parameter |
| theNbParams | Number of parameters N |
| theParameters | Values of parameters, |
| theUOrder | Derivative Request in U |
| theVOrder | Derivative Request in V |
| theResult | Result[Dimension,N] |
|
inline |
Shortcut for function-call style usage.