HOG2
Public Member Functions | Public Attributes | List of all members
MPLRTA::learnedData Struct Reference

#include <MPLRTAStar.h>

Collaboration diagram for MPLRTA::learnedData:
Collaboration graph
[legend]

Public Member Functions

 learnedData ()
 

Public Attributes

xyLoc theState
 
bool dead
 
double theHeuristic
 

Detailed Description

Definition at line 22 of file MPLRTAStar.h.

Constructor & Destructor Documentation

◆ learnedData()

MPLRTA::learnedData::learnedData ( )
inline

Definition at line 23 of file MPLRTAStar.h.

References dead.

Member Data Documentation

◆ dead

bool MPLRTA::learnedData::dead

Definition at line 25 of file MPLRTAStar.h.

Referenced by learnedData().

◆ theHeuristic

double MPLRTA::learnedData::theHeuristic

Definition at line 26 of file MPLRTAStar.h.

◆ theState

xyLoc MPLRTA::learnedData::theState

Definition at line 24 of file MPLRTAStar.h.


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