Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
math_FunctionWithDerivative Class Reference

This abstract class describes the virtual functions associated with
a function of a single variable for which the first derivative is
available.

#include <math_FunctionWithDerivative.hxx>

Inheritance diagram for math_FunctionWithDerivative:
Inheritance graph
[legend]

Public Member Functions

virtual DEFINE_STANDARD_ALLOC void Delete ()
virtual ~math_FunctionWithDerivative ()
virtual Standard_Boolean Value (const Standard_Real X, Standard_Real &F)=0
 Computes the value <F>of the function for the variable <X>.
Returns True if the calculation were successfully done,
False otherwise.

virtual Standard_Boolean Derivative (const Standard_Real X, Standard_Real &D)=0
 Computes the derivative <D> of the function
for the variable <X>.
Returns True if the calculation were successfully done,
False otherwise.

virtual Standard_Boolean Values (const Standard_Real X, Standard_Real &F, Standard_Real &D)=0
 Computes the value <F> and the derivative <D> of the
function for the variable <X>.
Returns True if the calculation were successfully done,
False otherwise.


Constructor & Destructor Documentation


Member Function Documentation


The documentation for this class was generated from the following file: