|
Blender V4.3
|
#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 |
Definition at line 43 of file BLI_index_mask_expression.hh.