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

SanityCheckWedgeTexCoords concept. More...

Concept definition

template<typename T>
HasRightNumberOfWedgeTexCoords concept.
Definition wedge_tex_coords.h:108
HasWedgeTexCoords concept is satisfied only if a Element class provides the types and member function...
Definition wedge_tex_coords.h:52
SanityCheckWedgeTexCoords concept.
Definition wedge_tex_coords.h:124

Detailed Description

SanityCheckWedgeTexCoords concept.

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

It is satisfied if:

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