MRSL JPS3D Library  1.1
An implementaion of Jump Point Search on 3D voxel map
Public Member Functions | Public Attributes | List of all members
DMP::State Struct Reference

Node of the graph in graph search. More...

#include <graph_search.h>

Public Member Functions

 State (int id, int x, int y)
 2D constructor
 
 State (int id, int x, int y, int z)
 3D constructor
 

Public Attributes

int id
 ID.
 
int x
 Coord.
 
int y
 
int z = 0
 
int parentId = -1
 id of predicessors
 
priorityQueue::handle_type heapkey
 pointer to heap location
 
double g = std::numeric_limits<double>::infinity()
 g cost
 
double h
 heuristic cost
 
bool opened = false
 if has been opened
 
bool closed = false
 if has been closed
 

Detailed Description

Node of the graph in graph search.


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