Visual Computing Library
|
Evaluates to true if the type T
is tied to the number of vertices in the face.
More...
Evaluates to true if the type T
is tied to the number of vertices in the face.
A component that is tied to the vertex number if it belongs to a face element and its data is composed of a number of elements that must be equal to the number of vertices in the face.
To be evaluated as true, the component must have a static constexpr member TIED_TO_VERTEX_NUMBER
of type bool
set to true
.
T | the type to be evaluated. |