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/classNLPACS_1_1CSurfaceIdent.html | 337 +++++++++++++++++++++ 1 file changed, 337 insertions(+) create mode 100644 docs/doxygen/nel/classNLPACS_1_1CSurfaceIdent.html (limited to 'docs/doxygen/nel/classNLPACS_1_1CSurfaceIdent.html') diff --git a/docs/doxygen/nel/classNLPACS_1_1CSurfaceIdent.html b/docs/doxygen/nel/classNLPACS_1_1CSurfaceIdent.html new file mode 100644 index 00000000..da0f4c24 --- /dev/null +++ b/docs/doxygen/nel/classNLPACS_1_1CSurfaceIdent.html @@ -0,0 +1,337 @@ + + + + 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::CSurfaceIdent Class Reference

Ident of a surface. +More... +

+#include <collision_desc.h> +

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

Public Methods

bool operator== (const CSurfaceIdent &o) const
bool operator!= (const CSurfaceIdent &o) const
 CSurfaceIdent ()
 CSurfaceIdent (sint32 retInstance, sint32 surfId)
void serial (NLMISC::IStream &f)

Public Attributes

sint32 RetrieverInstanceId
 the surface mesh instance Id. More...

sint32 SurfaceId
 the surface Id of this surface mesh instance. -1 if Wall/impossible to walk through. More...

+


Detailed Description

+Ident of a surface. +

+

+Author:
+Lionel Berenguier , Nevrax France
+Date:
+2001
+

+ +

+Definition at line 65 of file collision_desc.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLPACS::CSurfaceIdent::CSurfaceIdent   [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 85 of file collision_desc.h. +

+Referenced by operator!=, and operator==.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLPACS::CSurfaceIdent::CSurfaceIdent sint32   retInstance,
sint32   surfId
[inline]
+
+ + + + + +
+   + + +

+ +

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

+References RetrieverInstanceId, and SurfaceId.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
bool NLPACS::CSurfaceIdent::operator!= const CSurfaceIdent &   o const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 78 of file collision_desc.h. +

+References CSurfaceIdent.

+

+ + + + +
+ + + + + + + + + + +
bool NLPACS::CSurfaceIdent::operator== const CSurfaceIdent &   o const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 73 of file collision_desc.h. +

+References CSurfaceIdent, RetrieverInstanceId, and SurfaceId.

+

+ + + + +
+ + + + + + + + + + +
void NLPACS::CSurfaceIdent::serial NLMISC::IStream  f [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 88 of file collision_desc.h. +

+References RetrieverInstanceId, NLMISC::IStream::serial, and SurfaceId.

+


Member Data Documentation

+

+ + + + +
+ + +
sint32 NLPACS::CSurfaceIdent::RetrieverInstanceId +
+
+ + + + + +
+   + + +

+the surface mesh instance Id. +

+ +

+Definition at line 69 of file collision_desc.h. +

+Referenced by CSurfaceIdent, NLPACS::CGlobalRetriever::getSurfaceById, operator==, and serial.

+

+ + + + +
+ + +
sint32 NLPACS::CSurfaceIdent::SurfaceId +
+
+ + + + + +
+   + + +

+the surface Id of this surface mesh instance. -1 if Wall/impossible to walk through. +

+ +

+Definition at line 71 of file collision_desc.h. +

+Referenced by CSurfaceIdent, NLPACS::CGlobalRetriever::getSurfaceById, operator==, and serial.

+


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