Blender V4.5
blender::index_mask::AtomicExpr Struct Reference

#include <BLI_index_mask_expression.hh>

Inherits blender::index_mask::Expr.

Public Attributes

const IndexMask * mask
 
- Public Attributes inherited from blender::index_mask::Expr
Type type
 
int index
 
Vector< const Expr * > terms
 

Additional Inherited Members

- Public Types inherited from blender::index_mask::Expr
enum class  Type { Atomic , Union , Intersection , Difference }
 
- Public Member Functions inherited from blender::index_mask::Expr
int expression_array_size () const
 
const AtomicExpr & as_atomic () const
 
const UnionExpr & as_union () const
 
const IntersectionExpr & as_intersection () const
 
const DifferenceExpr & as_difference () const
 

Detailed Description

Definition at line 41 of file BLI_index_mask_expression.hh.

Member Data Documentation

◆ mask


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