|
Blender V4.3
|
#include <depsgraph_relation.hh>
Public Member Functions | |
| Relation (Node *from, Node *to, const char *description) | |
| ~Relation () | |
| void | unlink () |
| MEM_CXX_CLASS_ALLOC_FUNCS ("Relation") | |
Public Attributes | |
| Node * | from |
| Node * | to |
| const char * | name |
| int | flag |
Definition at line 37 of file depsgraph_relation.hh.
Definition at line 18 of file depsgraph_relation.cc.
| blender::deg::Relation::~Relation | ( | ) |
Definition at line 38 of file depsgraph_relation.cc.
References BLI_assert.
| blender::deg::Relation::MEM_CXX_CLASS_ALLOC_FUNCS | ( | "Relation" | ) |
| void blender::deg::Relation::unlink | ( | ) |
Definition at line 44 of file depsgraph_relation.cc.
References BLI_assert.
| int blender::deg::Relation::flag |
Definition at line 49 of file depsgraph_relation.hh.
Referenced by blender::deg::Depsgraph::add_new_relation(), blender::deg::DepsgraphRelationBuilder::build_copy_on_write_relations(), DEG_add_object_pointcache_relation(), blender::deg::deg_debug_graphviz_relation_color(), and blender::deg::deg_debug_graphviz_relation_style().
| Node* blender::deg::Relation::from |
Definition at line 44 of file depsgraph_relation.hh.
Referenced by blender::deg::deg_debug_graphviz_relation_arrowhead(), and blender::deg::is_removable_relation().
| const char* blender::deg::Relation::name |
Definition at line 48 of file depsgraph_relation.hh.
| Node* blender::deg::Relation::to |
Definition at line 45 of file depsgraph_relation.hh.
Referenced by blender::deg::deg_debug_graphviz_relation_arrowhead(), and blender::deg::is_removable_relation().