#include <BRepGProp_TFunctionOfVinertGK.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepGProp_TFunctionOfVinertGK (const BRepGProp_Face &theSurface, const gp_Pnt &theVertex, const Standard_Boolean IsByPoint, const Standard_Address theCoeffs, const Standard_Real theUMin, const Standard_Real theTolerance) |
Standard_EXPORT void | Init () |
void | SetNbKronrodPoints (const Standard_Integer theNbPoints) |
void | SetValueType (const GProp_ValueType aType) |
void | SetTolerance (const Standard_Real aTol) |
Standard_Real | ErrorReached () const |
Standard_Real | AbsolutError () const |
virtual Standard_EXPORT Standard_Boolean | Value (const Standard_Real X, Standard_Real &F) |
virtual Standard_Integer | GetStateNumber () |
Private Attributes | |
BRepGProp_Face | mySurface |
BRepGProp_UFunctionOfVinertGK | myUFunction |
Standard_Real | myUMin |
Standard_Real | myTolerance |
Standard_Real | myTolReached |
Standard_Real | myErrReached |
Standard_Real | myAbsError |
GProp_ValueType | myValueType |
Standard_Boolean | myIsByPoint |
Standard_Integer | myNbPntOuter |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|