Blender V5.0
blender::compositor::ImageCoordinatesKey Class Reference

#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

Detailed Description

Definition at line 29 of file COM_image_coordinates.hh.

Constructor & Destructor Documentation

◆ ImageCoordinatesKey()

blender::compositor::ImageCoordinatesKey::ImageCoordinatesKey ( const int2 & size,
const CoordinatesType type )

Definition at line 25 of file image_coordinates.cc.

References size, and type.

Member Function Documentation

◆ hash()

uint64_t blender::compositor::ImageCoordinatesKey::hash ( ) const

Definition at line 30 of file image_coordinates.cc.

References blender::get_default_hash(), size, and type.

Member Data Documentation

◆ size

int2 blender::compositor::ImageCoordinatesKey::size

◆ type

CoordinatesType blender::compositor::ImageCoordinatesKey::type

The documentation for this class was generated from the following files: