Blender
V3.3
|
#include <depsgraph_type.h>
Public Member Functions | |
DEGCustomDataMeshMasks () | |
DEGCustomDataMeshMasks (const CustomData_MeshMasks *other) | |
DEGCustomDataMeshMasks & | operator|= (const DEGCustomDataMeshMasks &other) |
DEGCustomDataMeshMasks | operator| (const DEGCustomDataMeshMasks &other) const |
bool | operator== (const DEGCustomDataMeshMasks &other) const |
bool | operator!= (const DEGCustomDataMeshMasks &other) const |
Static Public Member Functions | |
static DEGCustomDataMeshMasks | MaskVert (const uint64_t vert_mask) |
static DEGCustomDataMeshMasks | MaskEdge (const uint64_t edge_mask) |
static DEGCustomDataMeshMasks | MaskFace (const uint64_t face_mask) |
static DEGCustomDataMeshMasks | MaskLoop (const uint64_t loop_mask) |
static DEGCustomDataMeshMasks | MaskPoly (const uint64_t poly_mask) |
Public Attributes | |
uint64_t | vert_mask |
uint64_t | edge_mask |
uint64_t | face_mask |
uint64_t | loop_mask |
uint64_t | poly_mask |
Definition at line 73 of file depsgraph_type.h.
|
inline |
Definition at line 80 of file depsgraph_type.h.
|
explicit |
Definition at line 38 of file depsgraph_type.cc.
|
inlinestatic |
Definition at line 126 of file depsgraph_type.h.
References result.
Referenced by blender::deg::DepsgraphRelationBuilder::build_object_parent().
|
inlinestatic |
Definition at line 133 of file depsgraph_type.h.
References result.
Referenced by blender::deg::DepsgraphRelationBuilder::build_object_parent().
|
inlinestatic |
Definition at line 140 of file depsgraph_type.h.
References result.
Referenced by blender::deg::DepsgraphRelationBuilder::build_constraints().
|
inlinestatic |
Definition at line 147 of file depsgraph_type.h.
References result.
Referenced by blender::deg::DepsgraphRelationBuilder::build_object_parent().
|
inlinestatic |
Definition at line 119 of file depsgraph_type.h.
References result.
Referenced by blender::deg::DepsgraphRelationBuilder::build_constraints(), blender::deg::DepsgraphRelationBuilder::build_ik_pose(), and blender::deg::DepsgraphRelationBuilder::build_object_parent().
|
inline |
Definition at line 114 of file depsgraph_type.h.
|
inline |
|
inline |
|
inline |
uint64_t blender::deg::DEGCustomDataMeshMasks::edge_mask |
Definition at line 75 of file depsgraph_type.h.
Referenced by operator==(), operator|(), and operator|=().
uint64_t blender::deg::DEGCustomDataMeshMasks::face_mask |
Definition at line 76 of file depsgraph_type.h.
Referenced by operator==(), operator|(), and operator|=().
uint64_t blender::deg::DEGCustomDataMeshMasks::loop_mask |
Definition at line 77 of file depsgraph_type.h.
Referenced by operator==(), operator|(), and operator|=().
uint64_t blender::deg::DEGCustomDataMeshMasks::poly_mask |
Definition at line 78 of file depsgraph_type.h.
Referenced by operator==(), operator|(), and operator|=().
uint64_t blender::deg::DEGCustomDataMeshMasks::vert_mask |
Definition at line 74 of file depsgraph_type.h.
Referenced by operator==(), operator|(), and operator|=().