Blender  V3.3
Public Attributes | List of all members
BLI_AStarGNode Struct Reference

#include <BLI_astar.h>

Public Attributes

struct ListBase neighbor_links
 
voidcustom_data
 

Detailed Description

Definition at line 28 of file BLI_astar.h.

Member Data Documentation

◆ custom_data

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().

◆ neighbor_links

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().


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