Visual Computing Library
Loading...
Searching...
No Matches
vcl::Point2IteratorConcept Concept Reference

Concept for iterators that iterate over 2D Points (class that satisfies the vcl::Point2Concept). More...

#include <vclib/concepts/space/point.h>

Concept definition

template<typename It>
The IteratorConcept is satisfied if T is an input or output iterator.
Definition iterators.h:37
Concept for points in two-dimensional space.
Definition point.h:117
Concept for iterators that iterate over 2D Points (class that satisfies the vcl::Point2Concept).
Definition point.h:176

Detailed Description

Concept for iterators that iterate over 2D Points (class that satisfies the vcl::Point2Concept).

A type satisfies this concept if it is an iterator having its value_type that satisfies the vcl::Point2Concept.

Template Parameters
ItThe type to be tested for conformity to the Point2IteratorConcept.