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

HasOptionalTexCoord concept is satisfied only if a class satisfies the vcl::comp::HasTexCoord concept and the static boolean constant IS_OPTIONAL is set to true. More...

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

Concept definition

template<typename T>
HasOptionalTexCoord concept is satisfied only if a class satisfies the vcl::comp::HasTexCoord concept...
Definition tex_coord.h:60
HasTexCoord concept is satisfied only if a Element class provides the types and member functions spec...
Definition tex_coord.h:47
Evaluates to true if the type T is a component that is stored vertically in its element container,...
Definition component.h:72

Detailed Description

HasOptionalTexCoord concept is satisfied only if a class satisfies the vcl::comp::HasTexCoord concept and the static boolean constant IS_OPTIONAL is set to true.