|
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 227 of file deg_node_component.hh.
|
inlineoverridevirtual |
Reimplemented from blender::deg::ComponentNode.
Definition at line 228 of file deg_node_component.hh.
References blender::deg::IDNode::id_type, ID_TYPE_SUPPORTS_PARAMS_WITHOUT_COW, and blender::deg::ComponentNode::owner.
| blender::deg::ParametersComponentNode::DEG_COMPONENT_NODE_DECLARE |
Definition at line 238 of file deg_node_component.hh.