Open CASCADE Technology
6.5.4
|
Root class for all commands in BRepBuilderAPI.
Provides :
More...
#include <BRepBuilderAPI_Command.hxx>
Public Member Functions | |
virtual DEFINE_STANDARD_ALLOC 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. |
* Managements of the notDone flag. <br>
virtual BRepBuilderAPI_Command::~BRepBuilderAPI_Command | ( | ) | [inline, virtual] |
BRepBuilderAPI_Command::BRepBuilderAPI_Command | ( | ) | [protected] |
void BRepBuilderAPI_Command::Check | ( | ) | const |
virtual DEFINE_STANDARD_ALLOC void BRepBuilderAPI_Command::Delete | ( | ) | [virtual] |
Reimplemented in QANewModTopOpe_Limitation, BRepAlgo_BooleanOperation, and BRepBuilderAPI_MakeShape.
void BRepBuilderAPI_Command::Done | ( | ) | [protected] |
virtual Standard_Boolean BRepBuilderAPI_Command::IsDone | ( | ) | const [virtual] |
void BRepBuilderAPI_Command::NotDone | ( | ) | [protected] |