Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::grid_graph_adjacent_vertex_at< Graph > Struct Template Reference

#include <grid_graph.hpp>

Public Types

typedef graph_traits< Graph >
::vertex_descriptor 
result_type
 

Public Member Functions

 grid_graph_adjacent_vertex_at (result_type source_vertex, const Graph *graph)
 
result_type operator() (typename graph_traits< Graph >::degree_size_type adjacent_index) const
 

Member Typedef Documentation

template<typename Graph >
typedef graph_traits<Graph>::vertex_descriptor boost::detail::grid_graph_adjacent_vertex_at< Graph >::result_type

Constructor & Destructor Documentation

template<typename Graph >
boost::detail::grid_graph_adjacent_vertex_at< Graph >::grid_graph_adjacent_vertex_at ( result_type  source_vertex,
const Graph *  graph 
)
inline

Member Function Documentation

template<typename Graph >
result_type boost::detail::grid_graph_adjacent_vertex_at< Graph >::operator() ( typename graph_traits< Graph >::degree_size_type  adjacent_index) const
inline

References boost::target().


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