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

The FaceRangeConcept evaluates to true if Rng is a valid Range on Faces. More...

#include <vclib/mesh/views/elements/face.h>

Concept definition

template<typename Rng>
A concept that checks whether a class has (inherits from) an Face class.
Definition face.h:295
The FaceRangeConcept evaluates to true if Rng is a valid Range on Faces.
Definition face.h:40
Utility concept that is evaluated true if T is a range, e.g. if has a begin and an end.
Definition range.h:39

Detailed Description

The FaceRangeConcept evaluates to true if Rng is a valid Range on Faces.

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