Blender V4.3
blender::bke::image::partial_update::NoTileData Class Reference

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.
 

Detailed Description

Class to not load any tile specific data when iterating over changes.

Definition at line 123 of file BKE_image_partial_update.hh.

Constructor & Destructor Documentation

◆ NoTileData()

blender::bke::image::partial_update::NoTileData::NoTileData ( Image * ,
ImageUser *  )
inline

Definition at line 125 of file BKE_image_partial_update.hh.

Member Function Documentation

◆ free_data()

void blender::bke::image::partial_update::NoTileData::free_data ( )
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.

◆ init_data()

void blender::bke::image::partial_update::NoTileData::init_data ( TileNumber tile_number)
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.


The documentation for this class was generated from the following file: