Open CASCADE Technology
7.4.0
|
This class provides a tool on a quadric that can be used to instantiates the Walking algorithmes (see package IntWalk) with a Quadric from IntSurf as implicit surface. More...
#include <IntSurf_QuadricTool.hxx>
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. More... | |
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. More... | |
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. More... | |
static Standard_Real | Tolerance (const IntSurf_Quadric &Quad) |
returns the tolerance of the zero of the implicit function More... | |
This class provides a tool on a quadric that can be used to instantiates the Walking algorithmes (see package IntWalk) with a Quadric from IntSurf as implicit surface.
|
static |
Returns the gradient of the function.
|
static |
returns the tolerance of the zero of the implicit function
|
static |
Returns the value of the function.
|
static |
Returns the value and the gradient.