Visual Computing Library
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/concepts/mesh/mesh_concept.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 mesh_concept.h:218
The Mesh Concept is evaluated to true when the type is a Mesh.
Definition mesh_concept.h:77
The HasFaceContainer concept is satisfied only if a container class provides the types and member fun...
Definition face_container.h:44

Detailed Description

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