#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.
|
Constructor & Destructor Documentation
Member Function Documentation
| virtual void AdvApp2Var_EvaluatorFunc2Var::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 [pure virtual] |
- Parameters:
-
| 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] |
| void AdvApp2Var_EvaluatorFunc2Var::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 [inline] |
The documentation for this class was generated from the following file: