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__CKey.html | 255 +++++++++++++++++++++++++++++++++ 1 file changed, 255 insertions(+) create mode 100644 docs/doxygen/nel/class_NL3D__CKey.html (limited to 'docs/doxygen/nel/class_NL3D__CKey.html') diff --git a/docs/doxygen/nel/class_NL3D__CKey.html b/docs/doxygen/nel/class_NL3D__CKey.html new file mode 100644 index 00000000..4499f7f0 --- /dev/null +++ b/docs/doxygen/nel/class_NL3D__CKey.html @@ -0,0 +1,255 @@ + + + + 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::CKey Template Class Reference

Interface for a key of a keyframer. +More... +

+#include <key.h> +

+Inheritance diagram for NL3D::CKey

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

Public Types

typedef T TValueType
 synonym for T. More...


Public Methods

void serial (NLMISC::IStream& f) throw (NLMISC::EStream)
 Serial. More...


Public Attributes

Value
 The key value. More...

float OODeltaTime
+

Detailed Description

+

template<class T> template class NL3D::CKey

+ +Interface for a key of a keyframer. +

+

+Author(s):
+ Cyril 'Hulud' Corvazier , Nevrax France
+Date:
+ 2001
+

+ +

+Definition at line 50 of file key.h.


Member Typedef Documentation

+

+ + + + +
+ + + + + + + + +
+template<classT>
+typedef T NL3D::CKey<T>::TValueType +
+
+ + + + + +
+   + + +

+synonym for T. +

+ +

+Definition at line 54 of file key.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
+template<classT>
+void NL3D::CKey<T>::serial ( + +NLMISC::IStream & f ) throw (NLMISC::EStream) [inline] +
+
+ + + + + +
+   + + +

+Serial. +

+ +

+Reimplemented in NL3D::CKeyTCB, NL3D::CKeyBezier, NL3D::CKeyTCB< NLMISC::CAngleAxis >, and NL3D::CKeyBezier< NLMISC::CQuat >. +

+Definition at line 59 of file key.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + + + + +
+template<classT>
+float NL3D::CKey<T>::OODeltaTime +
+
+ + + + + +
+   + + +

+ +

+Definition at line 76 of file key.h.

+

+ + + + +
+ + + + + + + + +
+template<classT>
+T NL3D::CKey<T>::Value +
+
+ + + + + +
+   + + +

+The key value. +

+ +

+Definition at line 69 of file key.h.

+


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