Visual Computing Library
devel
|
A concept that checks whether a type T (that should be a Element or a Mesh) has the Color component (inherits from it), and that the component is optional. More...
#include <vclib/mesh/components/color.h>
A concept that checks whether a type T (that should be a Element or a Mesh) has the Color component (inherits from it), and that the component is optional.
T | The type to be tested for conformity to the HasOptionalColor. |