Blender  V3.3
Public Member Functions | Public Attributes | List of all members
blender::deg::ComponentKey Struct Reference

#include <deg_builder_relations.h>

Public Member Functions

 ComponentKey ()
 
 ComponentKey (ID *id, NodeType type, const char *name="")
 
string identifier () const
 

Public Attributes

IDid
 
NodeType type
 
const char * name
 

Detailed Description

Definition at line 96 of file deg_builder_relations.h.

Constructor & Destructor Documentation

◆ ComponentKey() [1/2]

blender::deg::ComponentKey::ComponentKey ( )

Definition at line 33 of file deg_builder_relations_keys.cc.

References blender::deg::UNDEFINED.

◆ ComponentKey() [2/2]

blender::deg::ComponentKey::ComponentKey ( ID id,
NodeType  type,
const char *  name = "" 
)

Definition at line 37 of file deg_builder_relations_keys.cc.

Member Function Documentation

◆ identifier()

string blender::deg::ComponentKey::identifier ( ) const

Definition at line 42 of file deg_builder_relations_keys.cc.

References id, name, ID::name, blender::deg::nodeTypeAsString(), result, and type.

Member Data Documentation

◆ id

ID* blender::deg::ComponentKey::id

◆ name

const char* blender::deg::ComponentKey::name

◆ type

NodeType blender::deg::ComponentKey::type

The documentation for this struct was generated from the following files: