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

SanityCheckWedgeColors concept. More...

Concept definition

template<typename T>
HasRightNumberOfWedgeColors concept.
Definition wedge_colors.h:103
HasWedgeColors concept is satisfied only if a Element class provides the types and member functions s...
Definition wedge_colors.h:51
SanityCheckWedgeColors concept.
Definition wedge_colors.h:118

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.