From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a03335.html | 152 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 docs/doxygen/nel/a03335.html (limited to 'docs/doxygen/nel/a03335.html') diff --git a/docs/doxygen/nel/a03335.html b/docs/doxygen/nel/a03335.html new file mode 100644 index 00000000..2be81393 --- /dev/null +++ b/docs/doxygen/nel/a03335.html @@ -0,0 +1,152 @@ + + +NeL: NLPACS::CRetrieverInstance::CAStarNodeInfo struct Reference + + + +
+

NLPACS::CRetrieverInstance::CAStarNodeInfo Struct Reference

#include <retriever_instance.h> +

+


Detailed Description

+The information bound to the surfaces nodes.
Author:
Benjamin Legros

+Nevrax France

+
Date:
2001
+ +

+ +

+Definition at line 102 of file retriever_instance.h. + + + + + + + + + + + + + +

Data Fields

float Cost
 The cost to this node.

float F
CAStarNodeAccess Parent
 The parent link.

NLMISC::CVector2f Position
 The position of this node.

+


Field Documentation

+

+ + + + +
+ + +
float NLPACS::CRetrieverInstance::CAStarNodeInfo::Cost +
+
+ + + + + +
+   + + +

+The cost to this node. +

+ +

+Definition at line 108 of file retriever_instance.h. +

+Referenced by NLPACS::CGlobalRetriever::findAStarPath().

+

+ + + + +
+ + +
float NLPACS::CRetrieverInstance::CAStarNodeInfo::F +
+
+ + + + + +
+   + + +

+ +

+Definition at line 109 of file retriever_instance.h. +

+Referenced by NLPACS::CGlobalRetriever::findAStarPath().

+

+ + + + +
+ + +
CAStarNodeAccess NLPACS::CRetrieverInstance::CAStarNodeInfo::Parent +
+
+ + + + + +
+   + + +

+The parent link. +

+ +

+Definition at line 112 of file retriever_instance.h. +

+Referenced by NLPACS::CGlobalRetriever::findAStarPath().

+

+ + + + +
+ + +
NLMISC::CVector2f NLPACS::CRetrieverInstance::CAStarNodeInfo::Position +
+
+ + + + + +
+   + + +

+The position of this node. +

+ +

+Definition at line 105 of file retriever_instance.h. +

+Referenced by NLPACS::CGlobalRetriever::findAStarPath().

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 14:24:08 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1