23#ifndef VCL_CONCEPTS_MESH_COMPONENTS_COLOR_H
24#define VCL_CONCEPTS_MESH_COMPONENTS_COLOR_H
28#include <vclib/concepts/space.h>
48 typename RemoveRef<T>::ColorType;
ColorConcept is satisfied only if a class provides the member functions specified in this concept....
Definition color.h:41
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