Open CASCADE Technology
6.9.1
|
#include <TopTools_ListIteratorOfListOfShape.hxx>
Public Member Functions | |
TopTools_ListIteratorOfListOfShape () | |
TopTools_ListIteratorOfListOfShape (const TopTools_ListOfShape &L) | |
void | Initialize (const TopTools_ListOfShape &L) |
Standard_Boolean | More () const |
void | Next () |
TopoDS_Shape & | Value () const |
TopTools_ListIteratorOfListOfShape::TopTools_ListIteratorOfListOfShape | ( | ) |
TopTools_ListIteratorOfListOfShape::TopTools_ListIteratorOfListOfShape | ( | const TopTools_ListOfShape & | L | ) |
void TopTools_ListIteratorOfListOfShape::Initialize | ( | const TopTools_ListOfShape & | L | ) |
Standard_Boolean TopTools_ListIteratorOfListOfShape::More | ( | ) | const |
void TopTools_ListIteratorOfListOfShape::Next | ( | ) |
TopoDS_Shape& TopTools_ListIteratorOfListOfShape::Value | ( | ) | const |