From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../nel/classNL3D_1_1CAnimatedLightmap.html | 565 +++++++++++++++++++++ 1 file changed, 565 insertions(+) create mode 100644 docs/doxygen/nel/classNL3D_1_1CAnimatedLightmap.html (limited to 'docs/doxygen/nel/classNL3D_1_1CAnimatedLightmap.html') diff --git a/docs/doxygen/nel/classNL3D_1_1CAnimatedLightmap.html b/docs/doxygen/nel/classNL3D_1_1CAnimatedLightmap.html new file mode 100644 index 00000000..2b7fb620 --- /dev/null +++ b/docs/doxygen/nel/classNL3D_1_1CAnimatedLightmap.html @@ -0,0 +1,565 @@ + + + + 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::CAnimatedLightmap Class Reference

An animated lightmap. +More... +

+#include <animated_lightmap.h> +

+

Inheritance diagram for NL3D::CAnimatedLightmap: +

+ +NL3D::IAnimatable + +List of all members. + + + + + + + + + + + + + + + + + + + + + + + + +

Herited from IAnimatable

enum  TAnimValues { OwnerBit = IAnimatable::AnimValueLast, +FactorValue, +AnimValueLast + }
 Added values. More...

virtual IAnimatedValuegetValue (uint valueId)
 From IAnimatable. More...

virtual const char * getValueName (uint valueId) const
 From IAnimatable. More...

virtual ITrackgetDefaultTrack (uint valueId)
 From IAnimatable. More...

virtual void registerToChannelMixer (CChannelMixer *chanMixer, const std::string &prefix)
 From IAnimatable. More...


Public Types


Public Methods

void setName (const std::string &s)
std::string getName () const
NLMISC::CRGBA getFactor ()
ctor / setup.
 CAnimatedLightmap ()
 Constructor. More...

virtual ~CAnimatedLightmap ()

Private Attributes

std::string _Name
CAnimatedValueRGBA _Factor
CTrackDefaultRGBA _DefaultFactor
+

Detailed Description

+An animated lightmap. +

+

+Author:
+Matthieu Besson , Nevrax France
+Date:
+2001
+

+ +

+Definition at line 47 of file animated_lightmap.h.


Member Enumeration Documentation

+

+ + + + +
+ + +
enum NL3D::CAnimatedLightmap::TAnimValues +
+
+ + + + + +
+   + + +

+Added values. +

+

+Enumeration values:
+ + + + +
OwnerBit  +
FactorValue  +
AnimValueLast  +
+
+ +

+Reimplemented from NL3D::IAnimatable. +

+Definition at line 63 of file animated_lightmap.h.

+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CAnimatedLightmap::CAnimatedLightmap  
+
+ + + + + +
+   + + +

+Constructor. +

+ +

+Definition at line 44 of file animated_lightmap.cpp. +

+References _DefaultFactor, _Factor, and AnimValueLast.

+

+ + + + +
+ + + + + + + + + +
virtual NL3D::CAnimatedLightmap::~CAnimatedLightmap   [inline, virtual]
+
+ + + + + +
+   + + +

+ +

+Definition at line 56 of file animated_lightmap.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
ITrack * NL3D::CAnimatedLightmap::getDefaultTrack uint   valueId [virtual]
+
+ + + + + +
+   + + +

+From IAnimatable. +

+ +

+Implements NL3D::IAnimatable. +

+Definition at line 123 of file animated_lightmap.cpp. +

+References _DefaultFactor, FactorValue, and nlstop.

+

+ + + + +
+ + + + + + + + + +
NLMISC::CRGBA NL3D::CAnimatedLightmap::getFactor   [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 87 of file animated_lightmap.h. +

+References _Factor.

+

+ + + + +
+ + + + + + + + + +
std::string NL3D::CAnimatedLightmap::getName   const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 85 of file animated_lightmap.h. +

+References _Name.

+

+ + + + +
+ + + + + + + + + + +
IAnimatedValue * NL3D::CAnimatedLightmap::getValue uint   valueId [virtual]
+
+ + + + + +
+   + + +

+From IAnimatable. +

+ +

+Implements NL3D::IAnimatable. +

+Definition at line 99 of file animated_lightmap.cpp. +

+References _Factor, FactorValue, and nlstop.

+

+ + + + +
+ + + + + + + + + + +
const char * NL3D::CAnimatedLightmap::getValueName uint   valueId const [virtual]
+
+ + + + + +
+   + + +

+From IAnimatable. +

+ +

+Implements NL3D::IAnimatable. +

+Definition at line 111 of file animated_lightmap.cpp. +

+References FactorValue, and nlstop.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
void NL3D::CAnimatedLightmap::registerToChannelMixer CChannelMixer  chanMixer,
const std::string &   prefix
[virtual]
+
+ + + + + +
+   + + +

+From IAnimatable. +

+ +

+Implements NL3D::IAnimatable. +

+Definition at line 137 of file animated_lightmap.cpp. +

+References NL3D::IAnimatable::addValue, FactorValue, and OwnerBit.

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CAnimatedLightmap::setName const std::string &   s [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 84 of file animated_lightmap.h. +

+References _Name, and s.

+


Member Data Documentation

+

+ + + + +
+ + +
CTrackDefaultRGBA NL3D::CAnimatedLightmap::_DefaultFactor [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 97 of file animated_lightmap.h. +

+Referenced by CAnimatedLightmap, and getDefaultTrack.

+

+ + + + +
+ + +
CAnimatedValueRGBA NL3D::CAnimatedLightmap::_Factor [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 96 of file animated_lightmap.h. +

+Referenced by CAnimatedLightmap, getFactor, and getValue.

+

+ + + + +
+ + +
std::string NL3D::CAnimatedLightmap::_Name [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 92 of file animated_lightmap.h. +

+Referenced by getName, and setName.

+


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