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

ITrack interface for default tracks. +More... +

+#include <track.h> +

+Inheritance diagram for NL3D::ITrackDefault

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

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

Public Methods

virtual void eval (const CAnimationTime& date)
 From ITrack. Does nothing, no interpolation. More...

CAnimationTime getBeginTime () const
 Get begin time of the track. More...

CAnimationTime getEndTime () const
 Get end time of the track. More...

+

Detailed Description

+ITrack interface for default tracks. +

+The ITrack and animated value types MUST match else assertions will be raised. +

+

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

+ +

+Definition at line 104 of file track.h.


Member Function Documentation

+

+ + + + +
+ + + + + + +
+void NL3D::ITrackDefault::eval ( + +const CAnimationTime & date ) [inline, virtual] +
+
+ + + + + +
+   + + +

+From ITrack. Does nothing, no interpolation. +

+ +

+Reimplemented from NL3D::ITrack. +

+Definition at line 108 of file track.h.

+

+ + + + +
+ + + + + + +
+CAnimationTime NL3D::ITrackDefault::getBeginTime ( + +) const [inline, virtual] +
+
+ + + + + +
+   + + +

+Get begin time of the track. +

+

+Returns:
+ the begin time.
+

+Reimplemented from NL3D::ITrack. +

+Definition at line 110 of file track.h.

+

+ + + + +
+ + + + + + +
+CAnimationTime NL3D::ITrackDefault::getEndTime ( + +) const [inline, virtual] +
+
+ + + + + +
+   + + +

+Get end time of the track. +

+

+Returns:
+ the end time.
+

+Reimplemented from NL3D::ITrack. +

+Definition at line 114 of file track.h.

+


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