|
Blender V4.3
|
#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< CopyPixelTile > | tiles |
Definition at line 316 of file BKE_pbvh_pixels.hh.
|
inline |
Definition at line 329 of file BKE_pbvh_pixels.hh.
References tiles.
Referenced by blender::bke::pbvh::pixels::copy_update().
|
inline |
Definition at line 319 of file BKE_pbvh_pixels.hh.
Referenced by blender::bke::pbvh::pixels::copy_pixels().
| 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().