Blender V2.61 - r43446
|
#include <depsgraph_private.h>
Public Attributes | |
ListBase | DagNode |
struct GHash * | nodeHash |
int | numNodes |
int | is_acyclic |
int | time |
Definition at line 98 of file depsgraph_private.h.
Definition at line 100 of file depsgraph_private.h.
Referenced by build_dag(), dag_add_node(), dag_check_cycle(), dag_get_sub_node(), dag_node_print_dependency_cycle(), DAG_pose_sort(), dag_scene_flush_layers(), DAG_scene_flush_update(), DAG_scene_sort(), free_forest(), get_all_childs(), get_first_ancestors(), get_obparents(), graph_bfs(), graph_dfs(), pre_and_post_BFS(), pre_and_post_DFS(), pre_and_post_source_BFS(), and pre_and_post_source_DFS().
Definition at line 103 of file depsgraph_private.h.
Referenced by is_acyclic().
struct GHash* DagForest::nodeHash |
Definition at line 101 of file depsgraph_private.h.
Referenced by dag_add_node(), dag_find_node(), and free_forest().
Definition at line 102 of file depsgraph_private.h.
Referenced by dag_add_node(), free_forest(), get_all_childs(), and graph_dfs().
int DagForest::time |
Definition at line 104 of file depsgraph_private.h.
Referenced by dag_scene_flush_layers(), DAG_scene_flush_update(), graph_dfs(), and pre_and_post_source_DFS().