Open CASCADE Technology
7.1.0.beta
|
#include <TNaming_IteratorOnShapesSet.hxx>
Public Member Functions | |
TNaming_IteratorOnShapesSet () | |
TNaming_IteratorOnShapesSet (const TNaming_ShapesSet &S) | |
void | Init (const TNaming_ShapesSet &S) |
Initialize the iteration. More... | |
Standard_Boolean | More () const |
Returns True if there is a current Item in the iteration. More... | |
void | Next () |
Move to the next Item. More... | |
const TopoDS_Shape & | Value () const |
TNaming_IteratorOnShapesSet::TNaming_IteratorOnShapesSet | ( | ) |
TNaming_IteratorOnShapesSet::TNaming_IteratorOnShapesSet | ( | const TNaming_ShapesSet & | S | ) |
void TNaming_IteratorOnShapesSet::Init | ( | const TNaming_ShapesSet & | S | ) |
Initialize the iteration.
Standard_Boolean TNaming_IteratorOnShapesSet::More | ( | ) | const |
Returns True if there is a current Item in the iteration.
void TNaming_IteratorOnShapesSet::Next | ( | ) |
Move to the next Item.
const TopoDS_Shape& TNaming_IteratorOnShapesSet::Value | ( | ) | const |