|
virtual LayerRepresentation * | clone () const =0 |
|
virtual void | setDimensions (size2_t dimensions)=0 |
|
virtual const size2_t & | getDimensions () const =0 |
|
virtual void | setSwizzleMask (const SwizzleMask &mask)=0 |
| update the swizzle mask of the channels for sampling color layers Needs to be overloaded by child classes. More...
|
|
virtual SwizzleMask | getSwizzleMask () const =0 |
|
virtual bool | copyRepresentationsTo (LayerRepresentation *) const =0 |
|
LayerType | getLayerType () const |
|
const DataFormatBase * | getDataFormat () const |
|
std::string | getDataFormatString () const |
|
DataFormatId | getDataFormatId () const |
|
virtual std::type_index | getTypeIndex () const=0 |
|
void | setOwner (Layer *owner) |
|
Layer * | getOwner () |
|
const Layer * | getOwner () const |
|
bool | isValid () const |
|
void | setValid (bool valid) |
|
◆ copyRepresentationsTo()
virtual bool inviwo::LayerRepresentation::copyRepresentationsTo |
( |
LayerRepresentation * |
| ) |
const |
|
pure virtual |
◆ setDimensions()
virtual void inviwo::LayerRepresentation::setDimensions |
( |
size2_t |
dimensions | ) |
|
|
pure virtual |
◆ setSwizzleMask()
virtual void inviwo::LayerRepresentation::setSwizzleMask |
( |
const SwizzleMask & |
mask | ) |
|
|
pure virtual |
The documentation for this class was generated from the following files:
- layerrepresentation.h
- layerrepresentation.cpp