Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes
gce_Root Class Reference

Provides common status services for all gce construction classes. More...

#include <gce_Root.hxx>

Inheritance diagram for gce_Root:
Inheritance graph
[legend]

Public Member Functions

bool IsDone () const
 Returns true if the construction is successful.
 
bool IsError () const
 Returns true if the construction has failed.
 
gce_ErrorType Status () const
 Returns the status of the construction:
 

Protected Attributes

gce_ErrorType TheError
 

Detailed Description

Provides common status services for all gce construction classes.

Member Function Documentation

◆ IsDone()

bool gce_Root::IsDone ( ) const
inline

Returns true if the construction is successful.

Returns
true if status is gce_Done

◆ IsError()

bool gce_Root::IsError ( ) const
inline

Returns true if the construction has failed.

Returns
true if status is not gce_Done

◆ Status()

gce_ErrorType gce_Root::Status ( ) const
inline

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.
    Returns
    construction status

Field Documentation

◆ TheError

gce_ErrorType gce_Root::TheError
protected

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