Open CASCADE Technology 6.5.2
Public Member Functions | Protected Member Functions | Protected Attributes
BRepBuilderAPI_MakeShape Class Reference

This is the root class for all shape
constructions. It stores the result.

It provides deferred methods to trace the history
of sub-shapes.

#include <BRepBuilderAPI_MakeShape.hxx>

Inheritance diagram for BRepBuilderAPI_MakeShape:
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 void Delete ()
virtual ~BRepBuilderAPI_MakeShape ()
virtual void Build ()
 This is called by Shape(). It does nothing but
may be redefined.

const TopoDS_ShapeShape () const
 Returns a shape built by the shape construction algorithm.
Raises exception StdFail_NotDone if the shape was not built.

 operator TopoDS_Shape () const
virtual const
TopTools_ListOfShape
Generated (const TopoDS_Shape &S)
 Returns the list of shapes generated from the
shape <S>.

virtual const
TopTools_ListOfShape
Modified (const TopoDS_Shape &S)
 Returns the list of shapes modified from the shape
<S>.

virtual Standard_Boolean IsDeleted (const TopoDS_Shape &S)
 Returns true if the shape S has been deleted.

Protected Member Functions

 BRepBuilderAPI_MakeShape ()

Protected Attributes

TopoDS_Shape myShape
TopTools_ListOfShape myGenerated

Constructor & Destructor Documentation

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

Member Function Documentation

virtual void BRepBuilderAPI_MakeShape::Build ( ) [virtual]
virtual void BRepBuilderAPI_MakeShape::Delete ( ) [virtual]

Reimplemented from BRepBuilderAPI_Command.

Reimplemented in BRepAlgo_BooleanOperation.

virtual const TopTools_ListOfShape& BRepBuilderAPI_MakeShape::Generated ( const TopoDS_Shape S) [virtual]
virtual Standard_Boolean BRepBuilderAPI_MakeShape::IsDeleted ( const TopoDS_Shape S) [virtual]
virtual const TopTools_ListOfShape& BRepBuilderAPI_MakeShape::Modified ( const TopoDS_Shape S) [virtual]
void BRepBuilderAPI_MakeShape::operator delete ( void *  anAddress) [inline]

Reimplemented from BRepBuilderAPI_Command.

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

void* BRepBuilderAPI_MakeShape::operator new ( size_t  size) [inline]

Reimplemented from BRepBuilderAPI_Command.

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

void* BRepBuilderAPI_MakeShape::operator new ( size_t  ,
void *  anAddress 
) [inline]

Reimplemented from BRepBuilderAPI_Command.

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

BRepBuilderAPI_MakeShape::operator TopoDS_Shape ( ) const
const TopoDS_Shape& BRepBuilderAPI_MakeShape::Shape ( ) const

Field Documentation


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines