◆ clone()
virtual ImageRAM * inviwo::ImageRAM::clone |
( |
| ) |
const |
|
overridevirtual |
◆ copyRepresentationsTo()
◆ getDimensions()
virtual size2_t inviwo::ImageRAM::getDimensions |
( |
| ) |
const |
|
overridevirtual |
◆ getTypeIndex()
virtual std::type_index inviwo::ImageRAM::getTypeIndex |
( |
| ) |
const |
|
finaloverridevirtual |
◆ isValid()
virtual bool inviwo::ImageRAM::isValid |
( |
| ) |
const |
|
overridevirtual |
◆ priority()
virtual size_t inviwo::ImageRAM::priority |
( |
| ) |
const |
|
overridevirtual |
Returns a number representing the general efficiency of the representation. Larger value means more efficient representation. Used for selection which representation to operate on when resizing for example.
Implements inviwo::ImageRepresentation.
◆ readPixel()
virtual dvec4 inviwo::ImageRAM::readPixel |
( |
size2_t | pos, |
|
|
LayerType | layer, |
|
|
size_t | index = 0 ) const |
|
overridevirtual |
Read a single pixel value out of the specified layer at pos. Should only be used to read single values not entire images.
Implements inviwo::ImageRepresentation.
◆ update()
virtual void inviwo::ImageRAM::update |
( |
bool | editable | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following file: