Public Attributes | List of all members
ime::IPathFinderStrategy::Node Struct Reference

A node in the grid. More...

#include <IPathFinderStrategy.h>

Public Attributes

Index parent
 Index of this nodes parent in the grid. More...
 
Index index
 Position of this node in the grid. More...
 

Detailed Description

A node in the grid.

Definition at line 68 of file IPathFinderStrategy.h.

Member Data Documentation

◆ index

Index ime::IPathFinderStrategy::Node::index

Position of this node in the grid.

Definition at line 70 of file IPathFinderStrategy.h.

◆ parent

Index ime::IPathFinderStrategy::Node::parent

Index of this nodes parent in the grid.

Definition at line 69 of file IPathFinderStrategy.h.


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