Blender V4.3
blender::bke::pbvh::pixels::CopyPixelTiles Struct Reference

#include <BKE_pbvh_pixels.hh>

Public Member Functions

std::optional< std::reference_wrapper< CopyPixelTile > > find_tile (image::TileNumber tile_number)
 
void clear ()
 

Public Attributes

Vector< CopyPixelTiletiles
 

Detailed Description

Definition at line 316 of file BKE_pbvh_pixels.hh.

Member Function Documentation

◆ clear()

void blender::bke::pbvh::pixels::CopyPixelTiles::clear ( )
inline

Definition at line 329 of file BKE_pbvh_pixels.hh.

References tiles.

Referenced by blender::bke::pbvh::pixels::copy_update().

◆ find_tile()

std::optional< std::reference_wrapper< CopyPixelTile > > blender::bke::pbvh::pixels::CopyPixelTiles::find_tile ( image::TileNumber tile_number)
inline

Definition at line 319 of file BKE_pbvh_pixels.hh.

References tile, and tiles.

Referenced by blender::bke::pbvh::pixels::copy_pixels().

Member Data Documentation

◆ tiles

Vector<CopyPixelTile> blender::bke::pbvh::pixels::CopyPixelTiles::tiles

Definition at line 317 of file BKE_pbvh_pixels.hh.

Referenced by clear(), blender::bke::pbvh::pixels::copy_update(), and find_tile().


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