Blender V4.3
blender::realtime_compositor::SymmetricSeparableBlurWeightsKey Class Reference

#include <COM_symmetric_separable_blur_weights.hh>

Public Member Functions

 SymmetricSeparableBlurWeightsKey (int type, float radius)
 
uint64_t hash () const
 

Public Attributes

int type
 
float radius
 

Detailed Description

Definition at line 26 of file COM_symmetric_separable_blur_weights.hh.

Constructor & Destructor Documentation

◆ SymmetricSeparableBlurWeightsKey()

blender::realtime_compositor::SymmetricSeparableBlurWeightsKey::SymmetricSeparableBlurWeightsKey ( int type,
float radius )

Definition at line 28 of file symmetric_separable_blur_weights.cc.

Member Function Documentation

◆ hash()

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

Definition at line 33 of file symmetric_separable_blur_weights.cc.

References blender::get_default_hash().

Member Data Documentation

◆ radius

float blender::realtime_compositor::SymmetricSeparableBlurWeightsKey::radius

Definition at line 29 of file COM_symmetric_separable_blur_weights.hh.

◆ type

int blender::realtime_compositor::SymmetricSeparableBlurWeightsKey::type

Definition at line 28 of file COM_symmetric_separable_blur_weights.hh.


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