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

Root class for all commands in BRepLib.

Provides :

* Managements of the notDone flag.

* Catching of exceptions (not implemented).

* Logging (not implemented).

#include <BRepLib_Command.hxx>

Inheritance diagram for BRepLib_Command:
Inheritance graph
[legend]

Public Member Functions

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

Protected Member Functions

 BRepLib_Command ()
 Set done to False.

void Done ()
 Set done to true.

void NotDone ()
 Set done to false.


Constructor & Destructor Documentation

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

Member Function Documentation

void BRepLib_Command::Check ( ) const
virtual void BRepLib_Command::Delete ( ) [virtual]
void BRepLib_Command::Done ( ) [protected]
Standard_Boolean BRepLib_Command::IsDone ( ) const
void BRepLib_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