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

Concept that checks if a Mesh has the per Face VertexPointers component. More...

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

Concept definition

template<typename MeshType>
HasFaces concepts is satisfied when at least one of its template types is (or inherits from) a vcl::m...
Definition face_container.h:133
Concept that checks if a Mesh has the per Face VertexPointers component.
Definition per_face.h:238
Definition face.h:86

Detailed Description

Concept that checks if a Mesh has the per Face VertexPointers component.

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

Template Parameters
MeshTypemesh type to check.