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/a03336.html | 256 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 256 insertions(+) create mode 100644 docs/doxygen/nel/a03336.html (limited to 'docs/doxygen/nel/a03336.html') diff --git a/docs/doxygen/nel/a03336.html b/docs/doxygen/nel/a03336.html new file mode 100644 index 00000000..45a25017 --- /dev/null +++ b/docs/doxygen/nel/a03336.html @@ -0,0 +1,256 @@ + + +NeL: NLPACS::CRetrieverInstance::CLink class Reference + + + +
+

NLPACS::CRetrieverInstance::CLink Class Reference

#include <retriever_instance.h> +

+


Detailed Description

+A neighbor link +

+ +

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

Public Member Functions

 CLink ()
void reset ()
void serial (NLMISC::IStream &f)

Data Fields

uint16 BorderChainId
uint16 ChainId
uint16 Instance
uint16 SurfaceId
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLPACS::CRetrieverInstance::CLink::CLink  )  [inline]
+
+ + + + + +
+   + + +

+ +

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

+References reset(). +

+

00069 { reset(); }
+
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NLPACS::CRetrieverInstance::CLink::reset void   )  [inline]
+
+ + + + + +
+   + + +

+ +

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

+Referenced by CLink(). +

+

00070 { Instance = 0xFFFF; BorderChainId = 0xFFFF; ChainId = 0xFFFF; SurfaceId = 0xFFFF; }
+
+

+ + + + +
+ + + + + + + + + + +
void NLPACS::CRetrieverInstance::CLink::serial NLMISC::IStream f  )  [inline]
+
+ + + + + +
+   + + +

+ +

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

+References NLMISC::IStream::serial(). +

+

00071 { f.serial(Instance, BorderChainId, ChainId, SurfaceId); }
+
+


Field Documentation

+

+ + + + +
+ + +
uint16 NLPACS::CRetrieverInstance::CLink::BorderChainId +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by NLPACS::CGlobalRetriever::check(), and NLPACS::CRetrieverInstance::linkEdgeQuad().

+

+ + + + +
+ + +
uint16 NLPACS::CRetrieverInstance::CLink::ChainId +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by NLPACS::CGlobalRetriever::check(), and NLPACS::CRetrieverInstance::linkEdgeQuad().

+

+ + + + +
+ + +
uint16 NLPACS::CRetrieverInstance::CLink::Instance +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by NLPACS::CGlobalRetriever::check(), NLPACS::CGlobalRetriever::findAStarPath(), NLPACS::CGlobalRetriever::findCollisionChains(), and NLPACS::CRetrieverInstance::linkEdgeQuad().

+

+ + + + +
+ + +
uint16 NLPACS::CRetrieverInstance::CLink::SurfaceId +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by NLPACS::CGlobalRetriever::check(), NLPACS::CGlobalRetriever::findAStarPath(), NLPACS::CGlobalRetriever::findCollisionChains(), and NLPACS::CRetrieverInstance::linkEdgeQuad().

+


The documentation for this class 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