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/a03349.html | 217 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 217 insertions(+) create mode 100644 docs/doxygen/nel/a03349.html (limited to 'docs/doxygen/nel/a03349.html') diff --git a/docs/doxygen/nel/a03349.html b/docs/doxygen/nel/a03349.html new file mode 100644 index 00000000..5f814981 --- /dev/null +++ b/docs/doxygen/nel/a03349.html @@ -0,0 +1,217 @@ + + +NeL: NL3D::CScene::CModelEntry struct Reference + + + +
+

NL3D::CScene::CModelEntry Struct Reference

+ + + + + + + + + + + + + + + +

Public Member Functions

bool operator!= (const CModelEntry &o) const
bool operator< (const CModelEntry &o) const
bool operator== (const CModelEntry &o) const

Data Fields

NLMISC::CClassId BaseModelId
CTransform *(* Creator )()
NLMISC::CClassId ModelId
+

Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
bool NL3D::CScene::CModelEntry::operator!= const CModelEntry o  )  const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 728 of file scene.h. +

+

00728 {return !(*this==o);}
+
+

+ + + + +
+ + + + + + + + + + +
bool NL3D::CScene::CModelEntry::operator< const CModelEntry o  )  const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 726 of file scene.h. +

+References ModelId. +

+

00726 {return ModelId<o.ModelId;}
+
+

+ + + + +
+ + + + + + + + + + +
bool NL3D::CScene::CModelEntry::operator== const CModelEntry o  )  const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 727 of file scene.h. +

+References ModelId. +

+

00727 {return ModelId==o.ModelId;}
+
+


Field Documentation

+

+ + + + +
+ + +
NLMISC::CClassId NL3D::CScene::CModelEntry::BaseModelId +
+
+ + + + + +
+   + + +

+ +

+Definition at line 724 of file scene.h. +

+Referenced by NL3D::CScene::registerModel().

+

+ + + + +
+ + +
CTransform*(* NL3D::CScene::CModelEntry::Creator)() +
+
+ + + + + +
+   + + +

+ +

+Referenced by NL3D::CScene::registerModel().

+

+ + + + +
+ + +
NLMISC::CClassId NL3D::CScene::CModelEntry::ModelId +
+
+ + + + + +
+   + + +

+ +

+Definition at line 724 of file scene.h. +

+Referenced by NL3D::CScene::createModel(), operator<(), operator==(), and NL3D::CScene::registerModel().

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 07:39:56 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1