Open CASCADE Technology 7.8.0
|
Auxiliary class providing an exploration of a set of shapes to build faces or solids. To build faces : shapes are wires, elements are edges. To build solids : shapes are shells, elements are faces. The ShapeSet stores a list of shapes, a list of elements to start reconstructions, and a map to search neighbours. The map stores the connection between elements through subshapes of type <SubShapeType> given in constructor. <SubShapeType> is : More...
#include <TopOpeBRepBuild_ShapeSet.hxx>
Protected Member Functions | |
void | ProcessAddShape (const TopoDS_Shape &S) |
void | ProcessAddStartElement (const TopoDS_Shape &S) |
void | ProcessAddElement (const TopoDS_Shape &S) |
Auxiliary class providing an exploration of a set of shapes to build faces or solids. To build faces : shapes are wires, elements are edges. To build solids : shapes are shells, elements are faces. The ShapeSet stores a list of shapes, a list of elements to start reconstructions, and a map to search neighbours. The map stores the connection between elements through subshapes of type <SubShapeType> given in constructor. <SubShapeType> is :
Signature needed by the BlockBuilder : InitStartElements(me : in out) MoreStartElements(me) returns Boolean; NextStartElement(me : in out); StartElement(me) returns Shape; —C++: return const & InitNeighbours(me : in out; S : Shape); MoreNeighbours(me) returns Boolean; NextNeighbour(me : in out); Neighbour(me) returns Shape; —C++: return const &
TopOpeBRepBuild_ShapeSet::TopOpeBRepBuild_ShapeSet | ( | const TopAbs_ShapeEnum | SubShapeType, |
const Standard_Boolean | checkshape = Standard_True |
||
) |
Creates a ShapeSet in order to build shapes connected by <SubShapeType> shapes. <checkshape>:check (or not) the shapes, startelements, elements added.
|
virtual |
|
virtual |
for each subshape SE of S of type mySubShapeType
Reimplemented in TopOpeBRepBuild_ShellFaceSet, and TopOpeBRepBuild_WireEdgeSet.
|
virtual |
Adds to the list of shapes. (wires or shells).
Reimplemented in TopOpeBRepBuild_ShellFaceSet, and TopOpeBRepBuild_WireEdgeSet.
|
virtual |
(S is a face or edge) Add S to the list of starting shapes used for reconstructions. apply AddElement(S).
Reimplemented in TopOpeBRepBuild_ShellFaceSet, and TopOpeBRepBuild_WireEdgeSet.
TopTools_ListOfShape & TopOpeBRepBuild_ShapeSet::ChangeStartShapes | ( | ) |
Standard_Boolean TopOpeBRepBuild_ShapeSet::CheckShape | ( | ) | const |
void TopOpeBRepBuild_ShapeSet::CheckShape | ( | const Standard_Boolean | checkshape | ) |
Standard_Boolean TopOpeBRepBuild_ShapeSet::CheckShape | ( | const TopoDS_Shape & | S, |
const Standard_Boolean | checkgeom = Standard_False |
||
) |
const TCollection_AsciiString & TopOpeBRepBuild_ShapeSet::DEBName | ( | ) | const |
void TopOpeBRepBuild_ShapeSet::DEBName | ( | const TCollection_AsciiString & | N | ) |
Standard_Integer TopOpeBRepBuild_ShapeSet::DEBNumber | ( | ) | const |
void TopOpeBRepBuild_ShapeSet::DEBNumber | ( | const Standard_Integer | I | ) |
|
virtual |
void TopOpeBRepBuild_ShapeSet::DumpCheck | ( | Standard_OStream & | OS, |
const TCollection_AsciiString & | str, | ||
const TopoDS_Shape & | S, | ||
const Standard_Boolean | chk | ||
) | const |
void TopOpeBRepBuild_ShapeSet::DumpName | ( | Standard_OStream & | OS, |
const TCollection_AsciiString & | str | ||
) | const |
|
virtual |
Reimplemented in TopOpeBRepBuild_ShellFaceSet, and TopOpeBRepBuild_WireEdgeSet.
|
virtual |
Build the list of neighbour shapes of myCurrentShape (neighbour shapes and myCurrentShapes are of type t) Initialize myIncidentShapesIter on neighbour shapes.
Reimplemented in TopOpeBRepBuild_WireEdgeSet.
|
virtual |
Reimplemented in TopOpeBRepBuild_WireEdgeSet.
void TopOpeBRepBuild_ShapeSet::InitShapes | ( | ) |
void TopOpeBRepBuild_ShapeSet::InitStartElements | ( | ) |
|
virtual |
Reimplemented in TopOpeBRepBuild_WireEdgeSet.
Standard_Integer TopOpeBRepBuild_ShapeSet::MaxNumberSubShape | ( | const TopoDS_Shape & | Shape | ) |
Standard_Boolean TopOpeBRepBuild_ShapeSet::MoreNeighbours | ( | ) |
Standard_Boolean TopOpeBRepBuild_ShapeSet::MoreShapes | ( | ) | const |
Standard_Boolean TopOpeBRepBuild_ShapeSet::MoreStartElements | ( | ) | const |
const TopoDS_Shape & TopOpeBRepBuild_ShapeSet::Neighbour | ( | ) | const |
void TopOpeBRepBuild_ShapeSet::NextNeighbour | ( | ) |
void TopOpeBRepBuild_ShapeSet::NextShape | ( | ) |
void TopOpeBRepBuild_ShapeSet::NextStartElement | ( | ) |
|
protected |
|
protected |
|
protected |
const TopoDS_Shape & TopOpeBRepBuild_ShapeSet::Shape | ( | ) | const |
|
virtual |
Reimplemented in TopOpeBRepBuild_ShellFaceSet, and TopOpeBRepBuild_WireEdgeSet.
|
virtual |
Reimplemented in TopOpeBRepBuild_ShellFaceSet, and TopOpeBRepBuild_WireEdgeSet.
|
virtual |
Reimplemented in TopOpeBRepBuild_ShellFaceSet, and TopOpeBRepBuild_WireEdgeSet.
|
virtual |
Reimplemented in TopOpeBRepBuild_ShellFaceSet, and TopOpeBRepBuild_WireEdgeSet.
const TopoDS_Shape & TopOpeBRepBuild_ShapeSet::StartElement | ( | ) | const |
const TopTools_ListOfShape & TopOpeBRepBuild_ShapeSet::StartElements | ( | ) | const |
return a reference on myStartShapes
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |