#include <Sweep_NumShapeIterator.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | Sweep_NumShapeIterator () |
Standard_EXPORT void | Init (const Sweep_NumShape &aShape) |
Resest the NumShapeIterator 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 Sweep_NumShape & | Value () const |
Returns the current sub-shape. . | |
TopAbs_Orientation | Orientation () const |
Returns the orientation of the current sub-shape. . | |
Private Attributes | |
Sweep_NumShape | myNumShape |
Sweep_NumShape | myCurrentNumShape |
Standard_Integer | myCurrentRange |
Standard_Boolean | myMore |
TopAbs_Orientation | myCurrentOrientation |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|