#include <BRepMesh_DiscretRoot.hxx>
Inheritance diagram for BRepMesh_DiscretRoot:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT void | SetDeflection (const Standard_Real theDeflection) |
virtual Standard_EXPORT | ~BRepMesh_DiscretRoot () |
Standard_EXPORT Standard_Real | Deflection () const |
Standard_EXPORT void | SetAngle (const Standard_Real theAngle) |
Standard_EXPORT Standard_Real | Angle () const |
Standard_EXPORT void | SetShape (const TopoDS_Shape &theShape) |
Standard_EXPORT const TopoDS_Shape & | Shape () const |
virtual Standard_EXPORT void | Perform ()=0 |
Standard_EXPORT Standard_Boolean | IsDone () const |
Protected Member Functions | |
Standard_EXPORT | BRepMesh_DiscretRoot () |
Standard_EXPORT void | SetDone () |
Standard_EXPORT void | SetNotDone () |
virtual Standard_EXPORT void | Init () |
Protected Attributes | |
Standard_Real | myDeflection |
Standard_Real | myAngle |
TopoDS_Shape | myShape |
Standard_Boolean | myIsDone |
|
|
|
|
|
|
|
|
|
Reimplemented in BRepMesh_IncrementalMesh. |
|
|
|
Reimplemented in BRepMesh_IncrementalMesh. |
|
Reimplemented in BRepMesh_IncrementalMesh. |
|
Reimplemented in BRepMesh_IncrementalMesh. |
|
Implemented in BRepMesh_IncrementalMesh. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|