|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Static Public Member Functions |
static Standard_Real | Value (const IntSurf_Quadric &Quad, const Standard_Real X, const Standard_Real Y, const Standard_Real Z) |
| Returns the value of the function.
.
|
static void | Gradient (const IntSurf_Quadric &Quad, const Standard_Real X, const Standard_Real Y, const Standard_Real Z, gp_Vec &V) |
| Returns the gradient of the function.
.
|
static void | ValueAndGradient (const IntSurf_Quadric &Quad, const Standard_Real X, const Standard_Real Y, const Standard_Real Z, Standard_Real &Val, gp_Vec &Grad) |
| Returns the value and the gradient.
.
|
static Standard_EXPORT Standard_Real | Tolerance (const IntSurf_Quadric &Quad) |
| returns the tolerance of the zero of the implicit function
|