|
Krita Source Code Documentation
|
#include <kis_lazy_fill_graph.h>
Inheritance diagram for KisLazyFillGraph::VertexDescriptor:Public Types | |
| enum | VertexType { NORMAL = 0 , LABEL_A , LABEL_B } |
Public Member Functions | |
| bool | operator== (const VertexDescriptor &rhs) const |
| VertexDescriptor () | |
| VertexDescriptor (VertexType _type) | |
| VertexDescriptor (vertices_size_type _x, vertices_size_type _y, VertexType _type=NORMAL) | |
Public Attributes | |
| VertexType | type |
| vertices_size_type | x |
| vertices_size_type | y |
Definition at line 248 of file kis_lazy_fill_graph.h.
| Enumerator | |
|---|---|
| NORMAL | |
| LABEL_A | |
| LABEL_B | |
Definition at line 250 of file kis_lazy_fill_graph.h.
|
inline |
Definition at line 260 of file kis_lazy_fill_graph.h.
|
inline |
Definition at line 264 of file kis_lazy_fill_graph.h.
|
inline |
|
inline |
Definition at line 270 of file kis_lazy_fill_graph.h.
| VertexType KisLazyFillGraph::VertexDescriptor::type |
Definition at line 258 of file kis_lazy_fill_graph.h.
| vertices_size_type KisLazyFillGraph::VertexDescriptor::x |
Definition at line 256 of file kis_lazy_fill_graph.h.
| vertices_size_type KisLazyFillGraph::VertexDescriptor::y |
Definition at line 257 of file kis_lazy_fill_graph.h.