Blender V5.0
PaintTileKey Struct Reference

Public Member Functions

uint64_t hash () const
bool operator== (const PaintTileKey &other) const

Public Attributes

int x_tile
int y_tile
Imageimage
ImBufibuf
int iuser_tile

Detailed Description

Definition at line 97 of file image_undo.cc.

Member Function Documentation

◆ hash()

uint64_t PaintTileKey::hash ( ) const
inline

Definition at line 104 of file image_undo.cc.

References blender::get_default_hash(), ibuf, image, x_tile, and y_tile.

◆ operator==()

bool PaintTileKey::operator== ( const PaintTileKey & other) const
inline

Definition at line 108 of file image_undo.cc.

References ibuf, image, iuser_tile, x_tile, and y_tile.

Member Data Documentation

◆ ibuf

ImBuf* PaintTileKey::ibuf

◆ image

Image* PaintTileKey::image

Definition at line 99 of file image_undo.cc.

Referenced by ED_image_paint_tile_find(), ED_image_paint_tile_push(), hash(), and operator==().

◆ iuser_tile

int PaintTileKey::iuser_tile

Definition at line 102 of file image_undo.cc.

Referenced by ED_image_paint_tile_find(), ED_image_paint_tile_push(), and operator==().

◆ x_tile

int PaintTileKey::x_tile

Definition at line 98 of file image_undo.cc.

Referenced by ED_image_paint_tile_find(), ED_image_paint_tile_push(), hash(), and operator==().

◆ y_tile

int PaintTileKey::y_tile

Definition at line 98 of file image_undo.cc.

Referenced by ED_image_paint_tile_find(), ED_image_paint_tile_push(), hash(), and operator==().


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