From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/structNL3D_1_1CPatchIdent.html | 336 ++++++++++++++++++++++++ 1 file changed, 336 insertions(+) create mode 100644 docs/doxygen/nel/structNL3D_1_1CPatchIdent.html (limited to 'docs/doxygen/nel/structNL3D_1_1CPatchIdent.html') diff --git a/docs/doxygen/nel/structNL3D_1_1CPatchIdent.html b/docs/doxygen/nel/structNL3D_1_1CPatchIdent.html new file mode 100644 index 00000000..cad67c12 --- /dev/null +++ b/docs/doxygen/nel/structNL3D_1_1CPatchIdent.html @@ -0,0 +1,336 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1