| 
    Open CASCADE Technology 7.8.2.dev
    
   | 
 
This class provides a tool on a quadric that can be used to instantiates the Walking algorithms (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.   | |
| 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_Real | Tolerance (const IntSurf_Quadric &Quad) | 
| returns the tolerance of the zero of the implicit function   | |
This class provides a tool on a quadric that can be used to instantiates the Walking algorithms (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.