Visual Computing Library
devel
|
A concept representing a 4-dimensional array. More...
#include <vclib/space/core/array.h>
A concept representing a 4-dimensional array.
The concept is satisfied when T
is a class that instantiates or derives from an Array class having four dimensions and any value type.
T | The type to be tested for conformity to the Array4Concept. |