Searched defs:Sequence (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/2geom/
H A Dpathvector.h100 /** @brief Sequence of subpaths.
123 typedef std::vector<Path> Sequence; typedef in class:Geom::PathVector
126 typedef Sequence::iterator iterator;
127 typedef Sequence::const_iterator const_iterator;
128 typedef Sequence::size_type size_type;
280 Sequence _data;
H A Dpath.h56 typedef boost::ptr_vector<Curve> Sequence; typedef in namespace:Geom::PathInternal
59 Sequence curves;
130 typedef PathInternal::Sequence::size_type size_type;
179 typedef PathInternal::Sequence::size_type size_type;
278 /** @brief Sequence of contiguous curves, aka spline.
326 typedef PathInternal::Sequence Sequence; typedef in class:Geom::Path
329 typedef Sequence::size_type size_type;
330 typedef Sequence::difference_type difference_type;
648 Sequence
[all...]

Completed in 18 milliseconds