Blender V4.5
blender::deg::Relation Struct Reference

#include <depsgraph_relation.hh>

Public Member Functions

 Relation (Node *from, Node *to, const char *description)
 
void unlink ()
 

Public Attributes

Nodefrom
 
Nodeto
 
const char * name
 
int flag = 0
 

Detailed Description

Definition at line 35 of file depsgraph_relation.hh.

Constructor & Destructor Documentation

◆ Relation()

blender::deg::Relation::Relation ( Node * from,
Node * to,
const char * description )
inline

Definition at line 36 of file depsgraph_relation.hh.

Member Function Documentation

◆ unlink()

Member Data Documentation

◆ flag

◆ from

Node* blender::deg::Relation::from

◆ name

const char* blender::deg::Relation::name

Definition at line 47 of file depsgraph_relation.hh.

◆ to

Node* blender::deg::Relation::to

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