Inviwo
0.9.10.1
Inviwo documentation
|
Public Member Functions | |
virtual std::shared_ptr< LayerRAM > | createFrom (std::shared_ptr< const LayerDisk > source) const override |
virtual void | update (std::shared_ptr< const LayerDisk > source, std::shared_ptr< LayerRAM > destination) const override |
Public Member Functions inherited from inviwo::RepresentationConverterType< LayerRepresentation, LayerDisk, LayerRAM > | |
virtual ConverterID | getConverterID () const override |
virtual std::shared_ptr< LayerRepresentation > | createFrom (std::shared_ptr< const LayerRepresentation > source) const override final |
virtual void | update (std::shared_ptr< const LayerRepresentation > source, std::shared_ptr< LayerRepresentation > destination) const override final |
Additional Inherited Members | |
Public Types inherited from inviwo::RepresentationConverterType< LayerRepresentation, LayerDisk, LayerRAM > | |
using | ConverterID = typename RepresentationConverter< LayerRepresentation >::ConverterID |
Public Types inherited from inviwo::RepresentationConverter< LayerRepresentation > | |
using | ConverterID = std::pair< std::type_index, std::type_index > |
|
overridevirtual |
Converts a LayerDisk representation to a RAM representation. This is done if a Image has a representation of LayerDisk and a LayerRAM representation is required. This is used in data.h.
source | is the input representation that is to be converted. |
Implements inviwo::RepresentationConverterType< LayerRepresentation, LayerDisk, LayerRAM >.