Visual Computing Library  devel
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/mesh/requirements/edge_requirements.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 edge_requirements.h:58
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 EdgeContainer class.
Definition edge_container.h:1024

Detailed Description

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