Loading...
Searching...
No Matches
SBCGraphArcCollection Class Reference

This class describes a collection of graph arcs.

Arcs traversal

SBCGraphNodegraphNodeOwner
 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.
 

Constructors and destructors

 SBCGraphArcCollection (SBCGraphNode *graphNode)
 
virtual ~SBCGraphArcCollection ()
 

Owner

SBCGraphNodegetGraphNodeOwner () const
 Returns the graph node which owns the graph arc collection.