Blender V4.5
blender::compositor::SymmetricBlurWeightsKey Class Reference

#include <COM_symmetric_blur_weights.hh>

Public Member Functions

 SymmetricBlurWeightsKey (int type, float2 radius)
 
uint64_t hash () const
 

Public Attributes

int type
 
float2 radius
 

Detailed Description

Definition at line 24 of file COM_symmetric_blur_weights.hh.

Constructor & Destructor Documentation

◆ SymmetricBlurWeightsKey()

blender::compositor::SymmetricBlurWeightsKey::SymmetricBlurWeightsKey ( int type,
float2 radius )

Definition at line 28 of file symmetric_blur_weights.cc.

Member Function Documentation

◆ hash()

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

Definition at line 33 of file symmetric_blur_weights.cc.

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

Member Data Documentation

◆ radius

float2 blender::compositor::SymmetricBlurWeightsKey::radius

Definition at line 27 of file COM_symmetric_blur_weights.hh.

Referenced by hash(), and blender::compositor::operator==().

◆ type

int blender::compositor::SymmetricBlurWeightsKey::type

Definition at line 26 of file COM_symmetric_blur_weights.hh.

Referenced by hash(), and blender::compositor::operator==().


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