|
Open CASCADE Technology 6.5.2
|
Stores a Line in the Hatcher. Represented by :
* A Lin2d from gp, the geometry of the line.
* Bounding parameters for the line.
* A sorted List of Parameters, the intersections
on the line.
#include <Hatch_Line.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Hatch_Line () | |
| Hatch_Line (const gp_Lin2d &L, const Hatch_LineForm T) | |
| void | AddIntersection (const Standard_Real Par1, const Standard_Boolean Start, const Standard_Integer Index, const Standard_Real Par2, const Standard_Real theToler) |
| Insert a new intersection in the sorted list. | |
| Hatch_Line::Hatch_Line | ( | ) |
| Hatch_Line::Hatch_Line | ( | const gp_Lin2d & | L, |
| const Hatch_LineForm | T | ||
| ) |
| void Hatch_Line::AddIntersection | ( | const Standard_Real | Par1, |
| const Standard_Boolean | Start, | ||
| const Standard_Integer | Index, | ||
| const Standard_Real | Par2, | ||
| const Standard_Real | theToler | ||
| ) |
| void Hatch_Line::operator delete | ( | void * | anAddress | ) | [inline] |
| void* Hatch_Line::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void* Hatch_Line::operator new | ( | size_t | size | ) | [inline] |
1.7.4