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/a03330.html | 94 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 docs/doxygen/nel/a03330.html (limited to 'docs/doxygen/nel/a03330.html') diff --git a/docs/doxygen/nel/a03330.html b/docs/doxygen/nel/a03330.html new file mode 100644 index 00000000..1552f3a4 --- /dev/null +++ b/docs/doxygen/nel/a03330.html @@ -0,0 +1,94 @@ + + +NeL: NLPACS::CRetrievableSurface::TLoop struct Reference + + + +
+

NLPACS::CRetrievableSurface::TLoop Struct Reference

#include <retrievable_surface.h> +

+ + + + + + + + +

Public Member Functions

void serial (NLMISC::IStream &f)

Data Fields

float Length
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NLPACS::CRetrievableSurface::TLoop::serial NLMISC::IStream f  ) 
+
+ + + + + +
+   + + +

+ +

+Definition at line 97 of file retrievable_surface.cpp. +

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

+

00098 { 
+00099         f.serialCont(*this); 
+00100         f.serial(Length); 
+00101 }
+
+


Field Documentation

+

+ + + + +
+ + +
float NLPACS::CRetrievableSurface::TLoop::Length +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by NLPACS::CLocalRetriever::dumpSurface(), and NLPACS::CLocalRetriever::findPath().

+


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