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

HasRightNumberOfWedgeColors concept. More...

Concept definition

template<typename T>
concept vcl::comp::HasRightNumberOfWedgeColors = T::VERTEX_NUMBER == T::WEDGE_COLOR_NUMBER
HasRightNumberOfWedgeColors concept.
Definition wedge_colors.h:103

Detailed Description

HasRightNumberOfWedgeColors concept.

This concept is designed to be used with Face components, where the number of wedge colors must be consistent w.r.t. the number of vertices of the face.

This concept is satisfied only if static number of wedge colors is the same of the static number of vertices.