Easy3D 2.5.3
Graph::VertexAroundVertexCirculator Class Reference

#include <graph.h>

Public Member Functions

 VertexAroundVertexCirculator (const Graph *g, Vertex v=Vertex())
 default constructor
 
bool operator== (const VertexAroundVertexCirculator &rhs) const
 are two circulators equal?
 
bool operator!= (const VertexAroundVertexCirculator &rhs) const
 are two circulators different?
 
VertexAroundVertexCirculatoroperator++ ()
 pre-increment
 
VertexAroundVertexCirculatoroperator-- ()
 pre-decrement
 
Vertex operator* () const
 get the vertex the circulator refers to
 
 operator bool () const
 cast to bool: true if vertex is not isolated
 
Vertex vertex () const
 return current vertex
 
VertexAroundVertexCirculatorbegin ()
 
VertexAroundVertexCirculatorend ()
 

Detailed Description

this class circulates through all one-ring neighbors of a vertex. it also acts as a container-concept for C++11 range-based for loops.

See also
EdgeAroundVertexCirculator, vertices(Vertex)
Examples
Tutorial_109_Graph_Connectivity.

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