Implementation of the ParTool from IntImpParGen
for conics of gp, using the class PConic from IntCurve.
#include <IntCurve_PConicTool.hxx>
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 | EpsX (const IntCurve_PConic &C) |
| static Standard_Integer | NbSamples (const IntCurve_PConic &C) |
| static Standard_Integer | NbSamples (const IntCurve_PConic &C, const Standard_Real U0, const Standard_Real U1) |
| static gp_Pnt2d | Value (const IntCurve_PConic &C, const Standard_Real X) |
| static void | D1 (const IntCurve_PConic &C, const Standard_Real U, gp_Pnt2d &P, gp_Vec2d &T) |
| static void | D2 (const IntCurve_PConic &C, const Standard_Real U, gp_Pnt2d &P, gp_Vec2d &T, gp_Vec2d &N) |
Member Function Documentation
| void IntCurve_PConicTool::operator delete |
( |
void * |
anAddress | ) |
[inline] |
| void* IntCurve_PConicTool::operator new |
( |
size_t |
size | ) |
[inline] |
| void* IntCurve_PConicTool::operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| [inline] |
The documentation for this class was generated from the following file: