Visual Computing Library
|
Concept for iterators that iterate over 2D Points (class that satisfies the vcl::Point2Concept). More...
#include <vclib/concepts/space/point.h>
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.
It | The type to be tested for conformity to the Point2IteratorConcept. |