|
Blender V5.0
|
#include <COM_image_coordinates.hh>
Public Member Functions | |
| ImageCoordinatesKey (const int2 &size, const CoordinatesType type) | |
| uint64_t | hash () const |
Public Attributes | |
| int2 | size |
| CoordinatesType | type |
Definition at line 29 of file COM_image_coordinates.hh.
| blender::compositor::ImageCoordinatesKey::ImageCoordinatesKey | ( | const int2 & | size, |
| const CoordinatesType | type ) |
Definition at line 25 of file image_coordinates.cc.
| uint64_t blender::compositor::ImageCoordinatesKey::hash | ( | ) | const |
Definition at line 30 of file image_coordinates.cc.
References blender::get_default_hash(), size, and type.
| int2 blender::compositor::ImageCoordinatesKey::size |
Definition at line 31 of file COM_image_coordinates.hh.
Referenced by hash(), ImageCoordinatesKey(), and blender::compositor::operator==().
| CoordinatesType blender::compositor::ImageCoordinatesKey::type |
Definition at line 32 of file COM_image_coordinates.hh.
Referenced by hash(), ImageCoordinatesKey(), and blender::compositor::operator==().