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

ModelingData
TKGeomBase
ProjLib


ProjLib_PrjFunc Class Reference

#include <ProjLib_PrjFunc.hxx>


Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
Standard_EXPORT ProjLib_PrjFunc (const Adaptor3d_CurvePtr &C, const Standard_Real FixVal, const Adaptor3d_SurfacePtr &S, const Standard_Integer Fix)
Standard_EXPORT Standard_Integer NbVariables () const
 returns the number of variables of the function.

Standard_EXPORT Standard_Integer NbEquations () const
 returns the number of equations of the function.

Standard_EXPORT Standard_Boolean Value (const math_Vector &X, math_Vector &F)
 computes the values <f> of the Functions for the
variable <x>.
Returns True if the computation was done successfully,
False otherwise.

Standard_EXPORT Standard_Boolean Derivatives (const math_Vector &X, math_Matrix &D)
 returns the values <d> of the derivatives for the
variable <x>.
Returns True if the computation was done successfully,
False otherwise.

Standard_EXPORT Standard_Boolean Values (const math_Vector &X, math_Vector &F, math_Matrix &D)
 returns the values <f> of the functions and the derivatives
<d> for the variable <x>.
Returns True if the computation was done successfully,
False otherwise.

Standard_EXPORT gp_Pnt2d Solution () const
 returns point on surface


Private Attributes

Adaptor3d_CurvePtr myCurve
Adaptor3d_SurfacePtr mySurface
Standard_Real myt
Standard_Real myU
Standard_Real myV
Standard_Integer myFix
Standard_Real myNorm


Constructor & Destructor Documentation

Standard_EXPORT ProjLib_PrjFunc::ProjLib_PrjFunc const Adaptor3d_CurvePtr C,
const Standard_Real  FixVal,
const Adaptor3d_SurfacePtr S,
const Standard_Integer  Fix
 


Member Function Documentation

Standard_EXPORT Standard_Boolean ProjLib_PrjFunc::Derivatives const math_Vector &  X,
math_Matrix &  D
 

Standard_EXPORT Standard_Integer ProjLib_PrjFunc::NbEquations  )  const
 

Standard_EXPORT Standard_Integer ProjLib_PrjFunc::NbVariables  )  const
 

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

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

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

Standard_EXPORT gp_Pnt2d ProjLib_PrjFunc::Solution  )  const
 

Standard_EXPORT Standard_Boolean ProjLib_PrjFunc::Value const math_Vector &  X,
math_Vector &  F
 

Standard_EXPORT Standard_Boolean ProjLib_PrjFunc::Values const math_Vector &  X,
math_Vector &  F,
math_Matrix &  D
 


Field Documentation

Adaptor3d_CurvePtr ProjLib_PrjFunc::myCurve [private]
 

Standard_Integer ProjLib_PrjFunc::myFix [private]
 

Standard_Real ProjLib_PrjFunc::myNorm [private]
 

Adaptor3d_SurfacePtr ProjLib_PrjFunc::mySurface [private]
 

Standard_Real ProjLib_PrjFunc::myt [private]
 

Standard_Real ProjLib_PrjFunc::myU [private]
 

Standard_Real ProjLib_PrjFunc::myV [private]
 


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