Blender  V3.3
Public Member Functions | Public Attributes | List of all members
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 92 of file image_undo.cc.

Member Function Documentation

◆ hash()

uint64_t PaintTileKey::hash ( ) const
inline

Definition at line 99 of file image_undo.cc.

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

◆ operator==()

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

Definition at line 103 of file image_undo.cc.

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

Member Data Documentation

◆ ibuf

ImBuf* PaintTileKey::ibuf

Definition at line 95 of file image_undo.cc.

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

◆ image

Image* PaintTileKey::image

Definition at line 94 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 97 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 93 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 93 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: