|
Krita Source Code Documentation
|
#include <kis_lazy_fill_graph.h>
Public Types | |
| typedef readable_property_map_tag | category |
| typedef Descriptor | key_type |
| typedef reference_type | reference |
| typedef Index | reference_type |
| typedef Index | value_type |
Public Member Functions | |
| lazy_fill_graph_index_map () | |
| lazy_fill_graph_index_map (const Graph &graph) | |
| value_type | operator[] (key_type key) const |
Protected Attributes | |
| const Graph * | m_graph |
Friends | |
| Index | get (const lazy_fill_graph_index_map< Graph, Descriptor, Index > &index_map, const typename lazy_fill_graph_index_map< Graph, Descriptor, Index >::key_type &key) |
Definition at line 47 of file kis_lazy_fill_graph.h.
| typedef readable_property_map_tag lazy_fill_graph_index_map< Graph, Descriptor, Index >::category |
Definition at line 53 of file kis_lazy_fill_graph.h.
| typedef Descriptor lazy_fill_graph_index_map< Graph, Descriptor, Index >::key_type |
Definition at line 52 of file kis_lazy_fill_graph.h.
| typedef reference_type lazy_fill_graph_index_map< Graph, Descriptor, Index >::reference |
Definition at line 51 of file kis_lazy_fill_graph.h.
| typedef Index lazy_fill_graph_index_map< Graph, Descriptor, Index >::reference_type |
Definition at line 50 of file kis_lazy_fill_graph.h.
| typedef Index lazy_fill_graph_index_map< Graph, Descriptor, Index >::value_type |
Definition at line 49 of file kis_lazy_fill_graph.h.
|
inline |
Definition at line 55 of file kis_lazy_fill_graph.h.
|
inline |
Definition at line 57 of file kis_lazy_fill_graph.h.
|
inline |
Definition at line 60 of file kis_lazy_fill_graph.h.
References LF_SANITY_ASSERT, and lazy_fill_graph_index_map< Graph, Descriptor, Index >::m_graph.
|
friend |
Definition at line 67 of file kis_lazy_fill_graph.h.
|
protected |
Definition at line 74 of file kis_lazy_fill_graph.h.