|
ome-qtwidgets
5.3.2
|
Properties of UINT32 texels. More...
#include <ome/qtwidgets/TexelProperties.h>
Inheritance diagram for ome::qtwidgets::TexelProperties< ::ome::xml::model::enums::PixelType::UINT32 >:
Collaboration diagram for ome::qtwidgets::TexelProperties< ::ome::xml::model::enums::PixelType::UINT32 >:Static Public Attributes | |
| static const GLenum | internal_format = GL_R16 |
| Internal pixel format (single 16-bit channel; note precision loss). | |
| static const GLenum | external_format = GL_RED |
| External pixel format (single channel). | |
| static const GLint | external_type = GL_UNSIGNED_INT |
External pixel type (uint32_t). | |
| static const ::ome::xml::model::enums::PixelType::enum_value | fallback_pixeltype = ome::xml::model::enums::PixelType::UINT16 |
| External pixel format fallback. | |
| static const bool | conversion_required = false |
| OME-Files type matches the GL type exactly. | |
| static const bool | normalization_required = false |
| Pixel values are automatically normalized by GL. | |
| static const GLint | minification_filter = GL_LINEAR_MIPMAP_LINEAR |
| Default minification filter. | |
| static const GLint | magnification_filter = GL_LINEAR |
| Default magnification filter. | |
Static Public Attributes inherited from ome::files::PixelProperties< ::ome::xml::model::enums::PixelType::UINT32 > | |
| static const bool | is_signed |
| static const bool | is_integer |
| static const bool | is_complex |
Additional Inherited Members | |
Public Types inherited from ome::files::PixelProperties< ::ome::xml::model::enums::PixelType::UINT32 > | |
| typedef uint32_t | std_type |
| typedef boost::endian::big_uint32_t | big_type |
| typedef boost::endian::little_uint32_t | little_type |
| typedef boost::endian::native_uint32_t | native_type |
Static Public Member Functions inherited from PixelPropertiesBase< PixelProperties< ::ome::xml::model::enums::PixelType::UINT32 > > | |
| static pixel_size_type | pixel_byte_size () |
| static pixel_size_type | pixel_bit_size () |
| static pixel_size_type | pixel_significant_bit_size () |
Properties of UINT32 texels.
1.8.12