Open CASCADE Technology 6.6.0
Public Member Functions | Protected Member Functions
BRepBuilderAPI_Command Class Reference

Root class for all commands in BRepBuilderAPI.

Provides :

* Managements of the notDone flag.

* Catching of exceptions (not implemented).

* Logging (not implemented).

#include <BRepBuilderAPI_Command.hxx>

Inheritance diagram for BRepBuilderAPI_Command:
Inheritance graph
[legend]

Public Member Functions

virtual void Delete ()
virtual ~BRepBuilderAPI_Command ()
virtual Standard_Boolean IsDone () const
void Check () const
 Raises NotDone if done is false.

Protected Member Functions

 BRepBuilderAPI_Command ()
 Set done to False.

void Done ()
 Set done to true.

void NotDone ()
 Set done to false.


Constructor & Destructor Documentation

virtual BRepBuilderAPI_Command::~BRepBuilderAPI_Command ( ) [inline, virtual]
BRepBuilderAPI_Command::BRepBuilderAPI_Command ( ) [protected]

Member Function Documentation

void BRepBuilderAPI_Command::Check ( ) const
virtual void BRepBuilderAPI_Command::Delete ( ) [virtual]
void BRepBuilderAPI_Command::Done ( ) [protected]
virtual Standard_Boolean BRepBuilderAPI_Command::IsDone ( ) const [virtual]
void BRepBuilderAPI_Command::NotDone ( ) [protected]

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines