Visual Computing Library
devel
|
A concept that checks whether a class is (inherits from) a Mesh class. More...
#include <vclib/mesh/mesh.h>
A concept that checks whether a class is (inherits from) a Mesh class.
The concept is satisfied when T
is a class that instantiates or derives from a Mesh class having any Element Container and any Component. The concept checks also that the Mesh has a Vertex Copntainer.
T | The type to be tested for conformity to the MeshConcept. |