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

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

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

Concept definition

template<typename T>
HasColor concept is satisfied only if a Element/Mesh class provides the types and member functions sp...
Definition color.h:47
HasOptionalColor concept is satisfied only if a class satisfies the vcl::comp::HasColor concept and t...
Definition color.h:60
Evaluates to true if the type T is a component that is stored vertically in its element container,...
Definition component.h:72

Detailed Description

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