Visual Computing Library
devel
|
A concept that checks whether a class has (inherits from) an Edge class. More...
#include <vclib/mesh/elements/edge.h>
A concept that checks whether a class has (inherits from) an Edge class.
The concept is satisfied when T
is a class that instantiates or derives from a Edge class having any ParentMesh type and any Component types. The concept checks also that the Edge has a BitFlags component, VertexPointers or VertexIndices components, and that the number of vertices is 2.
T | The type to be tested for conformity to the EdgeConcept. |