Inheritance diagram for NL3D::CLandscape::CPatchIdentEx:
Public Member Functions | |
bool | operator!= (const CPatchIdent &p) const |
bool | operator< (const CPatchIdent &p) const |
bool | operator== (const CPatchIdent &p) const |
Data Fields | |
const CPatch * | Patch |
uint16 | PatchId |
sint32 | ZoneId |
|
Definition at line 162 of file patch.h.
00163 { 00164 return !(*this==p); 00165 } |
|
Definition at line 152 of file patch.h. References NL3D::CPatchIdent::PatchId, and NL3D::CPatchIdent::ZoneId.
|
|
Definition at line 158 of file patch.h. References NL3D::CPatchIdent::PatchId, and NL3D::CPatchIdent::ZoneId.
|
|
Definition at line 862 of file landscape.h. Referenced by NL3D::CLandscape::addPatchBlocksInBBox(), NL3D::CLandscape::addTrianglesInBBox(), and NL3D::CLandscape::addZone(). |
|
|