|
Blender V4.5
|
#include <depsgraph_relation.hh>
Public Member Functions | |
| Relation (Node *from, Node *to, const char *description) | |
| void | unlink () |
Public Attributes | |
| Node * | from |
| Node * | to |
| const char * | name |
| int | flag = 0 |
Definition at line 35 of file depsgraph_relation.hh.
Definition at line 36 of file depsgraph_relation.hh.
| void blender::deg::Relation::unlink | ( | ) |
Definition at line 15 of file depsgraph_relation.cc.
References BLI_assert, from, blender::deg::Node::inlinks, blender::deg::Node::outlinks, blender::Vector< T, InlineBufferCapacity, Allocator >::remove_first_occurrence_and_reorder(), and to.
| int blender::deg::Relation::flag = 0 |
Definition at line 48 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 43 of file depsgraph_relation.hh.
Referenced by blender::deg::deg_debug_graphviz_relation_arrowhead(), blender::deg::is_removable_relation(), and unlink().
| const char* blender::deg::Relation::name |
Definition at line 47 of file depsgraph_relation.hh.
| Node* blender::deg::Relation::to |
Definition at line 44 of file depsgraph_relation.hh.
Referenced by blender::deg::deg_debug_graphviz_relation_arrowhead(), blender::deg::is_removable_relation(), and unlink().