Blender  V2.93
Public Attributes | List of all members
BLI_AStarGraph Struct Reference

#include <BLI_astar.h>

Public Attributes

int node_num
 
BLI_AStarGNodenodes
 
void * custom_data
 
struct MemArenamem
 

Detailed Description

Definition at line 70 of file BLI_astar.h.

Member Data Documentation

◆ custom_data

void* BLI_AStarGraph::custom_data

◆ mem

struct MemArena* BLI_AStarGraph::mem

◆ node_num

int BLI_AStarGraph::node_num

◆ nodes

BLI_AStarGNode* BLI_AStarGraph::nodes

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