|
Blender V5.0
|
#include <modifier.hh>
Public Member Functions | |
| MaskSamplerDirectFloat (const ImBuf *mask) | |
| void | begin_row (int64_t y) |
| void | apply_mask (const float4 input, float4 &result) |
| float | load_mask_min () |
Public Attributes | |
| const float * | ptr = nullptr |
| const ImBuf * | mask |
Definition at line 97 of file modifier.hh.
|
inline |
Definition at line 98 of file modifier.hh.
References BLI_assert, and mask.
|
inline |
Definition at line 107 of file modifier.hh.
References input, blender::math::interpolate(), ptr, and result.
|
inline |
Definition at line 102 of file modifier.hh.
References BLI_assert, mask, ptr, and y.
|
inline |
Definition at line 115 of file modifier.hh.
| const ImBuf* blender::seq::MaskSamplerDirectFloat::mask |
Definition at line 122 of file modifier.hh.
Referenced by begin_row(), and MaskSamplerDirectFloat().
Definition at line 121 of file modifier.hh.
Referenced by apply_mask(), begin_row(), and load_mask_min().