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

HasRightNumberOfAdjacentEdges concept. More...

Concept definition

template<typename T>
RemoveRef<T>::VERTEX_NUMBER == RemoveRef<T>::ADJ_EDGE_NUMBER
HasRightNumberOfAdjacentEdges concept.
Definition adjacent_edges.h:698
Evaluates to true if the type T is tied to the number of vertices in the face.
Definition component.h:126

Detailed Description

HasRightNumberOfAdjacentEdges concept.

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

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