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

#include <depsgraph_relation.hh>

Public Member Functions

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

Public Attributes

Nodefrom
Nodeto
const char * name
int flag

Detailed Description

Definition at line 37 of file depsgraph_relation.hh.

Constructor & Destructor Documentation

◆ Relation()

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

Definition at line 18 of file depsgraph_relation.cc.

References flag, from, name, and to.

◆ ~Relation()

blender::deg::Relation::~Relation ( )

Definition at line 38 of file depsgraph_relation.cc.

References BLI_assert, from, and to.

Member Function Documentation

◆ MEM_CXX_CLASS_ALLOC_FUNCS()

blender::deg::Relation::MEM_CXX_CLASS_ALLOC_FUNCS ( "Relation" )

◆ unlink()

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

Definition at line 44 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: