34 #ifndef CARTOBASE_TYPE_DATATYPEINFO_H 35 #define CARTOBASE_TYPE_DATATYPEINFO_H 50 template<
class DataType>
60 static inline uint8_t
samples();
65 static inline uint8_t
depth();
75 template<
class DataType>
81 template<
class DataType>
87 template<
class DataType>
static const unsigned int channelcount
DataTypeInfo class is a hint to access data type information.
carto::DataTypeTraits< DataType > DataTypeTraitsType
static const std::string channelType()
std::string that represents the channel type for the DataType
Properties of data types.
static uint8_t samples()
Number of channels for the DataType.
static uint8_t depth()
Depth of channels for the DataType.
static std::string dataType()