Blender V5.0
blender::bke::pbvh::pixels::CopyPixelTiles Struct Reference

#include <BKE_paint_bvh_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 322 of file BKE_paint_bvh_pixels.hh.

Member Function Documentation

◆ clear()

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

Definition at line 335 of file BKE_paint_bvh_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 325 of file BKE_paint_bvh_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

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