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

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

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

Concept definition

template<typename Rng>
The FaceConcept describes how a Face element that can be used for a FaceContainer should be organized...
Definition face.h:124
The FaceRangeConcept evaluates to true if Rng is a valid Range on Faces.
Definition face_range.h:42
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.