Blender V2.61 - r43446
Public Attributes

DagNode Struct Reference

#include <depsgraph_private.h>

List of all members.

Public Attributes

int color
short type
float x
float y
float k
void * ob
void * first_ancestor
int ancestor_count
unsigned int lay
unsigned int scelay
uint64_t customdata_mask
int lasttime
int BFS_dist
int DFS_dist
int DFS_dvtm
int DFS_fntm
struct DagAdjListchild
struct DagAdjListparent
struct DagNodenext

Detailed Description

Definition at line 62 of file depsgraph_private.h.


Member Data Documentation

Definition at line 74 of file depsgraph_private.h.

Referenced by graph_bfs(), and pre_and_post_source_BFS().

Definition at line 72 of file depsgraph_private.h.

Referenced by build_dag(), and build_dag_object().

Definition at line 75 of file depsgraph_private.h.

Referenced by graph_dfs(), and pre_and_post_source_DFS().

Definition at line 68 of file depsgraph_private.h.

Referenced by build_dag_object().

float DagNode::k

Definition at line 66 of file depsgraph_private.h.

Referenced by graph_bfs(), graph_dfs(), and pre_and_post_source_DFS().

unsigned int DagNode::lay

Definition at line 70 of file depsgraph_private.h.

Referenced by DAG_on_visible_update(), and flush_layer_node().

void* DagNode::ob
unsigned int DagNode::scelay

Definition at line 71 of file depsgraph_private.h.

Referenced by dag_scene_flush_layers(), flush_layer_node(), and flush_update_node().

float DagNode::x

Definition at line 66 of file depsgraph_private.h.

Referenced by set_node_xy().

float DagNode::y

Definition at line 66 of file depsgraph_private.h.

Referenced by set_node_xy().


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