|
Blender V5.0
|
#include <deg_builder_relations.h>
Public Member Functions | |
| DepsNodeHandle (DepsgraphRelationBuilder *builder, OperationNode *node, const char *default_name="") | |
Public Attributes | |
| DepsgraphRelationBuilder * | builder |
| OperationNode * | node |
| const char * | default_name |
Definition at line 348 of file deg_builder_relations.h.
|
inline |
Definition at line 349 of file deg_builder_relations.h.
References BLI_assert, builder, default_name, and node.
| DepsgraphRelationBuilder* blender::deg::DepsNodeHandle::builder |
Definition at line 357 of file deg_builder_relations.h.
Referenced by add_camera_parameters_relation(), DEG_add_bone_relation(), DEG_add_collection_geometry_relation(), DEG_add_customdata_mask(), DEG_add_depends_on_transform_relation(), DEG_add_generic_id_relation(), DEG_add_node_tree_output_relation(), DEG_add_object_cache_relation(), DEG_add_object_pointcache_relation(), DEG_add_object_relation(), DEG_add_scene_relation(), DEG_add_special_eval_flag(), DEG_get_graph_from_handle(), and DepsNodeHandle().
| const char* blender::deg::DepsNodeHandle::default_name |
Definition at line 359 of file deg_builder_relations.h.
Referenced by DepsNodeHandle().
| OperationNode* blender::deg::DepsNodeHandle::node |
Definition at line 358 of file deg_builder_relations.h.
Referenced by blender::deg::DepsgraphRelationBuilder::add_depends_on_transform_relation(), blender::deg::DepsgraphRelationBuilder::add_node_handle_relation(), DEG_get_id_from_handle(), and DepsNodeHandle().