Blender V5.0
blender::IndexMaskFromSegment Class Reference

#include <BLI_index_mask.hh>

Inherits blender::NonCopyable, and blender::NonMovable.

Public Member Functions

 IndexMaskFromSegment ()
const IndexMaskupdate (IndexMaskSegment segment)

Detailed Description

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 518 of file BLI_index_mask.hh.

Constructor & Destructor Documentation

◆ IndexMaskFromSegment()

blender::index_mask::IndexMaskFromSegment::IndexMaskFromSegment ( )
inline

Definition at line 530 of file BLI_index_mask.hh.

Member Function Documentation

◆ update()

const IndexMask & blender::index_mask::IndexMaskFromSegment::update ( IndexMaskSegment segment)
inline

Definition at line 541 of file BLI_index_mask.hh.


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