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