#include <TNaming_IteratorOnShapesSet.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
TNaming_IteratorOnShapesSet () | |
TNaming_IteratorOnShapesSet (const TNaming_ShapesSet &S) | |
void | Init (const TNaming_ShapesSet &S) |
Initialize the iteration . | |
Standard_Boolean | More () const |
Returns True if there is a current Item in the iteration. . | |
void | Next () |
Move to the next Item . | |
Standard_EXPORT const TopoDS_Shape & | Value () const |
Private Attributes | |
TopTools_MapIteratorOfMapOfShape | myIt |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|