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

The VertexRangeConcept evaluates to true if Rng is a valid Range on Vertices. More...

#include <vclib/concepts/ranges/mesh/vertex_range.h>

Concept definition

template<typename Rng>
Utility concept that is evaluated true if T is a range, e.g. if has a begin and an end.
Definition range.h:39
The VertexConcept describes how a Vertex element that can be used for a VertexContainer should be org...
Definition vertex.h:106
The VertexRangeConcept evaluates to true if Rng is a valid Range on Vertices.
Definition vertex_range.h:42

Detailed Description

The VertexRangeConcept evaluates to true if Rng is a valid Range on Vertices.

This means that Rng must be a Range of VertexConcept: the iterated type must satisfy the VertexConcept.