36 #ifndef VIGRA_MESHGRID_HXX
37 #define VIGRA_MESHGRID_HXX
39 #include "tinyvector.hxx"
66 template <
class ITERATOR>
74 template <
class ITERATOR,
class DIFFERENCE>
118 triple<Diff2D, Diff2D, MeshGridAccessor>
121 return triple<Diff2D, Diff2D, MeshGridAccessor>(upperLeft, lowerRight,
MeshGridAccessor());
125 triple<Diff2D, Diff2D, MeshGridAccessor>
128 return triple<Diff2D, Diff2D, MeshGridAccessor>(r.upperLeft(), r.lowerRight(), MeshGridAccessor());
133 #endif //VIGRA_MESHGRID_HXX