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

#include <COM_cached_mask.hh>

Public Member Functions

 CachedMaskKey (int2 size, float aspect_ratio, bool use_feather, int motion_blur_samples, float motion_blur_shutter)
 
uint64_t hash () const
 

Public Attributes

int2 size
 
float aspect_ratio
 
bool use_feather
 
int motion_blur_samples
 
float motion_blur_shutter
 

Detailed Description

Definition at line 28 of file COM_cached_mask.hh.

Constructor & Destructor Documentation

◆ CachedMaskKey()

blender::realtime_compositor::CachedMaskKey::CachedMaskKey ( int2 size,
float aspect_ratio,
bool use_feather,
int motion_blur_samples,
float motion_blur_shutter )

Definition at line 32 of file cached_mask.cc.

Member Function Documentation

◆ hash()

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

Member Data Documentation

◆ aspect_ratio

float blender::realtime_compositor::CachedMaskKey::aspect_ratio

Definition at line 31 of file COM_cached_mask.hh.

Referenced by hash().

◆ motion_blur_samples

int blender::realtime_compositor::CachedMaskKey::motion_blur_samples

Definition at line 33 of file COM_cached_mask.hh.

Referenced by hash().

◆ motion_blur_shutter

float blender::realtime_compositor::CachedMaskKey::motion_blur_shutter

Definition at line 34 of file COM_cached_mask.hh.

Referenced by hash().

◆ size

int2 blender::realtime_compositor::CachedMaskKey::size

Definition at line 30 of file COM_cached_mask.hh.

◆ use_feather

bool blender::realtime_compositor::CachedMaskKey::use_feather

Definition at line 32 of file COM_cached_mask.hh.

Referenced by hash().


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