OCC Main Page | ModelingAlgorithms | Toolkits | Packages | Class Hierarchy | Data Structures | File List | Data Fields | Globals

ModelingAlgorithms
TKTopAlgo
BRepBuilderAPI


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

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
virtual Standard_EXPORT void Delete ()
virtual Standard_EXPORT ~BRepBuilderAPI_Command ()
virtual Standard_EXPORT Standard_Boolean IsDone () const
Standard_EXPORT void Check () const
 Raises NotDone if done is false.
.

Protected Member Functions

Standard_EXPORT BRepBuilderAPI_Command ()
 Set done to False.
.
Standard_EXPORT void Done ()
 Set done to true.
.
Standard_EXPORT void NotDone ()
 Set done to false.
.

Private Attributes

Standard_Boolean myDone

Constructor & Destructor Documentation

virtual Standard_EXPORT BRepBuilderAPI_Command::~BRepBuilderAPI_Command  )  [inline, virtual]
 

Standard_EXPORT BRepBuilderAPI_Command::BRepBuilderAPI_Command  )  [protected]
 


Member Function Documentation

Standard_EXPORT void BRepBuilderAPI_Command::Check  )  const
 

virtual Standard_EXPORT void BRepBuilderAPI_Command::Delete  )  [virtual]
 

Reimplemented in BRepAlgo_BooleanOperation, and BRepBuilderAPI_MakeShape.

Standard_EXPORT void BRepBuilderAPI_Command::Done  )  [protected]
 

virtual Standard_EXPORT Standard_Boolean BRepBuilderAPI_Command::IsDone  )  const [virtual]
 

Reimplemented in BRepBuilderAPI_MakeEdge, BRepBuilderAPI_MakeEdge2d, BRepBuilderAPI_MakeFace, BRepBuilderAPI_MakePolygon, BRepBuilderAPI_MakeShell, BRepBuilderAPI_MakeSolid, BRepBuilderAPI_MakeWire, BRepOffsetAPI_MakeFilling, BRepOffsetAPI_NormalProjection, and ShapeConstruct_MakeTriangulation.

Standard_EXPORT void BRepBuilderAPI_Command::NotDone  )  [protected]
 

void BRepBuilderAPI_Command::operator delete void *  anAddress  )  [inline]
 

Reimplemented in BRepAlgo_BooleanOperation, BRepAlgo_Common, BRepAlgo_Cut, BRepAlgo_Fuse, BRepAlgo_Section, BRepAlgoAPI_BooleanOperation, BRepAlgoAPI_Common, BRepAlgoAPI_Cut, BRepAlgoAPI_Fuse, BRepAlgoAPI_Section, BRepBuilderAPI_Copy, BRepBuilderAPI_GTransform, BRepBuilderAPI_MakeEdge, BRepBuilderAPI_MakeEdge2d, BRepBuilderAPI_MakeFace, BRepBuilderAPI_MakePolygon, BRepBuilderAPI_MakeShape, BRepBuilderAPI_MakeShell, BRepBuilderAPI_MakeSolid, BRepBuilderAPI_MakeVertex, BRepBuilderAPI_MakeWire, BRepBuilderAPI_ModifyShape, BRepBuilderAPI_NurbsConvert, BRepBuilderAPI_Transform, BRepFeat_Builder, BRepFeat_Form, BRepFeat_Gluer, BRepFeat_LocalOperation, BRepFeat_MakeCylindricalHole, BRepFeat_MakeDPrism, BRepFeat_MakeLinearForm, BRepFeat_MakePipe, BRepFeat_MakePrism, BRepFeat_MakeRevol, BRepFeat_MakeRevolutionForm, BRepFeat_RibSlot, BRepFeat_SplitShape, BRepFilletAPI_LocalOperation, BRepFilletAPI_MakeChamfer, BRepFilletAPI_MakeFillet, BRepFilletAPI_MakeFillet2d, BRepOffsetAPI_DraftAngle, BRepOffsetAPI_MakeDraft, BRepOffsetAPI_MakeEvolved, BRepOffsetAPI_MakeFilling, BRepOffsetAPI_MakeOffset, BRepOffsetAPI_MakeOffsetShape, BRepOffsetAPI_MakePipe, BRepOffsetAPI_MakePipeShell, BRepOffsetAPI_MakeThickSolid, BRepOffsetAPI_NormalProjection, BRepOffsetAPI_ThruSections, BRepPrimAPI_MakeBox, BRepPrimAPI_MakeCone, BRepPrimAPI_MakeCylinder, BRepPrimAPI_MakeHalfSpace, BRepPrimAPI_MakeOneAxis, BRepPrimAPI_MakePrism, BRepPrimAPI_MakeRevol, BRepPrimAPI_MakeRevolution, BRepPrimAPI_MakeSphere, BRepPrimAPI_MakeSweep, BRepPrimAPI_MakeTorus, BRepPrimAPI_MakeWedge, and ShapeConstruct_MakeTriangulation.

void* BRepBuilderAPI_Command::operator new size_t  size  )  [inline]
 

Reimplemented in BRepAlgo_BooleanOperation, BRepAlgo_Common, BRepAlgo_Cut, BRepAlgo_Fuse, BRepAlgo_Section, BRepAlgoAPI_BooleanOperation, BRepAlgoAPI_Common, BRepAlgoAPI_Cut, BRepAlgoAPI_Fuse, BRepAlgoAPI_Section, BRepBuilderAPI_Copy, BRepBuilderAPI_GTransform, BRepBuilderAPI_MakeEdge, BRepBuilderAPI_MakeEdge2d, BRepBuilderAPI_MakeFace, BRepBuilderAPI_MakePolygon, BRepBuilderAPI_MakeShape, BRepBuilderAPI_MakeShell, BRepBuilderAPI_MakeSolid, BRepBuilderAPI_MakeVertex, BRepBuilderAPI_MakeWire, BRepBuilderAPI_ModifyShape, BRepBuilderAPI_NurbsConvert, BRepBuilderAPI_Transform, BRepFeat_Builder, BRepFeat_Form, BRepFeat_Gluer, BRepFeat_LocalOperation, BRepFeat_MakeCylindricalHole, BRepFeat_MakeDPrism, BRepFeat_MakeLinearForm, BRepFeat_MakePipe, BRepFeat_MakePrism, BRepFeat_MakeRevol, BRepFeat_MakeRevolutionForm, BRepFeat_RibSlot, BRepFeat_SplitShape, BRepFilletAPI_LocalOperation, BRepFilletAPI_MakeChamfer, BRepFilletAPI_MakeFillet, BRepFilletAPI_MakeFillet2d, BRepOffsetAPI_DraftAngle, BRepOffsetAPI_MakeDraft, BRepOffsetAPI_MakeEvolved, BRepOffsetAPI_MakeFilling, BRepOffsetAPI_MakeOffset, BRepOffsetAPI_MakeOffsetShape, BRepOffsetAPI_MakePipe, BRepOffsetAPI_MakePipeShell, BRepOffsetAPI_MakeThickSolid, BRepOffsetAPI_NormalProjection, BRepOffsetAPI_ThruSections, BRepPrimAPI_MakeBox, BRepPrimAPI_MakeCone, BRepPrimAPI_MakeCylinder, BRepPrimAPI_MakeHalfSpace, BRepPrimAPI_MakeOneAxis, BRepPrimAPI_MakePrism, BRepPrimAPI_MakeRevol, BRepPrimAPI_MakeRevolution, BRepPrimAPI_MakeSphere, BRepPrimAPI_MakeSweep, BRepPrimAPI_MakeTorus, BRepPrimAPI_MakeWedge, and ShapeConstruct_MakeTriangulation.

void* BRepBuilderAPI_Command::operator new size_t  ,
void *  anAddress
[inline]
 

Reimplemented in BRepAlgo_BooleanOperation, BRepAlgo_Common, BRepAlgo_Cut, BRepAlgo_Fuse, BRepAlgo_Section, BRepAlgoAPI_BooleanOperation, BRepAlgoAPI_Common, BRepAlgoAPI_Cut, BRepAlgoAPI_Fuse, BRepAlgoAPI_Section, BRepBuilderAPI_Copy, BRepBuilderAPI_GTransform, BRepBuilderAPI_MakeEdge, BRepBuilderAPI_MakeEdge2d, BRepBuilderAPI_MakeFace, BRepBuilderAPI_MakePolygon, BRepBuilderAPI_MakeShape, BRepBuilderAPI_MakeShell, BRepBuilderAPI_MakeSolid, BRepBuilderAPI_MakeVertex, BRepBuilderAPI_MakeWire, BRepBuilderAPI_ModifyShape, BRepBuilderAPI_NurbsConvert, BRepBuilderAPI_Transform, BRepFeat_Builder, BRepFeat_Form, BRepFeat_Gluer, BRepFeat_LocalOperation, BRepFeat_MakeCylindricalHole, BRepFeat_MakeDPrism, BRepFeat_MakeLinearForm, BRepFeat_MakePipe, BRepFeat_MakePrism, BRepFeat_MakeRevol, BRepFeat_MakeRevolutionForm, BRepFeat_RibSlot, BRepFeat_SplitShape, BRepFilletAPI_LocalOperation, BRepFilletAPI_MakeChamfer, BRepFilletAPI_MakeFillet, BRepFilletAPI_MakeFillet2d, BRepOffsetAPI_DraftAngle, BRepOffsetAPI_MakeDraft, BRepOffsetAPI_MakeEvolved, BRepOffsetAPI_MakeFilling, BRepOffsetAPI_MakeOffset, BRepOffsetAPI_MakeOffsetShape, BRepOffsetAPI_MakePipe, BRepOffsetAPI_MakePipeShell, BRepOffsetAPI_MakeThickSolid, BRepOffsetAPI_NormalProjection, BRepOffsetAPI_ThruSections, BRepPrimAPI_MakeBox, BRepPrimAPI_MakeCone, BRepPrimAPI_MakeCylinder, BRepPrimAPI_MakeHalfSpace, BRepPrimAPI_MakeOneAxis, BRepPrimAPI_MakePrism, BRepPrimAPI_MakeRevol, BRepPrimAPI_MakeRevolution, BRepPrimAPI_MakeSphere, BRepPrimAPI_MakeSweep, BRepPrimAPI_MakeTorus, BRepPrimAPI_MakeWedge, and ShapeConstruct_MakeTriangulation.


Field Documentation

Standard_Boolean BRepBuilderAPI_Command::myDone [private]
 


The documentation for this class was generated from the following file:
Generated on Mon Aug 25 13:41:03 2008 for OpenCASCADE by  doxygen 1.4.1