Searched defs:const_iterator (Results 1 - 12 of 12) sorted by relevance

/inkscape/src/libdepixelize/priv/
H A Diterator.h34 const T *to_ptr(typename std::vector<T>::const_iterator it)
46 typename std::vector<T>::const_iterator to_iterator(T const *ptr,
48 ::const_iterator begin)
50 typedef typename std::vector<T>::const_iterator It;
71 typedef typename std::vector<T>::const_iterator const_iterator; typedef in class:Tracer::ToIter
74 ToIter(const_iterator begin) :
78 const_iterator operator()(T const *ptr) const
89 typename std::vector<T>::const_iterator begin;
96 typedef typename std::vector<T>::const_iterator const_iterato typedef in class:Tracer::ToPtr
[all...]
H A Dhomogeneoussplines.h43 typedef typename Points::const_iterator const_points_iter;
45 typedef typename std::vector<Points>::const_iterator const_holes_iter;
65 typedef typename std::vector<Polygon>::const_iterator const_iterator; typedef in class:Tracer::HomogeneousSplines
77 const_iterator begin() const
87 const_iterator end() const
110 typedef typename Points::const_iterator points_citer;
186 typedef typename SimplifiedVoronoi<T, adjust_splines>::const_iterator
H A Dpixelgraph.h76 typedef std::vector<Node>::const_iterator const_iterator; typedef in class:Tracer::PixelGraph
118 const_iterator begin() const
128 const_iterator end() const
172 int toX(const_iterator n) const
177 int toY(const_iterator n) const
222 const_iterator nodeTop(const_iterator n) const
227 const_iterator nodeBottom(const_iterator
[all...]
H A Dsimplifiedvoronoi.h56 typedef typename std::vector<Cell>::const_iterator const_iterator; typedef in class:Tracer::SimplifiedVoronoi
73 const_iterator begin() const
83 const_iterator end() const
126 typedef bool (*NodeTransform)(PixelGraph::const_iterator);
146 PixelGraph::const_iterator graph_it,
149 PixelGraph::const_iterator graph_it,
152 PixelGraph::const_iterator graph_it,
155 PixelGraph::const_iterator graph_it,
163 static bool _complexTopLeftTransformTop(PixelGraph::const_iterator graph_i
[all...]
/inkscape/src/libdepixelize/
H A Dsplines.h53 typedef std::vector<Path>::const_iterator const_iterator; typedef in class:Tracer::Splines
76 const_iterator begin() const
86 const_iterator end() const
/inkscape/src/
H A Devent-log.h45 typedef Gtk::TreeModel::const_iterator const_iterator; typedef in class:Inkscape::EventLog
135 const_iterator _getUndoEvent() const; //< returns the current undoable event or NULL if none
136 const_iterator _getRedoEvent() const; //< returns the current redoable event or NULL if none
/inkscape/src/ui/tool/
H A Dcontrol-point-selection.h50 typedef set_type::const_iterator const_iterator; typedef in class:Inkscape::UI::ControlPointSelection
61 const_iterator begin() const { return _points.begin(); }
63 const_iterator end() const { return _points.end(); }
H A Dnode.h374 typedef NodeIterator<value_type const> const_iterator; typedef in class:Inkscape::UI::NodeList
391 const_iterator begin() const { return const_iterator(ln_next); }
392 const_iterator end() const { return const_iterator(this); }
410 const_iterator before(double t, double *fracpart = NULL) const {
411 return const_iterator(before(t, fracpart)._node);
413 const_iterator before(Geom::PathTime const &pvp) const {
414 return const_iterator(before(pvp)._node);
452 static const_iterator get_iterato
[all...]
/inkscape/src/util/
H A Dlist-container.h35 for ( const_iterator iter = other.begin() ; iter ; ++iter ) {
47 const_iterator iter = _head;
48 const_iterator other_iter = other._head;
64 const_iterator iter = _head;
65 const_iterator other_iter = other._head;
84 typedef List<T const> const_iterator; typedef in class:Inkscape::Util::ListContainer
92 const_iterator begin() const { return _head; }
94 const_iterator end() const { return const_iterator(); }
129 iterator insert(const_iterator positio
[all...]
/inkscape/src/2geom/
H A Dconvex-hull.h119 typedef std::vector<Point>::const_iterator iterator;
120 typedef std::vector<Point>::const_iterator const_iterator; typedef in class:Geom::ConvexHull
121 typedef std::vector<Point>::const_iterator UpperIterator;
H A Dpathvector.h127 typedef Sequence::const_iterator const_iterator; typedef in class:Geom::PathVector
153 const_iterator begin() const { return _data.begin(); }
154 const_iterator end() const { return _data.end(); }
H A Dpath.h328 typedef PathInternal::BaseIterator<Path const> const_iterator; typedef in class:Geom::Path
434 const_iterator begin() const { return const_iterator(*this, 0); }
435 const_iterator end() const { return end_default(); }
436 const_iterator end_default() const { return const_iterator(*this, size_default()); }
437 const_iterator end_open() const { return const_iterator(*this, size_open()); }
438 const_iterator end_closed() const { return const_iterator(*thi
[all...]

Completed in 127 milliseconds