This class describes a collection of graph arcs.
|
SBCGraphNode * | graphNodeOwner |
| The graph node which owns the graph arc collection.
|
|
iterator | begin () |
| Returns a begin iterator to arcs.
|
|
iterator | end () |
| Returns an end iterator to arcs.
|
|
reverse_iterator | rbegin () |
| Returns a reverse begin iterator to arcs.
|
|
reverse_iterator | rend () |
| Returns a reverse end iterator to arcs.
|
|
|
| SBCGraphArcCollection (SBCGraphNode *graphNode) |
|
virtual | ~SBCGraphArcCollection () |
|
|
SBCGraphNode * | getGraphNodeOwner () const |
| Returns the graph node which owns the graph arc collection.
|
|