Visual Computing Library
devel
|
A concept representing an iterator that iterates over 2D Points (specifically, a class that satisfies the Point2Concept). More...
#include <vclib/space/core/point.h>
A concept representing an iterator that iterates over 2D Points (specifically, a class that satisfies the Point2Concept).
The concept is satisfied when T
is an iterator having its value_type
that satisfies the vcl::Point2Concept.
It | The type to be tested for conformity to the Point2IteratorConcept. |