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

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

#include <vclib/concepts/mesh/mesh_concept.h>

Concept definition

template<typename T>
The EdgeMeshConcept is evaluated true if the type T is a Mesh (it satisfies the vcl::MeshConcept) and...
Definition mesh_concept.h:209
The Mesh Concept is evaluated to true when the type is a Mesh.
Definition mesh_concept.h:77
The HasEdgeContainer concept is satisfied only if a container class provides the types and member fun...
Definition edge_container.h:44

Detailed Description

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