|
Blender V4.3
|
#include <BLI_index_mask.hh>
Inherits blender::NonCopyable, and blender::NonMovable.
Public Member Functions | |
| IndexMaskFromSegment () | |
| const IndexMask & | update (IndexMaskSegment segment) |
Utility that makes it efficient to build many small index masks from segments one after another. The class has to be constructed once. Afterwards, update has to be called to fill the mask with the provided segment.
Definition at line 503 of file BLI_index_mask.hh.
|
inline |
Definition at line 515 of file BLI_index_mask.hh.
References blender::index_mask::IndexMask::data_for_inplace_construction().
|
inline |
Definition at line 526 of file BLI_index_mask.hh.
References BLI_assert, blender::index_mask::IndexMask::data_for_inplace_construction(), and blender::index_mask::max_segment_size.
Referenced by blender::fn::multi_function::build::detail::execute_materialized().