Blender V2.61 - r43446
|
#include <depsgraph_private.h>
Public Attributes | |
DagNodeQueueElem * | first |
DagNodeQueueElem * | last |
int | count |
int | maxlevel |
struct DagNodeQueue * | freenodes |
Definition at line 88 of file depsgraph_private.h.
Definition at line 92 of file depsgraph_private.h.
Referenced by DAG_pose_sort(), DAG_scene_sort(), get_all_childs(), graph_bfs(), graph_dfs(), graph_print_queue_dist(), pop_queue(), pre_and_post_source_BFS(), pre_and_post_source_DFS(), push_queue(), push_stack(), queue_count(), queue_create(), and queue_raz().
Definition at line 90 of file depsgraph_private.h.
Referenced by get_top_node_queue(), graph_print_queue(), graph_print_queue_dist(), pop_queue(), push_queue(), push_stack(), queue_create(), queue_delete(), and queue_raz().
struct DagNodeQueue* DagNodeQueue::freenodes |
Definition at line 94 of file depsgraph_private.h.
Referenced by pop_queue(), push_queue(), push_stack(), queue_create(), queue_delete(), and queue_raz().
Definition at line 91 of file depsgraph_private.h.
Referenced by pop_queue(), push_queue(), push_stack(), queue_create(), and queue_raz().
Definition at line 93 of file depsgraph_private.h.
Referenced by queue_create().