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

NLPACS::CLocalRetriever::CInteriorFace Class Reference

#include <local_retriever.h> +

+


Detailed Description

+The faces used for snapping in interior retrievers.
Author:
Benjamin Legros

+Nevrax France

+
Date:
2001
+ +

+ +

+Definition at line 173 of file local_retriever.h. + + + + + + + + + +

Public Member Functions

void serial (NLMISC::IStream &f)

Data Fields

uint32 Surface
uint32 Verts [3]
+


Member Function Documentation

+

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

+ +

+Definition at line 179 of file local_retriever.h. +

+References NLMISC::IStream::serial(), and Verts. +

+

00179 { f.serial(Verts[0], Verts[1], Verts[2], Surface); }
+
+


Field Documentation

+

+ + + + +
+ + +
uint32 NLPACS::CLocalRetriever::CInteriorFace::Surface +
+
+ + + + + +
+   + + +

+ +

+Definition at line 177 of file local_retriever.h. +

+Referenced by NLPACS::CLocalRetriever::buildInteriorSurfaceBBoxes(), NLPACS::CLocalRetriever::getHeight(), and NLPACS::CLocalRetriever::snapToInteriorGround().

+

+ + + + +
+ + +
uint32 NLPACS::CLocalRetriever::CInteriorFace::Verts[3] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 176 of file local_retriever.h. +

+Referenced by NLPACS::CLocalRetriever::buildInteriorSurfaceBBoxes(), NLPACS::CLocalRetriever::getHeight(), NLPACS::CLocalRetriever::initFaceGrid(), serial(), and NLPACS::CLocalRetriever::snapToInteriorGround().

+


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