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

ModelingData
TKGeomBase
GeomLib


GeomLib_PolyFunc Class Reference

Polynomial Function
.

#include <GeomLib_PolyFunc.hxx>


Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
Standard_EXPORT GeomLib_PolyFunc (const math_Vector &Coeffs)
virtual Standard_EXPORT Standard_Boolean Value (const Standard_Real X, Standard_Real &F)
 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)
 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)
 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.


Private Attributes

math_Vector myCoeffs


Constructor & Destructor Documentation

Standard_EXPORT GeomLib_PolyFunc::GeomLib_PolyFunc const math_Vector &  Coeffs  ) 
 


Member Function Documentation

virtual Standard_EXPORT Standard_Boolean GeomLib_PolyFunc::Derivative const Standard_Real  X,
Standard_Real &  D
[virtual]
 

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

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

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

virtual Standard_EXPORT Standard_Boolean GeomLib_PolyFunc::Value const Standard_Real  X,
Standard_Real &  F
[virtual]
 

virtual Standard_EXPORT Standard_Boolean GeomLib_PolyFunc::Values const Standard_Real  X,
Standard_Real &  F,
Standard_Real &  D
[virtual]
 


Field Documentation

math_Vector GeomLib_PolyFunc::myCoeffs [private]
 


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