Blender  V3.3
Public Member Functions | Public Attributes | List of all members
blender::deg::Relation Struct Reference

#include <depsgraph_relation.h>

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 34 of file depsgraph_relation.h.

Constructor & Destructor Documentation

◆ Relation()

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

◆ ~Relation()

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

Definition at line 37 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 ( )

Member Data Documentation

◆ flag

int blender::deg::Relation::flag

◆ from

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

◆ name

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

◆ to

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

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