|
Krita Source Code Documentation
|
#include <kis_lazy_fill_graph.h>
Public Types | |
| typedef graph_traits< Graph >::edge_descriptor | result_type |
Public Member Functions | |
| lazy_fill_graph_out_edge_at () | |
| lazy_fill_graph_out_edge_at (vertex_descriptor source_vertex, const Graph *graph) | |
| result_type | operator() (typename graph_traits< Graph >::degree_size_type out_edge_index) const |
Private Types | |
| typedef graph_traits< Graph >::vertex_descriptor | vertex_descriptor |
Private Attributes | |
| const Graph * | m_graph |
| vertex_descriptor | m_vertex |
Definition at line 133 of file kis_lazy_fill_graph.h.
| typedef graph_traits<Graph>::edge_descriptor kis_detail::lazy_fill_graph_out_edge_at< Graph >::result_type |
Definition at line 139 of file kis_lazy_fill_graph.h.
|
private |
Definition at line 136 of file kis_lazy_fill_graph.h.
|
inline |
Definition at line 141 of file kis_lazy_fill_graph.h.
|
inline |
Definition at line 143 of file kis_lazy_fill_graph.h.
|
inline |
Definition at line 149 of file kis_lazy_fill_graph.h.
References kis_detail::lazy_fill_graph_out_edge_at< Graph >::m_graph, and kis_detail::lazy_fill_graph_out_edge_at< Graph >::m_vertex.
|
private |
Definition at line 156 of file kis_lazy_fill_graph.h.
|
private |
Definition at line 155 of file kis_lazy_fill_graph.h.