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

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

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

Concept definition

template<typename MeshType>
Concept that checks if a Mesh has the per Vertex CustomComponents.
Definition per_vertex.h:188
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:66

Detailed Description

Concept that checks if a Mesh has the per Vertex CustomComponents.

Evaluates to true if CustomComponents is part of the Vertex element.

Template Parameters
MeshTypemesh type to check.