Implement the Intersector2d required by the classifier.
#include <BRepClass_Intersector.hxx>
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| | BRepClass_Intersector () |
| void | Perform (const gp_Lin2d &L, const Standard_Real P, const Standard_Real Tol, const BRepClass_Edge &E) |
| | Intersect the line segment and the edge.
|
| void | LocalGeometry (const BRepClass_Edge &E, const Standard_Real U, gp_Dir2d &T, gp_Dir2d &N, Standard_Real &C) const |
| | Returns in <T>, <N> and the tangent, normal
and curvature of the edge <E> at parameter value
<U>.
|
Constructor & Destructor Documentation
| BRepClass_Intersector::BRepClass_Intersector |
( |
| ) |
|
Member Function Documentation
| void BRepClass_Intersector::operator delete |
( |
void * |
anAddress | ) |
[inline] |
| void* BRepClass_Intersector::operator new |
( |
size_t |
size | ) |
[inline] |
| void* BRepClass_Intersector::operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| [inline] |
The documentation for this class was generated from the following file: