the algorithm to split multiconnexed set of edges
wires on a face onto simple connexed wires
More...
#include <GEOMAlgo_WireSplitter.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_WireSplitter () |
| virtual Standard_EXPORT | ~GEOMAlgo_WireSplitter () |
| Standard_EXPORT void | SetFace (const TopoDS_Face &aF) |
| Standard_EXPORT void | SetEdges (const TopTools_ListOfShape &aLE) |
| Standard_EXPORT const TopTools_ListOfShape & | Edges () const |
| virtual Standard_EXPORT void | Perform () |
| Standard_EXPORT Standard_Boolean | IsNothingToDo () const |
| Standard_EXPORT const TopoDS_Face & | Face () const |
| Standard_EXPORT const BOPTColStd_ListOfListOfShape & | Shapes () 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 | CheckData () |
| virtual Standard_EXPORT void | CheckResult () |
Protected Attributes | |
| TopoDS_Face | myFace |
| Standard_Boolean | myIsDone |
| Standard_Boolean | myNothingToDo |
| BOPTColStd_ListOfListOfShape | myShapes |
| BOP_IndexedDataMapOfVertexListEdgeInfo | mySmartMap |
| TopTools_ListOfShape | myEdges |
| Standard_Integer | myErrorStatus |
| Standard_Integer | myWarningStatus |
| Standard_Boolean | myComputeInternalShapes |
| GEOMAlgo_WireSplitter::GEOMAlgo_WireSplitter | ( | ) |
| GEOMAlgo_WireSplitter::~GEOMAlgo_WireSplitter | ( | ) | [virtual] |
| void* GEOMAlgo_WireSplitter.operator new | ( | size_t | , |
| void * | anAddress | ||
| ) |
Reimplemented from GEOMAlgo_Algo.
| void* GEOMAlgo_WireSplitter.operator new | ( | size_t | size | ) |
Reimplemented from GEOMAlgo_Algo.
| void GEOMAlgo_WireSplitter.operator delete | ( | void * | anAddress | ) |
Reimplemented from GEOMAlgo_Algo.
| void GEOMAlgo_WireSplitter::SetFace | ( | const TopoDS_Face & | aF | ) |
References myFace.
| void GEOMAlgo_WireSplitter::SetEdges | ( | const TopTools_ListOfShape & | aLE | ) |
References myEdges.
| const TopTools_ListOfShape & GEOMAlgo_WireSplitter::Edges | ( | ) | const |
References myEdges.
| void GEOMAlgo_WireSplitter::Perform | ( | ) | [virtual] |
Implements GEOMAlgo_Algo.
References Angle2D(), PAL_MESH_030_geometry.i, myEdges, GEOMAlgo_Algo.myErrorStatus, myFace, myNothingToDo, myShapes, mySmartMap, Path(), and PAL_MESH_028_geometry.Vertices.
| Standard_Boolean GEOMAlgo_WireSplitter::IsNothingToDo | ( | ) | const |
References myNothingToDo.
| const TopoDS_Face & GEOMAlgo_WireSplitter::Face | ( | ) | const |
References myFace.
| const BOPTColStd_ListOfListOfShape & GEOMAlgo_WireSplitter::Shapes | ( | ) | const |
References myShapes.
| 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_Face GEOMAlgo_WireSplitter.myFace [protected] |
Standard_Boolean GEOMAlgo_WireSplitter.myIsDone [protected] |
Standard_Boolean GEOMAlgo_WireSplitter.myNothingToDo [protected] |
BOPTColStd_ListOfListOfShape GEOMAlgo_WireSplitter.myShapes [protected] |
BOP_IndexedDataMapOfVertexListEdgeInfo GEOMAlgo_WireSplitter.mySmartMap [protected] |
TopTools_ListOfShape GEOMAlgo_WireSplitter.myEdges [protected] |
Standard_Integer GEOMAlgo_Algo.myErrorStatus [protected, inherited] |
Standard_Integer GEOMAlgo_Algo.myWarningStatus [protected, inherited] |
Standard_Boolean GEOMAlgo_Algo.myComputeInternalShapes [protected, inherited] |