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.

◆ ~Relation()

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

Definition at line 38 of file depsgraph_relation.cc.

References BLI_assert.

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.

Member Data Documentation

◆ flag

◆ from

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

◆ name

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

Definition at line 48 of file depsgraph_relation.hh.

◆ to

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

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