27 #include <pni/core/types.hpp>
48 _tid(
pni::core::type_id_t::NONE),
pni::core::type_id_t type_id() const
get type ID
Definition: image_channel_info.hpp:71
image channel information class
Definition: image_channel_info.hpp:39
pni::core::type_id_t _tid
ID of the datatype used for this channel.
Definition: image_channel_info.hpp:42
Definition: cbf_reader.hpp:41
image_channel_info(const pni::core::type_id_t &id, size_t bits)
standard constructor
Definition: image_channel_info.hpp:59
size_t _bits
number of bits per channel
Definition: image_channel_info.hpp:43
image_channel_info()
default constructor
Definition: image_channel_info.hpp:47
size_t bits() const
get bits
Definition: image_channel_info.hpp:80