Visual Computing Library  devel
Loading...
Searching...
No Matches
vcl::comp::HasRightNumberOfAdjacentFaces Concept Reference

HasRightNumberOfAdjacentFaces concept. More...

Concept definition

template<typename T>
RemoveRef<T>::VERTEX_NUMBER == RemoveRef<T>::ADJ_FACE_NUMBER
HasRightNumberOfAdjacentFaces concept.
Definition adjacent_faces.h:702
Evaluates to true if the type T is tied to the number of vertices in the face.
Definition component.h:126

Detailed Description

HasRightNumberOfAdjacentFaces concept.

This concept is designed to be used with Face components, where the number of adjacent faces, if tied to the vertex number, must be consisted w.r.t. the number of vertices of the face.

This concept is satisfied only if static number of adjacent faces is the same of the static number of vertices.