|
Blender V4.3
|
#include <deg_node_component.hh>
Inherits blender::deg::ComponentNode.
Public Attributes | |
| DEG_COMPONENT_NODE_DECLARE | |
Public Attributes inherited from blender::deg::ComponentNode | |
| IDNode * | owner |
| Map< ComponentNode::OperationIDKey, OperationNode * > * | operations_map |
| Vector< OperationNode * > | operations |
| OperationNode * | entry_operation |
| OperationNode * | exit_operation |
| bool | possibly_affects_visible_id |
| bool | affects_visible_id |
Public Attributes inherited from blender::deg::Node | |
| string | name |
| NodeType | type |
| Relations | inlinks |
| Relations | outlinks |
| Stats | stats |
| int | custom_flags |
Additional Inherited Members | |
Public Types inherited from blender::deg::Node | |
| using | Relations = Vector<Relation *> |
Definition at line 242 of file deg_node_component.hh.
|
inlineoverridevirtual |
Reimplemented from blender::deg::ComponentNode.
Definition at line 243 of file deg_node_component.hh.
References ID_RECALC_FRAME_CHANGE.
| blender::deg::AudioComponentNode::DEG_COMPONENT_NODE_DECLARE |
Definition at line 250 of file deg_node_component.hh.