|
|
|
|
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 ReferenceAn animated channel.
More...
#include <channel.h>
Inheritance diagram for NL3D::IChannel:
List of all members.
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] |
|
const std::string& NL3D::IChannel::getName |
( |
|
) |
const [inline] |
|
|
Get the name of this channel.
Definition at line 67 of file channel.h.
References _Name. |
|
Get a writable value reference.
-
Returns:
-
a writable reference on the value.
Implemented in NL3D::CChannelBlendable. |
|
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]
|
|
The documentation for this class was generated from the following file:
|
|