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

NLPACS::CExteriorEdgeEntry Class Reference

#include <collision_surface_temp.h> +

+


Detailed Description

+Temp collision data used for exterior mesh collision detection.
Author:
Benjamin Legros

+Nevrax France

+
Date:
2001
+ +

+ +

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

Public Member Functions

void serial (NLMISC::IStream &f)

Data Fields

uint16 ChainId
 The id of the interior chain id.

uint16 EdgeId
 The id of the edge.

CSurfaceIdent Exterior
 The interior and exterior surfaces along this edge.

CSurfaceIdent Interior
 The interior and exterior surfaces along this edge.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NLPACS::CExteriorEdgeEntry::serial NLMISC::IStream f  )  [inline]
+
+ + + + + +
+   + + +

+ +

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

+References Exterior, Interior, and NLMISC::IStream::serial(). +

+

00149 { f.serial(EdgeId, ChainId, Interior, Exterior); }
+
+


Field Documentation

+

+ + + + +
+ + +
uint16 NLPACS::CExteriorEdgeEntry::ChainId +
+
+ + + + + +
+   + + +

+The id of the interior chain id. +

+ +

+Definition at line 145 of file collision_surface_temp.h.

+

+ + + + +
+ + +
uint16 NLPACS::CExteriorEdgeEntry::EdgeId +
+
+ + + + + +
+   + + +

+The id of the edge. +

+ +

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

+Referenced by NLPACS::CRetrieverInstance::testExteriorCollision().

+

+ + + + +
+ + +
CSurfaceIdent NLPACS::CExteriorEdgeEntry::Exterior +
+
+ + + + + +
+   + + +

+The interior and exterior surfaces along this edge. +

+ +

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

+Referenced by serial(), and NLPACS::CRetrieverInstance::testExteriorCollision().

+

+ + + + +
+ + +
CSurfaceIdent NLPACS::CExteriorEdgeEntry::Interior +
+
+ + + + + +
+   + + +

+The interior and exterior surfaces along this edge. +

+ +

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

+Referenced by serial(), and NLPACS::CRetrieverInstance::testExteriorCollision().

+


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