| ome-files
    0.2.0
    | 
Properties common to all pixel types. More...
#include <ome/files/PixelProperties.h>
 Inheritance diagram for ome::files::PixelPropertiesBase< P >:
 Inheritance diagram for ome::files::PixelPropertiesBase< P >:| Static Public Member Functions | |
| 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 common to all pixel types.
Note that is_signed, is_integer and is_complex are equivalent to the same members of std::numeric_limits, where present. They are duplicated here due to lack of std::numeric_limits support in Boost.Endian for some of its types, including native types. They can be removed entirely once std::numeric_limits support is present.
!is_integer. | 
 | inlinestatic | 
Get size of pixel type, in bits.
Referenced by ome::files::PixelPropertiesBase< struct PixelProperties< ::ome::xml::model::enums::PixelType::UINT16 > >::pixel_significant_bit_size().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inlinestatic | 
Get size of pixel type, in bytes.
Referenced by ome::files::PixelPropertiesBase< struct PixelProperties< ::ome::xml::model::enums::PixelType::UINT16 > >::pixel_bit_size().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inlinestatic | 
Get significant (maximum bits used) size of pixel type, in bits.
 1.8.11
 1.8.11