#include <PointsIterator.h>
Inherits iterator_adaptor< PointIterator< PointType >, PointType *, boost::use_default, boost::random_access_traversal_tag >.
template<typename PointType>
class fesa::PointIterator< PointType >
An iterator over Points. Can iterate over an array of Point or over 2 parallel array of doubles (x and y coordinates).
template<typename PointType>
Instantiates an iterator over an array of points.
template<typename PointType>
Instantiates an iterator over 2 parallel arrays of doubles.
- Parameters
-
x | an array of x coordinates |
y | an array of y coordinates |
The documentation for this class was generated from the following file: