Lines Matching defs:PixelGraph
35 class PixelGraph
99 PixelGraph(Glib::RefPtr<Gdk::Pixbuf const> pixbuf);
263 PixelGraph(const PixelGraph&);
280 inline PixelGraph::PixelGraph(Glib::RefPtr<Gdk::Pixbuf const> pixbuf) :
339 inline void PixelGraph::checkConsistency()
341 PixelGraph::Node *it = &_nodes.front();
364 inline PixelGraph::ColumnView PixelGraph::operator[](int column)
369 inline void PixelGraph::connectAllNeighbors()
509 PixelGraph::EdgePairContainer PixelGraph::crossingEdges()
517 PixelGraph::iterator it = begin();
537 inline PixelGraph::Node &PixelGraph::ColumnView::operator[](int line)