|
bioformats
5.1.3
|
Properties of UINT8 pixels. More...
#include <ome/bioformats/PixelProperties.h>
Inheritance diagram for ome::bioformats::PixelProperties< ::ome::xml::model::enums::PixelType::UINT8 >:
Collaboration diagram for ome::bioformats::PixelProperties< ::ome::xml::model::enums::PixelType::UINT8 >:Public Types | |
| typedef uint8_t | std_type |
| Pixel type (standard language type). | |
| typedef boost::endian::big_uint8_t | big_type |
| Pixel type (big endian). | |
| typedef boost::endian::little_uint8_t | little_type |
| Pixel type (little endian). | |
| typedef boost::endian::native_uint8_t | native_type |
| Pixel type (native endian). | |
Static Public Attributes | |
| static const bool | is_signed = false |
| This pixel type is not signed. | |
| static const bool | is_integer = true |
| This pixel type is integer. | |
| static const bool | is_complex = false |
| This pixel type is not complex. | |
Additional Inherited Members | |
Static Public Member Functions inherited from ome::bioformats::PixelPropertiesBase< PixelProperties< ::ome::xml::model::enums::PixelType::UINT8 > > | |
| static pixel_size_type | pixel_byte_size () |
| Get size of pixel type, in bytes. More... | |
| static pixel_size_type | pixel_bit_size () |
| Get size of pixel type, in bits. More... | |
| static pixel_size_type | pixel_significant_bit_size () |
| Get significant (maximum bits used) size of pixel type, in bits. More... | |
Properties of UINT8 pixels.
1.8.9.1