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

#include <BLI_index_mask_expression.hh>

Inherits blender::index_mask::Expr.

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
 
- Public Attributes inherited from blender::index_mask::Expr
Type type
 
int index
 
Vector< const Expr * > terms
 

Detailed Description

Definition at line 45 of file BLI_index_mask_expression.hh.


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