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

Concept for iterators that iterate over 3D Points (class that satisfies the vcl::Point3Concept). 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 three-dimensional space.
Definition point.h:130
Concept for iterators that iterate over 3D Points (class that satisfies the vcl::Point3Concept).
Definition point.h:192

Detailed Description

Concept for iterators that iterate over 3D Points (class that satisfies the vcl::Point3Concept).

A type satisfies this concept if it is an iterator having its value_type that satisfies the vcl::Point3Concept.

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