Blender
V3.3
|
#include <BLI_astar.h>
Public Attributes | |
struct ListBase | neighbor_links |
void * | custom_data |
Definition at line 28 of file BLI_astar.h.
void* BLI_AStarGNode::custom_data |
Definition at line 31 of file BLI_astar.h.
Referenced by BLI_astar_node_init(), and mesh_remap_calc_loops_astar_f_cost().
struct ListBase BLI_AStarGNode::neighbor_links |
Definition at line 25 of file BLI_astar.h.
Referenced by BLI_astar_graph_solve(), and BLI_astar_node_link_add().