Carna  Version 3.3.2
Static Public Attributes | List of all members
Carna::base::BufferedVectorFieldFormat< HUVolumeUInt16 > Struct Template Reference

Defines Texture format for HUVolumeUInt16. More...

#include <BufferedVectorFieldFormat.h>

Static Public Attributes

static const unsigned int INTERNAL_FORMAT
 Holds the number of color components in the texture, e.g. GL_RGBA8UI or GL_INTENSITY16. More...
 
static const unsigned int PIXEL_FORMAT
 Holds the format of the pixel data, e.g. GL_RED, GL_RGB or GL_RGBA. More...
 
static const unsigned int BUFFER_TYPE
 Specifies the data type of the pixel data to be uploaded to the texture. More...
 

Detailed Description

template<>
struct Carna::base::BufferedVectorFieldFormat< HUVolumeUInt16 >

Defines Texture format for HUVolumeUInt16.

Definition at line 75 of file BufferedVectorFieldFormat.h.

Member Data Documentation

◆ BUFFER_TYPE

const unsigned int Carna::base::BufferedVectorFieldFormat< HUVolumeUInt16 >::BUFFER_TYPE
static

Specifies the data type of the pixel data to be uploaded to the texture.

Definition at line 79 of file BufferedVectorFieldFormat.h.

◆ INTERNAL_FORMAT

const unsigned int Carna::base::BufferedVectorFieldFormat< HUVolumeUInt16 >::INTERNAL_FORMAT
static

Holds the number of color components in the texture, e.g. GL_RGBA8UI or GL_INTENSITY16.

Definition at line 77 of file BufferedVectorFieldFormat.h.

◆ PIXEL_FORMAT

const unsigned int Carna::base::BufferedVectorFieldFormat< HUVolumeUInt16 >::PIXEL_FORMAT
static

Holds the format of the pixel data, e.g. GL_RED, GL_RGB or GL_RGBA.

Definition at line 78 of file BufferedVectorFieldFormat.h.


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