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

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

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

Concept definition

template<typename T>
HasOptionalWedgeColors concept is satisfied only if a class satisfies the vcl::comp::HasWedgeColors c...
Definition wedge_colors.h:88
HasWedgeColors concept is satisfied only if a Element class provides the types and member functions s...
Definition wedge_colors.h:51
Evaluates to true if the type T is a component that is stored vertically in its element container,...
Definition component.h:72

Detailed Description

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