| 
    Open CASCADE Technology 7.8.2.dev
    
   | 
 
#include <BSplCLib_EvaluatorFunction.hxx>
Public Member Functions | |
| BSplCLib_EvaluatorFunction () | |
| Empty constructor.   | |
| virtual | ~BSplCLib_EvaluatorFunction () | 
| Destructor should be declared as virtual.   | |
| 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.   | |
| 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.   | |
      
  | 
  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.