|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepSweep_Iterator () |
Standard_EXPORT void | Init (const TopoDS_Shape &aShape) |
| Resest the Iterator on sub-shapes of <ashape>.
.
|
Standard_Boolean | More () const |
| Returns True if there is a current sub-shape.
.
|
Standard_EXPORT void | Next () |
| Moves to the next sub-shape.
.
|
const TopoDS_Shape & | Value () const |
| Returns the current sub-shape.
.
|
TopAbs_Orientation | Orientation () const |
| Returns the orientation of the current sub-shape.
.
|
Private Attributes |
TopoDS_Iterator | myIterator |