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

An animated channel. +More... +

+#include <channel.h> +

+

Inheritance diagram for NL3D::IChannel: +

+ +NL3D::CChannelBlendable +NL3D::CChannelNotBlendable + +List of all members. + + + + + + + + + + + + + +

Public Methods

virtual const IAnimatedValuegetValue (const IAnimatedValue &value) const=0
 Get the read only value reference. More...

virtual IAnimatedValuegetValue ()=0
 Get a writable value reference. More...

virtual const IAnimatedValuegetDefaultValue () const=0
 Return the default value of this channel. Must be implemented. More...

const std::string & getName () const
 Get the name of this channel. More...

void setName (const std::string &name)
 Set the name of this channel. More...


Private Attributes

std::string _Name
+

Detailed Description

+An animated channel. +

+

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

+ +

+Definition at line 43 of file channel.h.


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
virtual const IAnimatedValue& NL3D::IChannel::getDefaultValue   const [pure virtual]
+
+ + + + + +
+   + + +

+Return the default value of this channel. Must be implemented. +

+ +

+Implemented in NL3D::CChannelBlendable.

+

+ + + + +
+ + + + + + + + + +
const std::string& NL3D::IChannel::getName   const [inline]
+
+ + + + + +
+   + + +

+Get the name of this channel. +

+ +

+Definition at line 67 of file channel.h. +

+References _Name.

+

+ + + + +
+ + + + + + + + + +
virtual IAnimatedValue& NL3D::IChannel::getValue   [pure virtual]
+
+ + + + + +
+   + + +

+Get a writable value reference. +

+

+Returns:
+a writable reference on the value.
+

+Implemented in NL3D::CChannelBlendable.

+

+ + + + +
+ + + + + + + + + + +
virtual const IAnimatedValue& NL3D::IChannel::getValue const IAnimatedValue  value const [pure virtual]
+
+ + + + + +
+   + + +

+Get the read only value reference. +

+

+Returns:
+a read only reference on the value.
+

+Implemented in NL3D::CChannelBlendable.

+

+ + + + +
+ + + + + + + + + + +
void NL3D::IChannel::setName const std::string &   name [inline]
+
+ + + + + +
+   + + +

+Set the name of this channel. +

+ +

+Definition at line 73 of file channel.h. +

+References _Name.

+


Member Data Documentation

+

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

+ +

+Definition at line 80 of file channel.h. +

+Referenced by getName, and setName.

+


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