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/class_NL3D__CTransformShape.html | 354 ++++++++++++++++++++++ 1 file changed, 354 insertions(+) create mode 100644 docs/doxygen/nel/class_NL3D__CTransformShape.html (limited to 'docs/doxygen/nel/class_NL3D__CTransformShape.html') diff --git a/docs/doxygen/nel/class_NL3D__CTransformShape.html b/docs/doxygen/nel/class_NL3D__CTransformShape.html new file mode 100644 index 00000000..d99c616d --- /dev/null +++ b/docs/doxygen/nel/class_NL3D__CTransformShape.html @@ -0,0 +1,354 @@ + + + + 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  
+

NL3D::CTransformShape Class Reference

A transform which "is an instance of"/"point to" a IShape. +More... +

+#include <transform_shape.h> +

+Inheritance diagram for NL3D::CTransformShape

Inheritance graph
+ + + + + + + + + + +
[legend]
Collaboration diagram for NL3D::CTransformShape:

Collaboration graph
+ + + + +
[legend]
List of all members. + + + + + + + + + + + + + + + + +

Public Attributes

CSmartPtr<IShapeShape
 The shape, the object instancied. More...


Static Public Methods

void registerBasic ()
 Call at the begining of the program, to register the model, and the basic observers. More...


Protected Methods

 CTransformShape ()
 Constructor. More...

virtual ~CTransformShape ()
 Destructor. More...


Static Private Methods

IModelcreator ()

Friends

class  CTransformShapeClipObs
class  CTransformShapeRdrObs
+

Detailed Description

+A transform which "is an instance of"/"point to" a IShape. +

+

+Author(s):
+ Lionel Berenguier , Nevrax France
+Date:
+ 2000
+

+ +

+Definition at line 61 of file transform_shape.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NL3D::CTransformShape::CTransformShape ( + +) [inline, protected] +
+
+ + + + + +
+   + + +

+Constructor. +

+ +

+Definition at line 74 of file transform_shape.h.

+

+ + + + +
+ + + + + + +
+NL3D::CTransformShape::~CTransformShape ( + +) [inline, protected, virtual] +
+
+ + + + + +
+   + + +

+Destructor. +

+ +

+Definition at line 76 of file transform_shape.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+IModel * NL3D::CTransformShape::creator ( + +) [inline, static, private] +
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NL3D::CTransform. +

+Reimplemented in NL3D::CMeshInstance, NL3D::CParticleSystemModel, and NL3D::CSkeletonModel. +

+Definition at line 79 of file transform_shape.h.

+

+ + + + +
+ + + + + + +
+void NL3D::CTransformShape::registerBasic ( + +) [static] +
+
+ + + + + +
+   + + +

+Call at the begining of the program, to register the model, and the basic observers. +

+ +

+Reimplemented from NL3D::CTransform. +

+Reimplemented in NL3D::CMeshInstance, NL3D::CParticleSystemModel, and NL3D::CSkeletonModel. +

+Definition at line 35 of file transform_shape.cpp.

+


Friends And Related Function Documentation

+

+ + + + +
+ + + + + +
+class CTransformShapeClipObs [friend] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 80 of file transform_shape.h.

+

+ + + + +
+ + + + + +
+class CTransformShapeRdrObs [friend] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 81 of file transform_shape.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+CSmartPtr< IShape > NL3D::CTransformShape::Shape +
+
+ + + + + +
+   + + +

+The shape, the object instancied. +

+ +

+Definition at line 69 of file transform_shape.h.

+


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