Blender
V3.3
|
#include <deg_builder_relations.h>
Public Member Functions | |
OperationKey () | |
OperationKey (ID *id, NodeType component_type, const char *name, int name_tag=-1) | |
OperationKey (ID *id, NodeType component_type, const char *component_name, const char *name, int name_tag) | |
OperationKey (ID *id, NodeType component_type, OperationCode opcode) | |
OperationKey (ID *id, NodeType component_type, const char *component_name, OperationCode opcode) | |
OperationKey (ID *id, NodeType component_type, OperationCode opcode, const char *name, int name_tag=-1) | |
OperationKey (ID *id, NodeType component_type, const char *component_name, OperationCode opcode, const char *name, int name_tag=-1) | |
string | identifier () const |
Public Attributes | |
ID * | id |
NodeType | component_type |
const char * | component_name |
OperationCode | opcode |
const char * | name |
int | name_tag |
Definition at line 107 of file deg_builder_relations.h.
blender::deg::OperationKey::OperationKey | ( | ) |
Definition at line 58 of file deg_builder_relations_keys.cc.
References blender::deg::OPERATION, and blender::deg::UNDEFINED.
blender::deg::OperationKey::OperationKey | ( | ID * | id, |
NodeType | component_type, | ||
const char * | name, | ||
int | name_tag = -1 |
||
) |
Definition at line 68 of file deg_builder_relations_keys.cc.
References blender::deg::OPERATION.
blender::deg::OperationKey::OperationKey | ( | ID * | id, |
NodeType | component_type, | ||
const char * | component_name, | ||
const char * | name, | ||
int | name_tag | ||
) |
Definition at line 78 of file deg_builder_relations_keys.cc.
References blender::deg::OPERATION.
blender::deg::OperationKey::OperationKey | ( | ID * | id, |
NodeType | component_type, | ||
OperationCode | opcode | ||
) |
Definition at line 89 of file deg_builder_relations_keys.cc.
blender::deg::OperationKey::OperationKey | ( | ID * | id, |
NodeType | component_type, | ||
const char * | component_name, | ||
OperationCode | opcode | ||
) |
Definition at line 99 of file deg_builder_relations_keys.cc.
blender::deg::OperationKey::OperationKey | ( | ID * | id, |
NodeType | component_type, | ||
OperationCode | opcode, | ||
const char * | name, | ||
int | name_tag = -1 |
||
) |
Definition at line 112 of file deg_builder_relations_keys.cc.
blender::deg::OperationKey::OperationKey | ( | ID * | id, |
NodeType | component_type, | ||
const char * | component_name, | ||
OperationCode | opcode, | ||
const char * | name, | ||
int | name_tag = -1 |
||
) |
Definition at line 123 of file deg_builder_relations_keys.cc.
string blender::deg::OperationKey::identifier | ( | ) | const |
Definition at line 138 of file deg_builder_relations_keys.cc.
References component_name, component_type, name, blender::deg::nodeTypeAsString(), opcode, blender::deg::operationCodeAsString(), and result.
const char* blender::deg::OperationKey::component_name |
Definition at line 129 of file deg_builder_relations.h.
Referenced by blender::deg::DepsgraphRelationBuilder::find_node(), and identifier().
NodeType blender::deg::OperationKey::component_type |
Definition at line 128 of file deg_builder_relations.h.
Referenced by blender::deg::DepsgraphRelationBuilder::find_node(), and identifier().
ID* blender::deg::OperationKey::id |
Definition at line 127 of file deg_builder_relations.h.
Referenced by blender::deg::DepsgraphRelationBuilder::build_collection(), and blender::deg::DepsgraphRelationBuilder::find_node().
const char* blender::deg::OperationKey::name |
Definition at line 131 of file deg_builder_relations.h.
Referenced by blender::deg::DepsgraphRelationBuilder::find_node(), blender::deg::DepsgraphRelationBuilder::get_node(), and identifier().
int blender::deg::OperationKey::name_tag |
Definition at line 132 of file deg_builder_relations.h.
Referenced by blender::deg::DepsgraphRelationBuilder::find_node().
OperationCode blender::deg::OperationKey::opcode |
Definition at line 130 of file deg_builder_relations.h.
Referenced by blender::deg::DepsgraphRelationBuilder::find_node(), blender::deg::DepsgraphRelationBuilder::get_node(), and identifier().