Blender V4.3
blender::realtime_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 25 of file COM_symmetric_blur_weights.hh.

Constructor & Destructor Documentation

◆ SymmetricBlurWeightsKey()

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

Definition at line 29 of file symmetric_blur_weights.cc.

Member Function Documentation

◆ hash()

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

Definition at line 34 of file symmetric_blur_weights.cc.

References blender::get_default_hash().

Member Data Documentation

◆ radius

float2 blender::realtime_compositor::SymmetricBlurWeightsKey::radius

Definition at line 28 of file COM_symmetric_blur_weights.hh.

◆ type

int blender::realtime_compositor::SymmetricBlurWeightsKey::type

Definition at line 27 of file COM_symmetric_blur_weights.hh.


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