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

Concept that checks if a Mesh has the per Edge Quality component. More...

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

Concept definition

template<typename MeshType>
HasEdges concepts is satisfied when at least one of its template types is (or inherits from) a vcl::m...
Definition edge_container.h:1064
Concept that checks if a Mesh has the per Edge Quality component.
Definition edge_requirements.h:178
Definition edge_components.h:87

Detailed Description

Concept that checks if a Mesh has the per Edge Quality component.

Evaluates to true if Quality is part of the Edge element, whether it is horizontal, vertical or optional.

Template Parameters
MeshTypemesh type to check.