|
Blender V4.3
|
#include <depsgraph_type.hh>
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 79 of file depsgraph_type.hh.
|
inline |
Definition at line 86 of file depsgraph_type.hh.
|
explicit |
Definition at line 37 of file depsgraph_type.cc.
|
inlinestatic |
Definition at line 132 of file depsgraph_type.hh.
References edge_mask, and result.
Referenced by blender::deg::DepsgraphRelationBuilder::build_object_parent().
|
inlinestatic |
Definition at line 139 of file depsgraph_type.hh.
References face_mask, and result.
Referenced by blender::deg::DepsgraphRelationBuilder::build_object_parent().
|
inlinestatic |
Definition at line 146 of file depsgraph_type.hh.
References loop_mask, and result.
Referenced by blender::deg::DepsgraphRelationBuilder::build_constraints().
|
inlinestatic |
Definition at line 153 of file depsgraph_type.hh.
References poly_mask, and result.
Referenced by blender::deg::DepsgraphRelationBuilder::build_object_parent().
|
inlinestatic |
Definition at line 125 of file depsgraph_type.hh.
References result, and vert_mask.
Referenced by blender::deg::DepsgraphRelationBuilder::build_constraints(), blender::deg::DepsgraphRelationBuilder::build_ik_pose(), and blender::deg::DepsgraphRelationBuilder::build_object_parent().
|
inline |
Definition at line 120 of file depsgraph_type.hh.
|
inline |
Definition at line 113 of file depsgraph_type.hh.
|
inline |
Definition at line 102 of file depsgraph_type.hh.
|
inline |
Definition at line 92 of file depsgraph_type.hh.
References vert_mask.
| uint64_t blender::deg::DEGCustomDataMeshMasks::edge_mask |
Definition at line 81 of file depsgraph_type.hh.
Referenced by MaskEdge().
| uint64_t blender::deg::DEGCustomDataMeshMasks::face_mask |
Definition at line 82 of file depsgraph_type.hh.
Referenced by MaskFace().
| uint64_t blender::deg::DEGCustomDataMeshMasks::loop_mask |
Definition at line 83 of file depsgraph_type.hh.
Referenced by MaskLoop().
| uint64_t blender::deg::DEGCustomDataMeshMasks::poly_mask |
Definition at line 84 of file depsgraph_type.hh.
Referenced by MaskPoly().
| uint64_t blender::deg::DEGCustomDataMeshMasks::vert_mask |
Definition at line 80 of file depsgraph_type.hh.
Referenced by MaskVert(), operator|(), and operator|=().