#include <retriever_instance.h>
Nevrax France
Definition at line 84 of file retriever_instance.h.
Public Member Functions | |
CAStarNodeAccess () | |
bool | operator!= (const CAStarNodeAccess &node) const |
bool | operator== (const CAStarNodeAccess &node) const |
Data Fields | |
sint32 | InstanceId |
uint16 | NodeId |
uint16 | ThroughChain |
|
Definition at line 90 of file retriever_instance.h. References NodeId, and ThroughChain.
00090 :InstanceId(-1), NodeId(0xffff), ThroughChain(0xffff) {} |
|
Definition at line 93 of file retriever_instance.h. References InstanceId, and NodeId.
00093 { return InstanceId != node.InstanceId || NodeId != node.NodeId; } |
|
Definition at line 92 of file retriever_instance.h. References InstanceId, and NodeId.
00092 { return InstanceId == node.InstanceId && NodeId == node.NodeId; } |
|
Definition at line 86 of file retriever_instance.h. Referenced by NLPACS::CGlobalRetriever::findAStarPath(), NLPACS::CGlobalRetriever::getNode(), operator!=(), and operator==(). |
|
Definition at line 87 of file retriever_instance.h. Referenced by CAStarNodeAccess(), NLPACS::CGlobalRetriever::findAStarPath(), NLPACS::CGlobalRetriever::getNode(), operator!=(), and operator==(). |
|
Definition at line 88 of file retriever_instance.h. Referenced by CAStarNodeAccess(). |