|
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_edge_at () | |
| lazy_fill_graph_edge_at (const Graph *graph) | |
| result_type | operator() (typename graph_traits< Graph >::edges_size_type edge_index) const |
Private Attributes | |
| const Graph * | m_graph |
Definition at line 189 of file kis_lazy_fill_graph.h.
| typedef graph_traits<Graph>::edge_descriptor kis_detail::lazy_fill_graph_edge_at< Graph >::result_type |
Definition at line 191 of file kis_lazy_fill_graph.h.
|
inline |
Definition at line 193 of file kis_lazy_fill_graph.h.
|
inline |
Definition at line 195 of file kis_lazy_fill_graph.h.
|
inline |
Definition at line 199 of file kis_lazy_fill_graph.h.
References kis_detail::lazy_fill_graph_edge_at< Graph >::m_graph.
|
private |
Definition at line 205 of file kis_lazy_fill_graph.h.