Visual Computing Library
devel
|
A concpet that checks whether a class has (inherits from) a Face class and that the Face is polygonal (dynamic size, N < 0). More...
#include <vclib/mesh/elements/face.h>
A concpet that checks whether a class has (inherits from) a Face class and that the Face is polygonal (dynamic size, N < 0).
The concept is satisfied when T
satisfies the FaceConcept and the number of vertices is less than 0 (dynamic size).