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

#include <COM_cached_mask.hh>

Inherits blender::compositor::CachedResource.

Public Member Functions

 CachedMask (Context &context, Mask *mask, int2 size, int frame, float aspect_ratio, bool use_feather, int motion_blur_samples, float motion_blur_shutter)
 ~CachedMask ()

Public Attributes

Result result
Public Attributes inherited from blender::compositor::CachedResource
bool needed = true

Detailed Description

Definition at line 50 of file COM_cached_mask.hh.

Constructor & Destructor Documentation

◆ CachedMask()

blender::compositor::CachedMask::CachedMask ( Context & context,
Mask * mask,
int2 size,
int frame,
float aspect_ratio,
bool use_feather,
int motion_blur_samples,
float motion_blur_shutter )

◆ ~CachedMask()

blender::compositor::CachedMask::~CachedMask ( )

Definition at line 140 of file cached_mask.cc.

References result.

Member Data Documentation

◆ result

Result blender::compositor::CachedMask::result

Definition at line 52 of file COM_cached_mask.hh.

Referenced by CachedMask(), and ~CachedMask().


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