#include <PartitionManager.h>
Inherits MemoryPoolObject, and Snapshot.
Public Member Functions | |
| SightingInfo () | |
| void | reset () |
| Bool | isInvalid () const |
Public Member Functions inherited from MemoryPoolObject | |
| void | deleteInstance () |
Public Member Functions inherited from Snapshot | |
| Snapshot (void) | |
| ~Snapshot (void) | |
Public Attributes | |
| Coord3D | m_where |
| Real | m_howFar |
| PlayerMaskType | m_forWhom |
| UnsignedInt | m_data |
Protected Member Functions | |
| virtual void | crc (Xfer *xfer) |
| virtual void | xfer (Xfer *xfer) |
| virtual void | loadPostProcess () |
Protected Member Functions inherited from MemoryPoolObject | |
| virtual | ~MemoryPoolObject () |
| void * | operator new (size_t s) |
| void | operator delete (void *p) |
| virtual MemoryPool * | getObjectMemoryPool ()=0 |
This class encapsulates one area interaction with PartitionCells. The user decides what to do with it.
Definition at line 246 of file PartitionManager.h.
| SightingInfo::SightingInfo | ( | ) |
Definition at line 5782 of file PartitionManager.cpp.
|
protectedvirtual |
| Bool SightingInfo::isInvalid | ( | ) | const |
Definition at line 5800 of file PartitionManager.cpp.
|
protectedvirtual |
| void SightingInfo::reset | ( | ) |
Resetting sighting info
Definition at line 5790 of file PartitionManager.cpp.
|
protectedvirtual |
Xfer Method Version Info: 1: Initial version
Implements Snapshot.
Definition at line 5818 of file PartitionManager.cpp.
| UnsignedInt SightingInfo::m_data |
Definition at line 260 of file PartitionManager.h.
| PlayerMaskType SightingInfo::m_forWhom |
Definition at line 258 of file PartitionManager.h.
| Real SightingInfo::m_howFar |
Definition at line 257 of file PartitionManager.h.
| Coord3D SightingInfo::m_where |
Definition at line 256 of file PartitionManager.h.