|
Open CASCADE Technology 6.5.2
|
#include <ShapeConstruct_MakeTriangulation.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| ShapeConstruct_MakeTriangulation (const TColgp_Array1OfPnt &pnts, const Standard_Real prec=0.0) | |
| ShapeConstruct_MakeTriangulation (const TopoDS_Wire &wire, const Standard_Real prec=0.0) | |
| virtual void | Build () |
| This is called by Shape(). It does nothing but may be redefined. | |
| virtual Standard_Boolean | IsDone () const |
| ShapeConstruct_MakeTriangulation::ShapeConstruct_MakeTriangulation | ( | const TColgp_Array1OfPnt & | pnts, |
| const Standard_Real | prec = 0.0 |
||
| ) |
| ShapeConstruct_MakeTriangulation::ShapeConstruct_MakeTriangulation | ( | const TopoDS_Wire & | wire, |
| const Standard_Real | prec = 0.0 |
||
| ) |
| virtual void ShapeConstruct_MakeTriangulation::Build | ( | ) | [virtual] |
Reimplemented from BRepBuilderAPI_MakeShape.
| virtual Standard_Boolean ShapeConstruct_MakeTriangulation::IsDone | ( | ) | const [virtual] |
Reimplemented from BRepBuilderAPI_Command.
| void ShapeConstruct_MakeTriangulation::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from BRepBuilderAPI_MakeShape.
| void* ShapeConstruct_MakeTriangulation::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from BRepBuilderAPI_MakeShape.
| void* ShapeConstruct_MakeTriangulation::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from BRepBuilderAPI_MakeShape.
1.7.4