Visual Computing Library
devel
|
A concept that checks whether a class has (inherits from) a Vertex class. More...
#include <vclib/mesh/elements/vertex.h>
A concept that checks whether a class has (inherits from) a Vertex class.
The concept is satisfied when T
is a class that instantiates or derives from a Vertex class having any ParentMesh type and any Component types. The concept checks also that the Vertex has a BitFlags component and a Position component.
T | The type to be tested for conformity to the VertexConcept. |