image channel information class
More...
#include <image_channel_info.hpp>
|
pni::core::type_id_t | _tid |
| ID of the datatype used for this channel. More...
|
|
size_t | _bits |
| number of bits per channel More...
|
|
image_channle_info holds information specific to a particular image channel.
pni::io::image_channel_info::image_channel_info |
( |
| ) |
|
|
inline |
pni::io::image_channel_info::image_channel_info |
( |
const pni::core::type_id_t & |
id, |
|
|
size_t |
bits |
|
) |
| |
|
inline |
- Parameters
-
id | Typd id for the channel |
bits | number of bits used to store channel data |
size_t pni::io::image_channel_info::bits |
( |
| ) |
const |
|
inline |
Return the number of bits used to store this channels data
- Returns
- number of bits
pni::core::type_id_t pni::io::image_channel_info::type_id |
( |
| ) |
const |
|
inline |
Returns the TypeID for the channel described by this object.
- Returns
- type ID
size_t pni::io::image_channel_info::_bits |
|
private |
pni::core::type_id_t pni::io::image_channel_info::_tid |
|
private |
The documentation for this class was generated from the following file: