Open CASCADE Technology  7.1.0.beta
Public Member Functions | Protected Member Functions

BRepLib_Command Class Reference

Root class for all commands in BRepLib. More...

#include <BRepLib_Command.hxx>

Inheritance diagram for BRepLib_Command:
Inheritance graph
[legend]

Public Member Functions

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

Protected Member Functions

 BRepLib_Command ()
 Set done to False. More...
 
void Done ()
 Set done to true. More...
 
void NotDone ()
 Set done to false. More...
 

Detailed Description

Root class for all commands in BRepLib.

Provides :

Constructor & Destructor Documentation

virtual BRepLib_Command::~BRepLib_Command ( )
virtual
BRepLib_Command::BRepLib_Command ( )
protected

Set done to False.

Member Function Documentation

void BRepLib_Command::Check ( ) const

Raises NotDone if done is false.

void BRepLib_Command::Done ( )
protected

Set done to true.

Standard_Boolean BRepLib_Command::IsDone ( ) const
void BRepLib_Command::NotDone ( )
protected

Set done to false.


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