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