Public Member Functions | Public Attributes | List of all members
AStarSearch< UserState >::Node Class Reference

#include <stlastar.h>

Public Member Functions

 Node ()
 

Public Attributes

Nodechild
 
float f
 
float g
 
float h
 
UserState m_UserState
 
Nodeparent
 

Detailed Description

template<class UserState>
class AStarSearch< UserState >::Node

Definition at line 69 of file stlastar.h.

Constructor & Destructor Documentation

◆ Node()

template<class UserState>
AStarSearch< UserState >::Node::Node ( )
inline

Definition at line 78 of file stlastar.h.

Member Data Documentation

◆ child

template<class UserState>
Node* AStarSearch< UserState >::Node::child

Definition at line 72 of file stlastar.h.

◆ f

template<class UserState>
float AStarSearch< UserState >::Node::f

Definition at line 76 of file stlastar.h.

◆ g

template<class UserState>
float AStarSearch< UserState >::Node::g

Definition at line 74 of file stlastar.h.

◆ h

template<class UserState>
float AStarSearch< UserState >::Node::h

Definition at line 75 of file stlastar.h.

◆ m_UserState

template<class UserState>
UserState AStarSearch< UserState >::Node::m_UserState

Definition at line 79 of file stlastar.h.

◆ parent

template<class UserState>
Node* AStarSearch< UserState >::Node::parent

Definition at line 71 of file stlastar.h.


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


stage
Author(s): Richard Vaughan , Brian Gerkey , Reed Hedges , Andrew Howard , Toby Collett , Pooya Karimian , Jeremy Asher , Alex Couture-Beil , Geoff Biggs , Rich Mattes , Abbas Sadat
autogenerated on Mon Feb 28 2022 23:48:56