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

SanityCheckWedgeColors concept. More...

Concept definition

template<typename T>
HasRightNumberOfWedgeColors concept.
Definition wedge_colors.h:365
A concept that checks whether a type T (that should be a Element) has the WedgeColors component (inhe...
Definition wedge_colors.h:337
SanityCheckWedgeColors concept.
Definition wedge_colors.h:380

Detailed Description

SanityCheckWedgeColors 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.

It is satisfied if:

  • the component does not have wedge colors;
  • in case it has wedge colors, they have the same number of vertices of the face.