Open CASCADE Technology 6.6.0
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

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]
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]
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