Graph iterator.
More...
#include <XCAFDoc_AssemblyGraph.hxx>
◆ Iterator()
Accepting the assembly graph and starting node to iterate. Iteration starts from the specified node.
- Parameters
-
[in] | theGraph | - assembly graph to iterate. |
[in] | theNode | - graph node ID. |
◆ Current()
- Returns
- 1-based ID of the current node.
◆ More()
Checks if there are more graph nodes to iterate.
- Returns
- true/false.
◆ Next()
void XCAFDoc_AssemblyGraph::Iterator::Next |
( |
| ) |
|
|
inline |
Moves iterator to the next position.
The documentation for this class was generated from the following file: