#include <GEOMAlgo_WireSolid.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_WireSolid () |
| virtual Standard_EXPORT | ~GEOMAlgo_WireSolid () |
| virtual Standard_EXPORT void | Perform () |
| 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 | Prepare () |
| virtual Standard_EXPORT void | BuildResult () |
| virtual Standard_EXPORT void | CheckData () |
| virtual Standard_EXPORT void | CheckResult () |
Protected Attributes | |
| 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_WireSolid::GEOMAlgo_WireSolid | ( | ) |
| GEOMAlgo_WireSolid::~GEOMAlgo_WireSolid | ( | ) | [virtual] |
| void* GEOMAlgo_WireSolid.operator new | ( | size_t | , |
| void * | anAddress | ||
| ) |
Reimplemented from GEOMAlgo_ShapeSolid.
| void* GEOMAlgo_WireSolid.operator new | ( | size_t | size | ) |
Reimplemented from GEOMAlgo_ShapeSolid.
| void GEOMAlgo_WireSolid.operator delete | ( | void * | anAddress | ) |
Reimplemented from GEOMAlgo_ShapeSolid.
| void GEOMAlgo_WireSolid::Perform | ( | ) | [virtual] |
Implements GEOMAlgo_Algo.
References BuildResult(), GEOMAlgo_ShapeSolid.myDSFiller, GEOMAlgo_Algo.myErrorStatus, and Prepare().
| void GEOMAlgo_WireSolid::Prepare | ( | ) | [protected, virtual] |
Implements GEOMAlgo_ShapeSolid.
References GEOMAlgo_ShapeSolid.myDSFiller.
| void GEOMAlgo_WireSolid::BuildResult | ( | ) | [protected, virtual] |
| 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.
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] |