Blender  V3.3
Public Member Functions | Public Attributes | List of all members
blender::fn::InstructionIndices Struct Reference

Public Member Functions

IndexMask mask () const
 

Public Attributes

bool is_owned
 
Vector< int64_towned_indices
 
IndexMask referenced_indices
 

Detailed Description

An index mask, that might own the indices if necessary.

Definition at line 1089 of file multi_function_procedure_executor.cc.

Member Function Documentation

◆ mask()

IndexMask blender::fn::InstructionIndices::mask ( ) const
inline

Member Data Documentation

◆ is_owned

bool blender::fn::InstructionIndices::is_owned

◆ owned_indices

Vector<int64_t> blender::fn::InstructionIndices::owned_indices

◆ referenced_indices

IndexMask blender::fn::InstructionIndices::referenced_indices

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