|
Krita Source Code Documentation
|
#include <boost/operators.hpp>#include <boost/graph/graph_traits.hpp>#include <kis_paint_device.h>#include <kis_random_accessor_ng.h>#include <QDebug>#include <QRect>#include <QColor>Go to the source code of this file.
Classes | |
| struct | boost::graph_traits< KisMagneticGraph > |
| struct | KisMagneticGraph |
| struct | neighbour_iterator |
| struct | VertexDescriptor |
Namespaces | |
| namespace | boost |
Functions | |
| QDebug | operator<< (QDebug dbg, const VertexDescriptor &v) |
| KisMagneticGraph::degree_size_type | out_degree (typename KisMagneticGraph::vertex_descriptor v, KisMagneticGraph g) |
| std::pair< KisMagneticGraph::out_edge_iterator, KisMagneticGraph::out_edge_iterator > | out_edges (typename KisMagneticGraph::vertex_descriptor v, KisMagneticGraph g) |
| KisMagneticGraph::vertex_descriptor | source (typename KisMagneticGraph::edge_descriptor e, KisMagneticGraph g) |
| KisMagneticGraph::vertex_descriptor | target (typename KisMagneticGraph::edge_descriptor e, KisMagneticGraph g) |
| QDebug operator<< | ( | QDebug | dbg, |
| const VertexDescriptor & | v ) |
Definition at line 106 of file KisMagneticGraph.h.
References v, and VertexDescriptor::x.
| KisMagneticGraph::degree_size_type out_degree | ( | typename KisMagneticGraph::vertex_descriptor | v, |
| KisMagneticGraph | g ) |
Definition at line 272 of file KisMagneticGraph.h.
References KisMagneticGraph::outDegree(), and v.
| std::pair< KisMagneticGraph::out_edge_iterator, KisMagneticGraph::out_edge_iterator > out_edges | ( | typename KisMagneticGraph::vertex_descriptor | v, |
| KisMagneticGraph | g ) |
Definition at line 263 of file KisMagneticGraph.h.
References VertexDescriptor::MIN, VertexDescriptor::NONE, and v.
| KisMagneticGraph::vertex_descriptor source | ( | typename KisMagneticGraph::edge_descriptor | e, |
| KisMagneticGraph | g ) |
Definition at line 251 of file KisMagneticGraph.h.
| KisMagneticGraph::vertex_descriptor target | ( | typename KisMagneticGraph::edge_descriptor | e, |
| KisMagneticGraph | g ) |
Definition at line 257 of file KisMagneticGraph.h.