|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_Boolean | IsDone () const |
| Standard_Real | Precision () const |
| | Returns the value of "MyPrecision"
.
|
| void | SetPrecision (const Standard_Real preci) |
| | Sets the value of "MyPrecision"
.
|
| Standard_Real | MaxTol () const |
| | Returns the value of "MaxTol"
.
|
| void | SetMaxTol (const Standard_Real maxpreci) |
| | Sets the value of MaxTol
.
|
Protected Member Functions |
| Standard_EXPORT | StepToTopoDS_Root () |
Protected Attributes |
| Standard_Boolean | done |
Private Attributes |
| Standard_Real | myPrecision |
| Standard_Real | myMaxTol |