Visual Computing Library
Loading...
Searching...
No Matches
vcl::Point4IteratorConcept Concept Reference

Concept for iterators that iterate over 4D Points (class that satisfies the vcl::Point4Concept). More...

#include <vclib/concepts/space/point.h>

Concept definition

template<typename It>
The IteratorConcept is satisfied if T is an input or output iterator.
Definition iterators.h:37
Concept for points in four-dimensional space.
Definition point.h:146
Concept for iterators that iterate over 4D Points (class that satisfies the vcl::Point4Concept).
Definition point.h:208

Detailed Description

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.

Template Parameters
ItThe type to be tested for conformity to the Point4IteratorConcept.