From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- ...ACS_1_1CRetrievableSurface_1_1CSurfaceLink.html | 242 +++++++++++++++++++++ 1 file changed, 242 insertions(+) create mode 100644 docs/doxygen/nel/classNLPACS_1_1CRetrievableSurface_1_1CSurfaceLink.html (limited to 'docs/doxygen/nel/classNLPACS_1_1CRetrievableSurface_1_1CSurfaceLink.html') diff --git a/docs/doxygen/nel/classNLPACS_1_1CRetrievableSurface_1_1CSurfaceLink.html b/docs/doxygen/nel/classNLPACS_1_1CRetrievableSurface_1_1CSurfaceLink.html new file mode 100644 index 00000000..e5a8a1f7 --- /dev/null +++ b/docs/doxygen/nel/classNLPACS_1_1CRetrievableSurface_1_1CSurfaceLink.html @@ -0,0 +1,242 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NLPACS::CRetrievableSurface::CSurfaceLink Class Reference

A link from the current surface to a neighbor surface through a chain. +More... +

+#include <retrievable_surface.h> +

+List of all members. + + + + + + + + + + +

Public Methods

 CSurfaceLink (sint32 chain=0, sint32 surface=0)
 Constructor. More...

void serial (NLMISC::IStream &f)
 Serialises this CSurfaceLink. More...


Public Attributes

sint32 Chain
 The id of the chain between the 2 neighbors. More...

sint32 Surface
 The id of the neighbor. More...

+


Detailed Description

+A link from the current surface to a neighbor surface through a chain. +

+

+Author:
+Benjamin Legros , Nevrax France
+Date:
+2001
+

+ +

+Definition at line 76 of file retrievable_surface.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLPACS::CRetrievableSurface::CSurfaceLink::CSurfaceLink sint32   chain = 0,
sint32   surface = 0
[inline]
+
+ + + + + +
+   + + +

+Constructor. +

+ +

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

+References Chain, and Surface.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NLPACS::CRetrievableSurface::CSurfaceLink::serial NLMISC::IStream  f [inline]
+
+ + + + + +
+   + + +

+Serialises this CSurfaceLink. +

+ +

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

+References Chain, NLMISC::IStream::serial, and Surface.

+


Member Data Documentation

+

+ + + + +
+ + +
sint32 NLPACS::CRetrievableSurface::CSurfaceLink::Chain +
+
+ + + + + +
+   + + +

+The id of the chain between the 2 neighbors. +

+ +

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

+Referenced by CSurfaceLink, and serial.

+

+ + + + +
+ + +
sint32 NLPACS::CRetrievableSurface::CSurfaceLink::Surface +
+
+ + + + + +
+   + + +

+The id of the neighbor. +

+ +

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

+Referenced by CSurfaceLink, and serial.

+


The documentation for this class was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1