Blender V5.0
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.

References from, name, and to.

Member Function Documentation

◆ unlink()

void blender::deg::Relation::unlink ( )

Definition at line 15 of file depsgraph_relation.cc.

References BLI_assert, from, and to.

Referenced by blender::deg::deg_graph_transitive_reduction().

Member Data Documentation

◆ flag

◆ from

◆ name

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

◆ to


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