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

#include <COM_bokeh_kernel.hh>

Inherits blender::compositor::CachedResource.

Public Member Functions

 BokehKernel (Context &context, int2 size, int sides, float rotation, float roundness, float catadioptric, float lens_shift)
 ~BokehKernel ()

Public Attributes

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

Detailed Description

Definition at line 45 of file COM_bokeh_kernel.hh.

Constructor & Destructor Documentation

◆ BokehKernel()

blender::compositor::BokehKernel::BokehKernel ( Context & context,
int2 size,
int sides,
float rotation,
float roundness,
float catadioptric,
float lens_shift )

Definition at line 55 of file bokeh_kernel.cc.

References result, and size().

◆ ~BokehKernel()

blender::compositor::BokehKernel::~BokehKernel ( )

Definition at line 74 of file bokeh_kernel.cc.

References result.

Member Data Documentation

◆ result

Result blender::compositor::BokehKernel::result

Definition at line 47 of file COM_bokeh_kernel.hh.

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


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