#include <IntSurf_PathPoint.hxx>
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| | IntSurf_PathPoint () |
| | IntSurf_PathPoint (const gp_Pnt &P, const Standard_Real U, const Standard_Real V) |
| void | SetValue (const gp_Pnt &P, const Standard_Real U, const Standard_Real V) |
| void | AddUV (const Standard_Real U, const Standard_Real V) |
| void | SetDirections (const gp_Vec &V, const gp_Dir2d &D) |
| void | SetTangency (const Standard_Boolean Tang) |
| void | SetPassing (const Standard_Boolean Pass) |
| const gp_Pnt & | Value () const |
| void | Value2d (Standard_Real &U, Standard_Real &V) const |
| Standard_Boolean | IsPassingPnt () const |
| Standard_Boolean | IsTangent () const |
| const gp_Vec & | Direction3d () const |
| const gp_Dir2d & | Direction2d () const |
| Standard_Integer | Multiplicity () const |
| void | Parameters (const Standard_Integer Index, Standard_Real &U, Standard_Real &V) const |
Constructor & Destructor Documentation
| IntSurf_PathPoint::IntSurf_PathPoint |
( |
| ) |
|
Member Function Documentation
| const gp_Dir2d& IntSurf_PathPoint::Direction2d |
( |
| ) |
const |
| const gp_Vec& IntSurf_PathPoint::Direction3d |
( |
| ) |
const |
| void IntSurf_PathPoint::operator delete |
( |
void * |
anAddress | ) |
[inline] |
| void* IntSurf_PathPoint::operator new |
( |
size_t |
size | ) |
[inline] |
| void* IntSurf_PathPoint::operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| [inline] |
| void IntSurf_PathPoint::SetDirections |
( |
const gp_Vec & |
V, |
|
|
const gp_Dir2d & |
D |
|
) |
| |
| const gp_Pnt& IntSurf_PathPoint::Value |
( |
| ) |
const |
The documentation for this class was generated from the following file: