Open CASCADE Technology  6.9.0
Public Member Functions | Protected Member Functions

BRepBuilderAPI_Command Class Reference

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

#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. More...
 

Protected Member Functions

 BRepBuilderAPI_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 BRepBuilderAPI.

Provides :

Constructor & Destructor Documentation

virtual BRepBuilderAPI_Command::~BRepBuilderAPI_Command ( )
inlinevirtual
BRepBuilderAPI_Command::BRepBuilderAPI_Command ( )
protected

Set done to False.

Member Function Documentation

void BRepBuilderAPI_Command::Check ( ) const

Raises NotDone if done is false.

virtual void BRepBuilderAPI_Command::Delete ( )
virtual
void BRepBuilderAPI_Command::Done ( )
protected

Set done to true.

virtual Standard_Boolean BRepBuilderAPI_Command::IsDone ( ) const
virtual
void BRepBuilderAPI_Command::NotDone ( )
protected

Set done to false.


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