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

The FaceMeshConcept is evaluated true if the type T is a Mesh (it satisfies the vcl::MeshConcept) and has a FaceContainer. More...

#include <vclib/mesh/requirements/face_requirements.h>

Concept definition

template<typename T>
The FaceMeshConcept is evaluated true if the type T is a Mesh (it satisfies the vcl::MeshConcept) and...
Definition face_requirements.h:70
A concept that checks whether a class is (inherits from) a Mesh class.
Definition mesh.h:2167
A concept that checks whether a class has (inherits from) an FaceContainer class.
Definition face_container.h:1349

Detailed Description

The FaceMeshConcept is evaluated true if the type T is a Mesh (it satisfies the vcl::MeshConcept) and has a FaceContainer.