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/a03499.html | 119 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 docs/doxygen/nel/a03499.html (limited to 'docs/doxygen/nel/a03499.html') diff --git a/docs/doxygen/nel/a03499.html b/docs/doxygen/nel/a03499.html new file mode 100644 index 00000000..867efb40 --- /dev/null +++ b/docs/doxygen/nel/a03499.html @@ -0,0 +1,119 @@ + + +NeL: NL3D::CTextureFar::CPatchIdent struct Reference + + + +
+

NL3D::CTextureFar::CPatchIdent Struct Reference

+ + + + + + + + + +

Public Member Functions

bool operator< (const CPatchIdent &rhs) const

Data Fields

uint FarIndex
CPatchPatch
+

Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
bool NL3D::CTextureFar::CPatchIdent::operator< const CPatchIdent rhs  )  const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 153 of file texture_far.h. +

+References FarIndex, and Patch. +

+

00154                 {
+00155                         return (Patch != rhs.Patch) ? Patch < rhs.Patch : FarIndex < rhs.FarIndex;      
+00156                 }
+
+


Field Documentation

+

+ + + + +
+ + +
uint NL3D::CTextureFar::CPatchIdent::FarIndex +
+
+ + + + + +
+   + + +

+ +

+Definition at line 151 of file texture_far.h. +

+Referenced by NL3D::CTextureFar::allocatePatch(), operator<(), NL3D::CTextureFar::rebuildPatch(), and NL3D::CTextureFar::removePatch().

+

+ + + + +
+ + +
CPatch* NL3D::CTextureFar::CPatchIdent::Patch +
+
+ + + + + +
+   + + +

+ +

+Definition at line 150 of file texture_far.h. +

+Referenced by NL3D::CTextureFar::allocatePatch(), operator<(), NL3D::CTextureFar::rebuildPatch(), and NL3D::CTextureFar::removePatch().

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 07:56:58 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1