Martin Dobias 7e34beec8c New API for traversal of geometry's vertices using iterator pattern
Introducing:
1. STL-style iterator: QgsAbstractGeometry::vertex_iterator
2. Java-style iterator: QgsVertexIterator (built on top of STL-style)

The iterators are modeled after Qt's STL-style and Java-style iterators,
the idea is to replace nextVertex() method and later introduce iterators
for other bits (e.g. part_iterator, ring_iterator).
2017-10-14 13:23:14 +02:00
..
2017-09-25 17:12:03 +10:00
2017-09-25 17:12:03 +10:00
2017-09-25 17:12:03 +10:00
2017-09-22 09:54:23 +10:00
2017-04-30 11:29:45 +02:00
2017-04-30 16:52:05 +02:00