|
Open CASCADE Technology 7.9.3
|
Graph iterator. More...
#include <XCAFDoc_AssemblyGraph.hxx>
Public Member Functions | |
| Iterator (const Handle< XCAFDoc_AssemblyGraph > &theGraph, const Standard_Integer theNode=1) | |
| Accepting the assembly graph and starting node to iterate. Iteration starts from the specified node. | |
| Standard_Boolean | More () const |
| Checks if there are more graph nodes to iterate. | |
| Standard_Integer | Current () const |
| void | Next () |
| Moves iterator to the next position. | |
Graph iterator.
| XCAFDoc_AssemblyGraph::Iterator::Iterator | ( | const Handle< XCAFDoc_AssemblyGraph > & | theGraph, |
| const Standard_Integer | theNode = 1 ) |
Accepting the assembly graph and starting node to iterate. Iteration starts from the specified node.
| [in] | theGraph | - assembly graph to iterate. |
| [in] | theNode | - graph node ID. |
|
inline |
|
inline |
Checks if there are more graph nodes to iterate.
|
inline |
Moves iterator to the next position.