bioformats  5.1.3
Static Public Attributes | List of all members
ome::qtwidgets::TexelProperties< ::ome::xml::model::enums::PixelType::BIT > Struct Template Reference

Properties of BIT texels. More...

#include <ome/qtwidgets/TexelProperties.h>

+ Inheritance diagram for ome::qtwidgets::TexelProperties< ::ome::xml::model::enums::PixelType::BIT >:
+ Collaboration diagram for ome::qtwidgets::TexelProperties< ::ome::xml::model::enums::PixelType::BIT >:

Static Public Attributes

static const GLenum internal_format = GL_R8
 Internal pixel format (single 8-bit float channel).
 
static const GLenum external_format = GL_RED
 External pixel format (single channel).
 
static const GLint external_type = GL_UNSIGNED_BYTE
 External pixel type (uint8_t).
 
static const ::ome::xml::model::enums::PixelType::enum_value fallback_pixeltype = ome::xml::model::enums::PixelType::BIT
 External pixel format fallback.
 
static const bool conversion_required = true
 Bio-Formats type does not match the GL type; convert to 0 or 255 for 0 and 1, respectively.
 
static const bool normalization_required = false
 Pixel values are automatically normalized by GL.
 
static const GLint minification_filter = GL_NEAREST_MIPMAP_LINEAR
 Default minification filter.
 
static const GLint magnification_filter = GL_NEAREST
 Default magnification filter.
 
- Static Public Attributes inherited from ome::bioformats::PixelProperties< ::ome::xml::model::enums::PixelType::BIT >
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

- Public Types inherited from ome::bioformats::PixelProperties< ::ome::xml::model::enums::PixelType::BIT >
typedef bool std_type
 Pixel type (standard language type).
 
typedef ome::common::boolean big_type
 Pixel type (big endian).
 
typedef ome::common::boolean little_type
 Pixel type (little endian).
 
typedef ome::common::boolean native_type
 Pixel type (native endian).
 
- Static Public Member Functions inherited from ome::bioformats::PixelProperties< ::ome::xml::model::enums::PixelType::BIT >
static pixel_size_type pixel_significant_bit_size ()
 Get significant (maximum bits used) size of pixel type, in bits. More...
 
- Static Public Member Functions inherited from ome::bioformats::PixelPropertiesBase< PixelProperties< ::ome::xml::model::enums::PixelType::BIT > >
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...
 

Detailed Description

template<>
struct ome::qtwidgets::TexelProperties< ::ome::xml::model::enums::PixelType::BIT >

Properties of BIT texels.


The documentation for this struct was generated from the following file: