Visual Computing Library
|
The VertexRangeConcept evaluates to true if Rng is a valid Range on Vertices. More...
#include <vclib/concepts/ranges/mesh/vertex_range.h>
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.