Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Member Functions | Protected Attributes
BRepAlgo_BooleanOperation Class Reference

The abstract class BooleanOperation is the root
class of Boolean operations.
A BooleanOperation object stores the two shapes in
preparation for the Boolean operation specified in
one of the classes inheriting from this one. These include:
More...

#include <BRepAlgo_BooleanOperation.hxx>

Inheritance diagram for BRepAlgo_BooleanOperation:
Inheritance graph
[legend]

Public Member Functions

virtual DEFINE_STANDARD_ALLOC void Delete ()
virtual ~BRepAlgo_BooleanOperation ()
void PerformDS ()
void Perform (const TopAbs_State St1, const TopAbs_State St2)
Handle_TopOpeBRepBuild_HBuilder Builder () const
const TopoDS_ShapeShape1 () const
 Returns the first shape involved in this Boolean operation.

const TopoDS_ShapeShape2 () const
 Returns the second shape involved in this Boolean operation.

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

 BRepAlgo_BooleanOperation (const TopoDS_Shape &S1, const TopoDS_Shape &S2)
 Prepares the operations for S1 and S2.

void BuilderCanWork (const Standard_Boolean B)
Standard_Boolean BuilderCanWork () const
virtual void InitParameters ()

Protected Attributes

Handle_TopOpeBRepBuild_HBuilder myHBuilder
TopoDS_Shape myS1
TopoDS_Shape myS2

Detailed Description


Constructor & Destructor Documentation


Member Function Documentation

Handle_TopOpeBRepBuild_HBuilder BRepAlgo_BooleanOperation::Builder ( ) const

Reimplemented from BRepBuilderAPI_MakeShape.

virtual void BRepAlgo_BooleanOperation::InitParameters ( ) [protected, virtual]

Reimplemented from BRepBuilderAPI_MakeShape.

Reimplemented from BRepBuilderAPI_MakeShape.


Field Documentation

Handle_TopOpeBRepBuild_HBuilder BRepAlgo_BooleanOperation::myHBuilder [protected]

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