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