|
Open CASCADE Technology
6.7.1
|
a bound is a shell, a boundelement is a face.
The ShapeSet stores :
More...
#include <TopOpeBRepBuild_ShellFaceSet.hxx>

Public Member Functions | |
| TopOpeBRepBuild_ShellFaceSet () | |
Creates a ShellFaceSet to build blocks of faces <br> connected by edges. | |
| TopOpeBRepBuild_ShellFaceSet (const TopoDS_Shape &S, const Standard_Address Addr=NULL) | |
Creates a ShellFaceSet to build blocks of faces <br> connected by edges. | |
| const TopoDS_Solid & | Solid () const |
| virtual void | AddShape (const TopoDS_Shape &S) |
| Adds <S> to the list of shapes. (wires or shells). More... | |
| virtual void | AddStartElement (const TopoDS_Shape &S) |
(S is a face or edge) <br> Add S to the list of starting shapes used for reconstructions. | |
| virtual void | AddElement (const TopoDS_Shape &S) |
| for each subshape SE of S of type mySubShapeType More... | |
| virtual void | DumpSS () |
| virtual TCollection_AsciiString | SName (const TopoDS_Shape &S, const TCollection_AsciiString &sb="", const TCollection_AsciiString &sa="") const |
| virtual TCollection_AsciiString | SName (const TopTools_ListOfShape &S, const TCollection_AsciiString &sb="", const TCollection_AsciiString &sa="") const |
| virtual TCollection_AsciiString | SNameori (const TopoDS_Shape &S, const TCollection_AsciiString &sb="", const TCollection_AsciiString &sa="") const |
| virtual TCollection_AsciiString | SNameori (const TopTools_ListOfShape &S, const TCollection_AsciiString &sb="", const TCollection_AsciiString &sa="") const |
Public Member Functions inherited from TopOpeBRepBuild_ShapeSet | |
| TopOpeBRepBuild_ShapeSet (const TopAbs_ShapeEnum SubShapeType, const Standard_Boolean checkshape=Standard_True) | |
Creates a ShapeSet in order to build shapes connected <br> by <SubShapeType> shapes. | |
| virtual void | Delete () |
| virtual | ~TopOpeBRepBuild_ShapeSet () |
| const TopTools_ListOfShape & | StartElements () const |
| return a reference on myStartShapes More... | |
| void | InitShapes () |
| Standard_Boolean | MoreShapes () const |
| void | NextShape () |
| const TopoDS_Shape & | Shape () const |
| void | InitStartElements () |
| Standard_Boolean | MoreStartElements () const |
| void | NextStartElement () |
| const TopoDS_Shape & | StartElement () const |
| virtual void | InitNeighbours (const TopoDS_Shape &S) |
| Standard_Boolean | MoreNeighbours () |
| void | NextNeighbour () |
| const TopoDS_Shape & | Neighbour () const |
| TopTools_ListOfShape & | ChangeStartShapes () |
| virtual void | FindNeighbours () |
Build the list of neighbour shapes of myCurrentShape <br> (neighbour shapes and myCurrentShapes are of type t) | |
| virtual const TopTools_ListOfShape & | MakeNeighboursList (const TopoDS_Shape &E, const TopoDS_Shape &V) |
| Standard_Integer | MaxNumberSubShape (const TopoDS_Shape &Shape) |
| void | CheckShape (const Standard_Boolean checkshape) |
| Standard_Boolean | CheckShape () const |
| Standard_Boolean | CheckShape (const TopoDS_Shape &S, const Standard_Boolean checkgeom=Standard_False) |
| void | DumpName (Standard_OStream &OS, const TCollection_AsciiString &str) const |
| void | DumpCheck (Standard_OStream &OS, const TCollection_AsciiString &str, const TopoDS_Shape &S, const Standard_Boolean chk) const |
| virtual void | DumpBB () |
| void | DEBName (const TCollection_AsciiString &N) |
| const TCollection_AsciiString & | DEBName () const |
| void | DEBNumber (const Standard_Integer I) |
| Standard_Integer | DEBNumber () const |
Additional Inherited Members | |
Protected Member Functions inherited from TopOpeBRepBuild_ShapeSet | |
| void | ProcessAddShape (const TopoDS_Shape &S) |
| void | ProcessAddStartElement (const TopoDS_Shape &S) |
| void | ProcessAddElement (const TopoDS_Shape &S) |
Protected Attributes inherited from TopOpeBRepBuild_ShapeSet | |
| TopAbs_ShapeEnum | myShapeType |
| TopAbs_ShapeEnum | mySubShapeType |
| TopOpeBRepTool_ShapeExplorer | mySubShapeExplorer |
| TopTools_ListOfShape | myStartShapes |
| TopTools_ListIteratorOfListOfShape | myStartShapesIter |
| TopTools_IndexedDataMapOfShapeListOfShape | mySubShapeMap |
| TopTools_ListIteratorOfListOfShape | myIncidentShapesIter |
| TopTools_ListOfShape | myShapes |
| TopTools_ListIteratorOfListOfShape | myShapesIter |
| TopoDS_Shape | myCurrentShape |
| TopTools_ListOfShape | myCurrentShapeNeighbours |
| Standard_Integer | myDEBNumber |
| TCollection_AsciiString | myDEBName |
| TopTools_IndexedMapOfOrientedShape | myOMSS |
| TopTools_IndexedMapOfOrientedShape | myOMES |
| TopTools_IndexedMapOfOrientedShape | myOMSH |
| Standard_Boolean | myCheckShape |
a bound is a shell, a boundelement is a face.
The ShapeSet stores :
| TopOpeBRepBuild_ShellFaceSet::TopOpeBRepBuild_ShellFaceSet | ( | ) |
Creates a ShellFaceSet to build blocks of faces <br>
connected by edges.
| TopOpeBRepBuild_ShellFaceSet::TopOpeBRepBuild_ShellFaceSet | ( | const TopoDS_Shape & | S, |
| const Standard_Address | Addr = NULL |
||
| ) |
Creates a ShellFaceSet to build blocks of faces <br>
connected by edges.
|
virtual |
for each subshape SE of S of type mySubShapeType
Reimplemented from TopOpeBRepBuild_ShapeSet.
|
virtual |
Adds <S> to the list of shapes. (wires or shells).
Reimplemented from TopOpeBRepBuild_ShapeSet.
|
virtual |
(S is a face or edge) <br>
Add S to the list of starting shapes used for reconstructions.
apply AddElement(S).
Reimplemented from TopOpeBRepBuild_ShapeSet.
|
virtual |
Reimplemented from TopOpeBRepBuild_ShapeSet.
|
virtual |
Reimplemented from TopOpeBRepBuild_ShapeSet.
|
virtual |
Reimplemented from TopOpeBRepBuild_ShapeSet.
|
virtual |
Reimplemented from TopOpeBRepBuild_ShapeSet.
|
virtual |
Reimplemented from TopOpeBRepBuild_ShapeSet.
| const TopoDS_Solid& TopOpeBRepBuild_ShellFaceSet::Solid | ( | ) | const |
1.8.5