#include <GEOMAlgo_SolidSolid.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | GEOMAlgo_SolidSolid () |
| virtual Standard_EXPORT | ~GEOMAlgo_SolidSolid () |
| virtual Standard_EXPORT void | Perform () |
| Standard_EXPORT void | SetShape2 (const TopoDS_Shape &aS) |
| Standard_EXPORT const TopoDS_Shape & | Shape2 () const |
| Standard_EXPORT void | SetFiller (const BOPTools_DSFiller &aDSF) |
| Standard_EXPORT const TopTools_ListOfShape & | Shapes (const TopAbs_State aState) const |
| Standard_EXPORT Standard_Integer | ErrorStatus () const |
| Standard_EXPORT Standard_Integer | WarningStatus () const |
| Standard_EXPORT void | ComputeInternalShapes (const Standard_Boolean theFlag) |
Protected Member Functions | |
| virtual Standard_EXPORT void | BuildResult () |
| virtual Standard_EXPORT void | Prepare () |
| Standard_EXPORT void | DetectSDFaces () |
| virtual Standard_EXPORT void | CheckData () |
| virtual Standard_EXPORT void | CheckResult () |
Protected Attributes | |
| TopoDS_Shape | myS2 |
| TopTools_ListOfShape | myLSIN |
| TopTools_ListOfShape | myLSOUT |
| TopTools_ListOfShape | myLSON |
| Standard_Integer | myRank |
| BOPTools_PDSFiller | myDSFiller |
| Standard_Integer | myErrorStatus |
| Standard_Integer | myWarningStatus |
| Standard_Boolean | myComputeInternalShapes |
| GEOMAlgo_SolidSolid::GEOMAlgo_SolidSolid | ( | ) |
| GEOMAlgo_SolidSolid::~GEOMAlgo_SolidSolid | ( | ) | [virtual] |
| void* GEOMAlgo_SolidSolid.operator new | ( | size_t | , |
| void * | anAddress | ||
| ) |
Reimplemented from GEOMAlgo_ShellSolid.
| void* GEOMAlgo_SolidSolid.operator new | ( | size_t | size | ) |
Reimplemented from GEOMAlgo_ShellSolid.
| void GEOMAlgo_SolidSolid.operator delete | ( | void * | anAddress | ) |
Reimplemented from GEOMAlgo_ShellSolid.
| void GEOMAlgo_SolidSolid::Perform | ( | ) | [virtual] |
Reimplemented from GEOMAlgo_ShellSolid.
References BuildResult(), GEOMAlgo_ShapeSolid.myDSFiller, GEOMAlgo_Algo.myErrorStatus, GEOMAlgo_ShapeSolid.myRank, and GEOMAlgo_ShellSolid.Prepare().
| void GEOMAlgo_SolidSolid::SetShape2 | ( | const TopoDS_Shape & | aS | ) |
References myS2.
| const TopoDS_Shape & GEOMAlgo_SolidSolid::Shape2 | ( | ) | const |
References myS2.
| void GEOMAlgo_SolidSolid::BuildResult | ( | ) | [protected, virtual] |
Reimplemented from GEOMAlgo_ShellSolid.
References GEOMAlgo_IndexedDataMapOfShapeState.Add(), GEOMAlgo_IndexedDataMapOfShapeState.Contains(), GEOMAlgo_IndexedDataMapOfShapeState.FindFromKey(), PAL_MESH_030_geometry.i, MapShapes(), GEOMAlgo_Algo.myErrorStatus, GEOMAlgo_ShapeSolid.myLSIN, GEOMAlgo_ShapeSolid.myLSON, GEOMAlgo_ShapeSolid.myLSOUT, and myS2.
| void GEOMAlgo_ShellSolid::Prepare | ( | ) | [protected, virtual, inherited] |
Implements GEOMAlgo_ShapeSolid.
References GEOMAlgo_ShellSolid.DetectSDFaces(), and GEOMAlgo_ShapeSolid.myDSFiller.
| void GEOMAlgo_ShellSolid::DetectSDFaces | ( | ) | [protected, inherited] |
References PAL_MESH_030_geometry.i, and GEOMAlgo_ShapeSolid.myDSFiller.
| void GEOMAlgo_ShapeSolid::SetFiller | ( | const BOPTools_DSFiller & | aDSF | ) | [inherited] |
References GEOMAlgo_ShapeSolid.myDSFiller.
| const TopTools_ListOfShape & GEOMAlgo_ShapeSolid::Shapes | ( | const TopAbs_State | aState | ) | const [inherited] |
References GEOMAlgo_ShapeSolid.myLSIN, GEOMAlgo_ShapeSolid.myLSON, and GEOMAlgo_ShapeSolid.myLSOUT.
| Standard_Integer GEOMAlgo_Algo::ErrorStatus | ( | ) | const [inherited] |
References GEOMAlgo_Algo.myErrorStatus.
| Standard_Integer GEOMAlgo_Algo::WarningStatus | ( | ) | const [inherited] |
References GEOMAlgo_Algo.myWarningStatus.
| void GEOMAlgo_Algo::ComputeInternalShapes | ( | const Standard_Boolean | theFlag | ) | [inherited] |
References GEOMAlgo_Algo.myComputeInternalShapes.
| void GEOMAlgo_Algo::CheckData | ( | ) | [protected, virtual, inherited] |
Reimplemented in GEOMAlgo_FinderShapeOn, GEOMAlgo_FinderShapeOn1, GEOMAlgo_FinderShapeOn2, GEOMAlgo_FinderShapeOnQuad, GEOMAlgo_Gluer, GEOMAlgo_Gluer2, GEOMAlgo_ShapeInfoFiller, and GEOMAlgo_WESScaler.
References GEOMAlgo_Algo.myErrorStatus.
| void GEOMAlgo_Algo::CheckResult | ( | ) | [protected, virtual, inherited] |
Reimplemented in GEOMAlgo_Gluer.
References GEOMAlgo_Algo.myErrorStatus.
TopoDS_Shape GEOMAlgo_SolidSolid.myS2 [protected] |
TopTools_ListOfShape GEOMAlgo_ShapeSolid.myLSIN [protected, inherited] |
TopTools_ListOfShape GEOMAlgo_ShapeSolid.myLSOUT [protected, inherited] |
TopTools_ListOfShape GEOMAlgo_ShapeSolid.myLSON [protected, inherited] |
Standard_Integer GEOMAlgo_ShapeSolid.myRank [protected, inherited] |
BOPTools_PDSFiller GEOMAlgo_ShapeSolid.myDSFiller [protected, inherited] |
Standard_Integer GEOMAlgo_Algo.myErrorStatus [protected, inherited] |
Standard_Integer GEOMAlgo_Algo.myWarningStatus [protected, inherited] |
Standard_Boolean GEOMAlgo_Algo.myComputeInternalShapes [protected, inherited] |