#include <BRepLProp_CurveTool.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 void | Value (const BRepAdaptor_Curve &C, const Standard_Real U, gp_Pnt &P) |
| | Computes the point.
|
| static void | D1 (const BRepAdaptor_Curve &C, const Standard_Real U, gp_Pnt &P, gp_Vec &V1) |
| | Computes the point.
|
| static void | D2 (const BRepAdaptor_Curve &C, const Standard_Real U, gp_Pnt &P, gp_Vec &V1, gp_Vec &V2) |
| | Computes the point.
|
| static void | D3 (const BRepAdaptor_Curve &C, const Standard_Real U, gp_Pnt &P, gp_Vec &V1, gp_Vec &V2, gp_Vec &V3) |
| | Computes the point.
|
| static Standard_Integer | Continuity (const BRepAdaptor_Curve &C) |
| | returns the order of continuity of the curve .
returns 1 : first derivative only is computable
returns 2 : first and second derivative only are computable.
returns 3 : first, second and third are computable.
|
| static Standard_Real | FirstParameter (const BRepAdaptor_Curve &C) |
| | returns the first parameter bound of the curve.
|
| static Standard_Real | LastParameter (const BRepAdaptor_Curve &C) |
| | returns the last parameter bound of the curve.
FirstParameter must be less than LastParamenter.
|
Member Function Documentation
and first derivative <V1> of
parameter <U> on the curve .
, the first derivative <V1> and second
derivative <V2> of parameter <U> on the curve .
, the first derivative <V1>, the
second derivative <V2> and third derivative <V3> of
parameter <U> on the curve .
| void BRepLProp_CurveTool::operator delete |
( |
void * |
anAddress | ) |
[inline] |
| void* BRepLProp_CurveTool::operator new |
( |
size_t |
size | ) |
[inline] |
| void* BRepLProp_CurveTool::operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| [inline] |
of parameter <U> on the curve .
The documentation for this class was generated from the following file: