|
ome-files
0.2.2
|
Properties of COMPLEXFLOAT pixels. More...
#include <ome/files/PixelProperties.h>
Inheritance diagram for ome::files::PixelProperties< ::ome::xml::model::enums::PixelType::COMPLEXFLOAT >:
Collaboration diagram for ome::files::PixelProperties< ::ome::xml::model::enums::PixelType::COMPLEXFLOAT >:Public Types | |
| typedef std::complex< float > | std_type |
| Pixel type (standard language type). | |
| typedef std::complex< boost::endian::big_float32_t > | big_type |
| Pixel type (big endian). | |
| typedef std::complex< boost::endian::little_float32_t > | little_type |
| Pixel type (little endian). | |
| typedef std::complex< boost::endian::native_float32_t > | native_type |
| Pixel type (native endian). | |
Static Public Attributes | |
| static const bool | is_signed = true |
| This pixel type is signed. | |
| static const bool | is_integer = false |
| This pixel type is not integer. | |
| static const bool | is_complex = true |
| This pixel type is complex. | |
Additional Inherited Members | |
Static Public Member Functions inherited from ome::files::PixelPropertiesBase< PixelProperties< ::ome::xml::model::enums::PixelType::COMPLEXFLOAT > > | |
| 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 COMPLEXFLOAT pixels.
1.8.12