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/a02381.html | 211 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 211 insertions(+) create mode 100644 docs/doxygen/nel/a02381.html (limited to 'docs/doxygen/nel/a02381.html') diff --git a/docs/doxygen/nel/a02381.html b/docs/doxygen/nel/a02381.html new file mode 100644 index 00000000..56a173b3 --- /dev/null +++ b/docs/doxygen/nel/a02381.html @@ -0,0 +1,211 @@ + + +NeL: NLPACS::CCollisionMeshBuild::CEdgeKey struct Reference + + + +
+

NLPACS::CCollisionMeshBuild::CEdgeKey Struct Reference

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

Public Member Functions

 CEdgeKey (uint32 v0, uint32 v1)
 CEdgeKey ()
bool operator() (const CEdgeKey &a, const CEdgeKey &b) const

Data Fields

uint32 V0
uint32 V1
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLPACS::CCollisionMeshBuild::CEdgeKey::CEdgeKey  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 116 of file collision_mesh_build.h. +

+

00116 {}
+
+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLPACS::CCollisionMeshBuild::CEdgeKey::CEdgeKey uint32  v0,
uint32  v1
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 117 of file collision_mesh_build.h. +

+References uint32. +

+

00117 : V0(v0), V1(v1) {}
+
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
bool NLPACS::CCollisionMeshBuild::CEdgeKey::operator() const CEdgeKey a,
const CEdgeKey b
const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 119 of file collision_mesh_build.h. +

+References V0, and V1. +

+

00120                 {
+00121                         return a.V0 < b.V0 || (a.V0 == b.V0 && a.V1 < b.V1);
+00122                 }
+
+


Field Documentation

+

+ + + + +
+ + +
uint32 NLPACS::CCollisionMeshBuild::CEdgeKey::V0 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 113 of file collision_mesh_build.h. +

+Referenced by operator()().

+

+ + + + +
+ + +
uint32 NLPACS::CCollisionMeshBuild::CEdgeKey::V1 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 114 of file collision_mesh_build.h. +

+Referenced by operator()().

+


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