Visual Computing Library
|
Concept for iterators that iterate over Points (class that satisfies the vcl::PointConcept). More...
#include <vclib/concepts/space/point.h>
Concept for iterators that iterate over Points (class that satisfies the vcl::PointConcept).
A type satisfies this concept if it is an iterator having its value_type
that satisfies the vcl::PointConcept.
It | The type to be tested for conformity to the PointIteratorConcept. |