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

HasOptionalWedgeTexCoords concept is satisfied only if a class satisfied the vcl::comp::HasWedgeTexCoords and has the static boolean constant IS_OPTIONAL is set to true. More...

#include <vclib/concepts/mesh/components/wedge_tex_coords.h>

Concept definition

template<typename T>
HasOptionalWedgeTexCoords concept is satisfied only if a class satisfied the vcl::comp::HasWedgeTexCo...
Definition wedge_tex_coords.h:93
HasWedgeTexCoords concept is satisfied only if a Element class provides the types and member function...
Definition wedge_tex_coords.h:52
Evaluates to true if the type T is a component that is stored vertically in its element container,...
Definition component.h:72

Detailed Description

HasOptionalWedgeTexCoords concept is satisfied only if a class satisfied the vcl::comp::HasWedgeTexCoords and has the static boolean constant IS_OPTIONAL is set to true.