Blender V4.3
BLI_AStarGNode Struct Reference

#include <BLI_astar.h>

Public Attributes

struct ListBase neighbor_links
 
void * custom_data
 

Detailed Description

Definition at line 31 of file BLI_astar.h.

Member Data Documentation

◆ custom_data

void* BLI_AStarGNode::custom_data

Definition at line 34 of file BLI_astar.h.

Referenced by BLI_astar_node_init(), and mesh_remap_calc_loops_astar_f_cost().

◆ neighbor_links

struct ListBase BLI_AStarGNode::neighbor_links

Definition at line 32 of file BLI_astar.h.

Referenced by BLI_astar_graph_solve(), and BLI_astar_node_link_add().


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