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

ModelingAlgorithms
TKFillet
ChFi3d


ChFi3d_SearchSing Class Reference

F(t) = (C1(t) - C2(t)).(C1'(t) - C2'(t));
.

#include <ChFi3d_SearchSing.hxx>


Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
Standard_EXPORT ChFi3d_SearchSing (const Handle(Geom_Curve)&C1, const Handle(Geom_Curve)&C2)
Standard_EXPORT Standard_Boolean Value (const Standard_Real X, Standard_Real &F)
 computes the value of the function <f> for the
variable <x>.
returns True if the computation was done successfully,
False otherwise.

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.

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

Handle_Geom_Curve myC1
Handle_Geom_Curve myC2


Constructor & Destructor Documentation

Standard_EXPORT ChFi3d_SearchSing::ChFi3d_SearchSing const Handle(Geom_Curve)&  C1,
const Handle(Geom_Curve)&  C2
 


Member Function Documentation

Standard_EXPORT Standard_Boolean ChFi3d_SearchSing::Derivative const Standard_Real  X,
Standard_Real &  D
 

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

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

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

Standard_EXPORT Standard_Boolean ChFi3d_SearchSing::Value const Standard_Real  X,
Standard_Real &  F
 

Standard_EXPORT Standard_Boolean ChFi3d_SearchSing::Values const Standard_Real  X,
Standard_Real &  F,
Standard_Real &  D
 


Field Documentation

Handle_Geom_Curve ChFi3d_SearchSing::myC1 [private]
 

Handle_Geom_Curve ChFi3d_SearchSing::myC2 [private]
 


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