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

Concept that checks if a Mesh has the per Edge VertexReferences component (Pointers or Indices). More...

#include <vclib/concepts/mesh/per_edge.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:131
Concept that checks if a Mesh has the per Edge VertexReferences component (Pointers or Indices).
Definition per_edge.h:173
Definition edge.h:76

Detailed Description

Concept that checks if a Mesh has the per Edge VertexReferences component (Pointers or Indices).

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

Template Parameters
MeshTypemesh type to check.