OCC Main Page | FoundationClasses | Toolkits | Packages | Class Hierarchy | Data Structures | File List | Data Fields | Globals

FoundationClasses
TKMath
math


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

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
virtual Standard_EXPORT void Delete ()
virtual Standard_EXPORT ~math_FunctionWithDerivative ()
virtual Standard_EXPORT 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_EXPORT 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_EXPORT 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

virtual Standard_EXPORT math_FunctionWithDerivative::~math_FunctionWithDerivative  )  [inline, virtual]
 


Member Function Documentation

virtual Standard_EXPORT void math_FunctionWithDerivative::Delete  )  [virtual]
 

virtual Standard_EXPORT Standard_Boolean math_FunctionWithDerivative::Derivative const Standard_Real  X,
Standard_Real D
[pure virtual]
 

Implemented in CSLib_NormalPolyDef.

void math_FunctionWithDerivative::operator delete void *  anAddress  )  [inline]
 

Reimplemented from math_Function.

Reimplemented in CSLib_NormalPolyDef.

void* math_FunctionWithDerivative::operator new size_t  size  )  [inline]
 

Reimplemented from math_Function.

Reimplemented in CSLib_NormalPolyDef.

void* math_FunctionWithDerivative::operator new size_t  ,
void *  anAddress
[inline]
 

Reimplemented from math_Function.

Reimplemented in CSLib_NormalPolyDef.

virtual Standard_EXPORT Standard_Boolean math_FunctionWithDerivative::Value const Standard_Real  X,
Standard_Real F
[pure virtual]
 

Implements math_Function.

Implemented in CSLib_NormalPolyDef.

virtual Standard_EXPORT Standard_Boolean math_FunctionWithDerivative::Values const Standard_Real  X,
Standard_Real F,
Standard_Real D
[pure virtual]
 

Implemented in CSLib_NormalPolyDef.


The documentation for this class was generated from the following file:
Generated on Mon Aug 25 13:12:45 2008 for OpenCASCADE by  doxygen 1.4.1