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