Open CASCADE Technology  7.4.0
Public Member Functions | Protected Attributes

gce_Root Class Reference

This class implements the common services for all classes of gce which report error. More...

#include <gce_Root.hxx>

Inheritance diagram for gce_Root:
Inheritance graph
[legend]

Public Member Functions

Standard_Boolean IsDone () const
 Returns true if the construction is successful. More...
 
gce_ErrorType Status () const
 Returns the status of the construction: More...
 

Protected Attributes

gce_ErrorType TheError
 

Detailed Description

This class implements the common services for all classes of gce which report error.

Member Function Documentation

◆ IsDone()

Standard_Boolean gce_Root::IsDone ( ) const

Returns true if the construction is successful.

◆ Status()

gce_ErrorType gce_Root::Status ( ) const

Returns the status of the construction:

  • gce_Done, if the construction is successful, or
  • another value of the gce_ErrorType enumeration indicating why the construction failed.

Field Documentation

◆ TheError

gce_ErrorType gce_Root::TheError
protected

The documentation for this class was generated from the following file: