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

Callback class used at instancegroup loading. +More... +

+#include <u_instance_group.h> +

+List of all members. + + + +

Public Methods

virtual std::string transformName (uint index, const std::string &Name)=0
 transformName is called at the addToScene(Async) moment to transform the name of an instance to another name. More...

+


Detailed Description

+Callback class used at instancegroup loading. +

+

+Author:
+Matthieu 'TrapII' Besson , Nevrax France
+Date:
+2002
+

+ +

+Definition at line 77 of file u_instance_group.h.


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
virtual std::string NL3D::ITransformName::transformName uint   index,
const std::string &   Name
[pure virtual]
+
+ + + + + +
+   + + +

+transformName is called at the addToScene(Async) moment to transform the name of an instance to another name. +

+This should be useful to replace various shapes by others like in a shape-template. The function is called with the name of the shape and the user must return the new name of the shape. NB: This is called after the 'startAddingIG' calls in the IIGAddBegin callback

+Parameters:
+ + +
Name  +is the name of the shape contained in the instance group
+
+Returns:
+the new name of the shape which must be loaded in place of the param
+


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