60 lines
2.1 KiB
TeX
60 lines
2.1 KiB
TeX
\hypertarget{_a_star_8cpp}{
|
|
\section{src/libUnuk/AStar.cpp File Reference}
|
|
\label{_a_star_8cpp}\index{src/libUnuk/AStar.cpp@{src/libUnuk/AStar.cpp}}
|
|
}
|
|
{\ttfamily \#include $<$stdlib.h$>$}\par
|
|
{\ttfamily \#include \char`\"{}AStar.h\char`\"{}}\par
|
|
{\ttfamily \#include \char`\"{}Node.h\char`\"{}}\par
|
|
\subsection*{Functions}
|
|
\begin{DoxyCompactItemize}
|
|
\item
|
|
\hyperlink{class_node}{Node} AStar::$\ast$ \hyperlink{_a_star_8cpp_a2a890e9394c92425d095475eb32414ab}{Pop} (void)
|
|
\item
|
|
\hyperlink{class_node}{Node} AStar::$\ast$ \hyperlink{_a_star_8cpp_a63d29989b6c8be8ca755005b31c93d2c}{CheckList} (\hyperlink{class_node}{Node} $\ast$node, int id)
|
|
\item
|
|
\hyperlink{class_node}{Node} AStar::$\ast$ \hyperlink{_a_star_8cpp_a5242fe86fc1b29c82815726805e456ad}{GetBest} (void)
|
|
\end{DoxyCompactItemize}
|
|
|
|
|
|
\subsection{Function Documentation}
|
|
\hypertarget{_a_star_8cpp_a63d29989b6c8be8ca755005b31c93d2c}{
|
|
\index{AStar.cpp@{AStar.cpp}!CheckList@{CheckList}}
|
|
\index{CheckList@{CheckList}!AStar.cpp@{AStar.cpp}}
|
|
\subsubsection[{CheckList}]{\setlength{\rightskip}{0pt plus 5cm}{\bf Node} AStar::$\ast$ CheckList (
|
|
\begin{DoxyParamCaption}
|
|
\item[{{\bf Node} $\ast$}]{node, }
|
|
\item[{int}]{id}
|
|
\end{DoxyParamCaption}
|
|
)}}
|
|
\label{_a_star_8cpp_a63d29989b6c8be8ca755005b31c93d2c}
|
|
|
|
|
|
Definition at line 265 of file AStar.cpp.
|
|
|
|
\hypertarget{_a_star_8cpp_a5242fe86fc1b29c82815726805e456ad}{
|
|
\index{AStar.cpp@{AStar.cpp}!GetBest@{GetBest}}
|
|
\index{GetBest@{GetBest}!AStar.cpp@{AStar.cpp}}
|
|
\subsubsection[{GetBest}]{\setlength{\rightskip}{0pt plus 5cm}{\bf Node} AStar::$\ast$ GetBest (
|
|
\begin{DoxyParamCaption}
|
|
\item[{void}]{}
|
|
\end{DoxyParamCaption}
|
|
)}}
|
|
\label{_a_star_8cpp_a5242fe86fc1b29c82815726805e456ad}
|
|
|
|
|
|
Definition at line 276 of file AStar.cpp.
|
|
|
|
\hypertarget{_a_star_8cpp_a2a890e9394c92425d095475eb32414ab}{
|
|
\index{AStar.cpp@{AStar.cpp}!Pop@{Pop}}
|
|
\index{Pop@{Pop}!AStar.cpp@{AStar.cpp}}
|
|
\subsubsection[{Pop}]{\setlength{\rightskip}{0pt plus 5cm}{\bf Node} AStar::$\ast$ Pop (
|
|
\begin{DoxyParamCaption}
|
|
\item[{void}]{}
|
|
\end{DoxyParamCaption}
|
|
)}}
|
|
\label{_a_star_8cpp_a2a890e9394c92425d095475eb32414ab}
|
|
|
|
|
|
Definition at line 255 of file AStar.cpp.
|
|
|