# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NL3D::CPatchIdent Struct Reference

A landscape patch identifier (zone/patch). More...

#include <patch.h>

Inheritance diagram for NL3D::CPatchIdent:

NL3D::CLandscape::CPatchIdentEx List of all members.

Public Methods

 CPatchIdent ()
 CPatchIdent (sint32 zoneId, uint16 patchId)
bool operator< (const CPatchIdent &p) const
bool operator== (const CPatchIdent &p) const
bool operator!= (const CPatchIdent &p) const

Public Attributes

sint32 ZoneId
uint16 PatchId

Detailed Description

A landscape patch identifier (zone/patch).

Author:
Lionel Berenguier , Nevrax France
Date:
2000

Definition at line 139 of file patch.h.


Constructor & Destructor Documentation

NL3D::CPatchIdent::CPatchIdent   [inline]
 

Definition at line 145 of file patch.h.

Referenced by operator!=, operator<, and operator==.

NL3D::CPatchIdent::CPatchIdent sint32    zoneId,
uint16    patchId
[inline]
 

Definition at line 147 of file patch.h.

References PatchId, and ZoneId.


Member Function Documentation

bool NL3D::CPatchIdent::operator!= const CPatchIdent &    p const [inline]
 

Definition at line 159 of file patch.h.

References CPatchIdent.

bool NL3D::CPatchIdent::operator< const CPatchIdent &    p const [inline]
 

Definition at line 149 of file patch.h.

References CPatchIdent, PatchId, and ZoneId.

bool NL3D::CPatchIdent::operator== const CPatchIdent &    p const [inline]
 

Definition at line 155 of file patch.h.

References CPatchIdent, PatchId, and ZoneId.


Member Data Documentation

uint16 NL3D::CPatchIdent::PatchId
 

Definition at line 142 of file patch.h.

Referenced by CPatchIdent, operator<, and operator==.

sint32 NL3D::CPatchIdent::ZoneId
 

Definition at line 141 of file patch.h.

Referenced by CPatchIdent, operator<, and operator==.


The documentation for this struct was generated from the following file: