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/a02388.html | 279 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 279 insertions(+) create mode 100644 docs/doxygen/nel/a02388.html (limited to 'docs/doxygen/nel/a02388.html') diff --git a/docs/doxygen/nel/a02388.html b/docs/doxygen/nel/a02388.html new file mode 100644 index 00000000..2518ed3b --- /dev/null +++ b/docs/doxygen/nel/a02388.html @@ -0,0 +1,279 @@ + + +NeL: NLPACS::CCollisionSurfaceTemp::CDistanceSurface class Reference + + + +
+

NLPACS::CCollisionSurfaceTemp::CDistanceSurface Class Reference

#include <collision_surface_temp.h> +

+ + + + + + + + + + + + + + + + + + +

Public Member Functions

 CDistanceSurface (float distance, uint16 surface, uint16 instance, bool foundCloseEdge)
 CDistanceSurface ()
bool operator() (const CDistanceSurface &a, const CDistanceSurface &b) const

Data Fields

float Distance
bool FoundCloseEdge
uint16 Instance
uint16 Surface
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLPACS::CCollisionSurfaceTemp::CDistanceSurface::CDistanceSurface  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 264 of file collision_surface_temp.h. +

+

00264 {}
+
+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NLPACS::CCollisionSurfaceTemp::CDistanceSurface::CDistanceSurface float  distance,
uint16  surface,
uint16  instance,
bool  foundCloseEdge
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 265 of file collision_surface_temp.h. +

+References FoundCloseEdge, Instance, and uint16. +

+

00265 : Surface(surface), Instance(instance), Distance(distance), FoundCloseEdge(foundCloseEdge) {}
+
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
bool NLPACS::CCollisionSurfaceTemp::CDistanceSurface::operator() const CDistanceSurface a,
const CDistanceSurface b
const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 267 of file collision_surface_temp.h. +

+References Distance. +

+

00268                 {
+00269                         return a.Distance < b.Distance;
+00270                 }
+
+


Field Documentation

+

+ + + + +
+ + +
float NLPACS::CCollisionSurfaceTemp::CDistanceSurface::Distance +
+
+ + + + + +
+   + + +

+ +

+Definition at line 262 of file collision_surface_temp.h. +

+Referenced by operator()().

+

+ + + + +
+ + +
bool NLPACS::CCollisionSurfaceTemp::CDistanceSurface::FoundCloseEdge +
+
+ + + + + +
+   + + +

+ +

+Definition at line 263 of file collision_surface_temp.h. +

+Referenced by CDistanceSurface().

+

+ + + + +
+ + +
uint16 NLPACS::CCollisionSurfaceTemp::CDistanceSurface::Instance +
+
+ + + + + +
+   + + +

+ +

+Definition at line 261 of file collision_surface_temp.h. +

+Referenced by CDistanceSurface().

+

+ + + + +
+ + +
uint16 NLPACS::CCollisionSurfaceTemp::CDistanceSurface::Surface +
+
+ + + + + +
+   + + +

+ +

+Definition at line 260 of file collision_surface_temp.h.

+


The documentation for this class was generated from the following file: +
Generated on Tue Mar 16 14:11:54 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1