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

Concept that checks if a Mesh has the per Vertex AdjacentFaces component. More...

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

Concept definition

template<typename MeshType>
Concept that checks if a Mesh has the per Vertex AdjacentFaces component.
Definition per_vertex.h:67
HasVertices concepts is satisfied when at least one of its types is (or inherits from) a vcl::mesh::V...
Definition vertex_container.h:130
Definition vertex.h:52

Detailed Description

Concept that checks if a Mesh has the per Vertex AdjacentFaces component.

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

Template Parameters
MeshTypemesh type to check.