|
Blender V4.3
|
Class to not load any tile specific data when iterating over changes. More...
#include <BKE_image_partial_update.hh>
Inherits blender::bke::image::partial_update::AbstractTileData.
Public Member Functions | |
| NoTileData (Image *, ImageUser *) | |
| void | init_data (TileNumber) override |
| Load the data for the given tile_number. | |
| void | free_data () override |
| Unload the data that has been loaded. | |
Class to not load any tile specific data when iterating over changes.
Definition at line 123 of file BKE_image_partial_update.hh.
Definition at line 125 of file BKE_image_partial_update.hh.
|
inlineoverridevirtual |
Unload the data that has been loaded.
Invoked when changes are on a different tile compared to the previous tile or when finished iterating over the changes.
Implements blender::bke::image::partial_update::AbstractTileData.
Definition at line 129 of file BKE_image_partial_update.hh.
|
inlineoverridevirtual |
Load the data for the given tile_number.
Invoked when changes are on a different tile compared to the previous tile..
Implements blender::bke::image::partial_update::AbstractTileData.
Definition at line 127 of file BKE_image_partial_update.hh.