| 
    Open CASCADE Technology 7.8.2.dev
    
   | 
 
This class implements the common services for all classes of StepToTopoDS which report error and sets and returns precision. More...
#include <StepToTopoDS_Root.hxx>

Public Member Functions | |
| 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 | |
| StepToTopoDS_Root () | |
Protected Attributes | |
| Standard_Boolean | done | 
This class implements the common services for all classes of StepToTopoDS which report error and sets and returns precision.
      
  | 
  protected | 
| Standard_Boolean StepToTopoDS_Root::IsDone | ( | ) | const | 
| Standard_Real StepToTopoDS_Root::MaxTol | ( | ) | const | 
Returns the value of "MaxTol".
| Standard_Real StepToTopoDS_Root::Precision | ( | ) | const | 
Returns the value of "MyPrecision".
| void StepToTopoDS_Root::SetMaxTol | ( | const Standard_Real | maxpreci | ) | 
Sets the value of MaxTol.
| void StepToTopoDS_Root::SetPrecision | ( | const Standard_Real | preci | ) | 
Sets the value of "MyPrecision".
      
  | 
  protected |