C++ Reference

C++ Reference: Graph

ReverseArcMixedGraph< NodeIndexType, ArcIndexType >::OutgoingOrOppositeIncomingArcIterator

Detailed Description

template<typename NodeIndexType = int32, typename ArcIndexType = int32>
class util::ReverseArcMixedGraph< NodeIndexType, ArcIndexType >::OutgoingOrOppositeIncomingArcIterator

Definition at line 2119 of file graph.h.

Public Member Functions

 OutgoingOrOppositeIncomingArcIterator (const ReverseArcMixedGraph &graph, NodeIndexType node)
 
 OutgoingOrOppositeIncomingArcIterator (const ReverseArcMixedGraph &graph, NodeIndexType node, ArcIndexType arc)
 
bool Ok () const
 
ArcIndexType Index () const
 
void Next ()
 
 DEFINE_STL_ITERATOR_FUNCTIONS (OutgoingOrOppositeIncomingArcIterator)
 

Constructor & Destructor Documentation

◆ OutgoingOrOppositeIncomingArcIterator() [1/2]

OutgoingOrOppositeIncomingArcIterator ( const ReverseArcMixedGraph graph,
NodeIndexType  node 
)
inline

Definition at line 2122 of file graph.h.

◆ OutgoingOrOppositeIncomingArcIterator() [2/2]

OutgoingOrOppositeIncomingArcIterator ( const ReverseArcMixedGraph graph,
NodeIndexType  node,
ArcIndexType  arc 
)
inline

Definition at line 2132 of file graph.h.

Member Function Documentation

◆ DEFINE_STL_ITERATOR_FUNCTIONS()

DEFINE_STL_ITERATOR_FUNCTIONS ( OutgoingOrOppositeIncomingArcIterator  )

◆ Index()

ArcIndexType Index ( ) const
inline

Definition at line 2144 of file graph.h.

◆ Next()

void Next ( )
inline

Definition at line 2145 of file graph.h.

◆ Ok()

bool Ok ( ) const
inline

Definition at line 2140 of file graph.h.


The documentation for this class was generated from the following file: