C++ Reference

C++ Reference: Graph

ReverseArcMixedGraph< NodeIndexType, ArcIndexType >::OutgoingOrOppositeIncomingArcIterator

Detailed Description

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

Definition at line 2163 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 2166 of file graph.h.

◆ OutgoingOrOppositeIncomingArcIterator() [2/2]

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

Definition at line 2176 of file graph.h.

Member Function Documentation

◆ DEFINE_STL_ITERATOR_FUNCTIONS()

DEFINE_STL_ITERATOR_FUNCTIONS ( OutgoingOrOppositeIncomingArcIterator  )

◆ Index()

ArcIndexType Index ( ) const
inline

Definition at line 2188 of file graph.h.

◆ Next()

void Next ( )
inline

Definition at line 2189 of file graph.h.

◆ Ok()

bool Ok ( ) const
inline

Definition at line 2184 of file graph.h.


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