|
| VolumeGL (size3_t dimensions=size3_t(128, 128, 128), const DataFormatBase *format=DataFormatBase::get(), bool initializeTexture=true, const SwizzleMask &swizzleMask=swizzlemasks::rgba) |
|
| VolumeGL (std::shared_ptr< Texture3D > tex, const DataFormatBase *format) |
|
| VolumeGL (const VolumeGL &rhs) |
|
VolumeGL & | operator= (const VolumeGL &rhs) |
|
virtual VolumeGL * | clone () const override |
|
void | bindTexture (GLenum texUnit) const |
|
void | unbindTexture () const |
|
virtual void | setDimensions (size3_t dimensions) override |
|
virtual const size3_t & | getDimensions () const override |
|
std::shared_ptr< Texture3D > | getTexture () const |
|
virtual std::type_index | getTypeIndex () const override final |
|
virtual void | setSwizzleMask (const SwizzleMask &mask) override |
| update the swizzle mask of the color channels when sampling the volume More...
|
|
virtual SwizzleMask | getSwizzleMask () const override |
|
const DataFormatBase * | getDataFormat () const |
|
std::string | getDataFormatString () const |
|
DataFormatId | getDataFormatId () const |
|
void | setOwner (Volume *owner) |
|
Volume * | getOwner () |
|
const Volume * | getOwner () const |
|
bool | isValid () const |
|
void | setValid (bool valid) |
|
◆ setSwizzleMask()
void inviwo::VolumeGL::setSwizzleMask |
( |
const SwizzleMask & |
mask | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: