|
Krita Source Code Documentation
|
#include <kis_lazy_fill_graph.h>
Public Types | |
| typedef graph_traits< Graph >::vertex_descriptor | result_type |
Public Member Functions | |
| lazy_fill_graph_adjacent_vertex_at (result_type source_vertex, const Graph *graph) | |
| result_type | operator() (typename graph_traits< Graph >::degree_size_type adjacent_index) const |
Private Attributes | |
| const Graph * | m_graph |
| result_type | m_vertex |
Definition at line 210 of file kis_lazy_fill_graph.h.
| typedef graph_traits<Graph>::vertex_descriptor kis_detail::lazy_fill_graph_adjacent_vertex_at< Graph >::result_type |
Definition at line 213 of file kis_lazy_fill_graph.h.
|
inline |
Definition at line 215 of file kis_lazy_fill_graph.h.
|
inline |
Definition at line 221 of file kis_lazy_fill_graph.h.
References kis_detail::lazy_fill_graph_adjacent_vertex_at< Graph >::m_graph, kis_detail::lazy_fill_graph_adjacent_vertex_at< Graph >::m_vertex, and target().
|
private |
Definition at line 228 of file kis_lazy_fill_graph.h.
|
private |
Definition at line 227 of file kis_lazy_fill_graph.h.