|
| VolumeDisk (size3_t dimensions=size3_t(128, 128, 128), const DataFormatBase *format=DataUInt8::get(), const SwizzleMask &swizzleMask=swizzlemasks::rgba) |
|
| VolumeDisk (std::string url, size3_t dimensions=size3_t(128, 128, 128), const DataFormatBase *format=DataUInt8::get(), const SwizzleMask &swizzleMask=swizzlemasks::rgba) |
|
| VolumeDisk (const VolumeDisk &rhs)=default |
|
VolumeDisk & | operator= (const VolumeDisk &that)=default |
|
virtual VolumeDisk * | clone () const override |
|
virtual std::type_index | getTypeIndex () const override final |
|
virtual void | setDimensions (size3_t dimensions) override |
|
virtual const size3_t & | getDimensions () const override |
|
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) |
|
| DiskRepresentation (const std::string &srcFile, DiskRepresentationLoader< VolumeRepresentation > *loader=nullptr) |
|
| DiskRepresentation (const DiskRepresentation &rhs)=default |
|
DiskRepresentation & | operator= (const DiskRepresentation &that)=default |
|
const std::string & | getSourceFile () const |
|
bool | hasSourceFile () const |
|
void | setLoader (DiskRepresentationLoader< VolumeRepresentation > *loader) |
|
std::shared_ptr< VolumeRepresentation > | createRepresentation () const |
|
void | updateRepresentation (std::shared_ptr< VolumeRepresentation > dest) const |
|
◆ setSwizzleMask()
void inviwo::VolumeDisk::setSwizzleMask |
( |
const SwizzleMask & |
mask | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- volumedisk.h
- volumedisk.cpp