Blender V5.0
blender::deg::Node::TypeInfo Struct Reference

#include <deg_node.hh>

Public Member Functions

 TypeInfo (NodeType type, const char *type_name, int id_recalc_tag=0)

Public Attributes

NodeType type
const char * type_name
int id_recalc_tag

Detailed Description

Definition at line 157 of file deg_node.hh.

Constructor & Destructor Documentation

◆ TypeInfo()

blender::deg::Node::TypeInfo::TypeInfo ( NodeType type,
const char * type_name,
int id_recalc_tag = 0 )

Definition at line 255 of file deg_node.cc.

References id_recalc_tag, type, and type_name.

Member Data Documentation

◆ id_recalc_tag

int blender::deg::Node::TypeInfo::id_recalc_tag

Definition at line 161 of file deg_node.hh.

Referenced by TypeInfo().

◆ type

NodeType blender::deg::Node::TypeInfo::type

Definition at line 159 of file deg_node.hh.

Referenced by TypeInfo().

◆ type_name

const char* blender::deg::Node::TypeInfo::type_name

Definition at line 160 of file deg_node.hh.

Referenced by TypeInfo().


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