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