Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::face_iterator< Graph, FaceHandlesMap, ValueType, both_sides, VisitorType, Time > Class Template Reference

#include <face_iterators.hpp>

Inheritance diagram for boost::face_iterator< Graph, FaceHandlesMap, ValueType, both_sides, VisitorType, Time >:
Collaboration diagram for boost::face_iterator< Graph, FaceHandlesMap, ValueType, both_sides, VisitorType, Time >:

Public Types

typedef face_iterator< Graph,
FaceHandlesMap, ValueType,
both_sides, VisitorType, Time > 
self
 
typedef graph_traits< Graph >
::vertex_descriptor 
vertex_t
 
typedef FaceHandlesMap::value_type face_handle_t
 

Public Member Functions

 face_iterator ()
 
 face_iterator (face_handle_t anchor_handle, FaceHandlesMap face_handles)
 
 face_iterator (vertex_t anchor, FaceHandlesMap face_handles)
 

Friends

class boost::iterator_core_access
 

Member Typedef Documentation

template<typename Graph , typename FaceHandlesMap , typename ValueType , typename VisitorType , typename Time >
typedef FaceHandlesMap::value_type boost::face_iterator< Graph, FaceHandlesMap, ValueType, both_sides, VisitorType, Time >::face_handle_t
template<typename Graph , typename FaceHandlesMap , typename ValueType , typename VisitorType , typename Time >
typedef face_iterator<Graph,FaceHandlesMap,ValueType,both_sides,VisitorType,Time> boost::face_iterator< Graph, FaceHandlesMap, ValueType, both_sides, VisitorType, Time >::self
template<typename Graph , typename FaceHandlesMap , typename ValueType , typename VisitorType , typename Time >
typedef graph_traits<Graph>::vertex_descriptor boost::face_iterator< Graph, FaceHandlesMap, ValueType, both_sides, VisitorType, Time >::vertex_t

Constructor & Destructor Documentation

template<typename Graph , typename FaceHandlesMap , typename ValueType , typename VisitorType , typename Time >
boost::face_iterator< Graph, FaceHandlesMap, ValueType, both_sides, VisitorType, Time >::face_iterator ( )
inline
template<typename Graph , typename FaceHandlesMap , typename ValueType , typename VisitorType , typename Time >
boost::face_iterator< Graph, FaceHandlesMap, ValueType, both_sides, VisitorType, Time >::face_iterator ( face_handle_t  anchor_handle,
FaceHandlesMap  face_handles 
)
inline
template<typename Graph , typename FaceHandlesMap , typename ValueType , typename VisitorType , typename Time >
boost::face_iterator< Graph, FaceHandlesMap, ValueType, both_sides, VisitorType, Time >::face_iterator ( vertex_t  anchor,
FaceHandlesMap  face_handles 
)
inline

Friends And Related Function Documentation

template<typename Graph , typename FaceHandlesMap , typename ValueType , typename VisitorType , typename Time >
friend class boost::iterator_core_access
friend

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