![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| virtual ImageRAM * | clone () const override |
| virtual bool | copyRepresentationsTo (ImageRepresentation *target) const override |
| LayerRAM * | getColorLayerRAM (size_t idx=0) |
| const LayerRAM * | getColorLayerRAM (size_t idx=0) const |
| LayerRAM * | getDepthLayerRAM () |
| const LayerRAM * | getDepthLayerRAM () const |
| virtual size2_t | getDimensions () const override |
| size_t | getNumberOfColorLayers () const |
| LayerRAM * | getPickingLayerRAM () |
| const LayerRAM * | getPickingLayerRAM () const |
| virtual std::type_index | getTypeIndex () const override final |
| ImageRAM (const ImageRAM &rhs) | |
| virtual bool | isValid () const override |
| ImageRAM & | operator= (const ImageRAM &that) |
| virtual size_t | priority () const override |
| virtual dvec4 | readPixel (size2_t pos, LayerType layer, size_t index=0) const override |
| virtual void | update (bool editable) override |
| Public Member Functions inherited from inviwo::ImageRepresentation | |
| virtual const Image * | getOwner () const override |
| virtual Image * | getOwner () override |
| ImageRepresentation (const ImageRepresentation &rhs)=default | |
| ImageRepresentation & | operator= (const ImageRepresentation &that)=default |
| virtual void | setOwner (Image *image) override |
Additional Inherited Members | |
| Protected Member Functions inherited from inviwo::DataGroupRepresentation< Image > | |
| DataGroupRepresentation & | operator= (const DataGroupRepresentation &that)=default |
| Protected Attributes inherited from inviwo::ImageRepresentation | |
| Image * | owner_ = nullptr |
|
overridevirtual |
Implements inviwo::ImageRepresentation.
|
overridevirtual |
Copy and resize the representations of this onto the target.
Implements inviwo::ImageRepresentation.
|
overridevirtual |
Implements inviwo::ImageRepresentation.
|
finaloverridevirtual |
Implements inviwo::ImageRepresentation.
|
overridevirtual |
Implements inviwo::ImageRepresentation.
|
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.
|
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.
|
overridevirtual |
Implements inviwo::ImageRepresentation.