# 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::CAnimatedValueNotBlendable Class Template Reference

A template implementation of IAnimatedValue not blendable. More...

#include <animated_value.h>

Inheritance diagram for NL3D::CAnimatedValueNotBlendable:

NL3D::IAnimatedValue List of all members.

Public Methods

virtual ~CAnimatedValueNotBlendable ()
virtual void blend (const IAnimatedValue &value, float blendFactor)
 A default blend method. Doesn't work for all type. More...

virtual void affect (const IAnimatedValue &value)
 An assignation method. More...


Public Attributes

Value

Detailed Description

template<class T>
class NL3D::CAnimatedValueNotBlendable< T >

A template implementation of IAnimatedValue not blendable.

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

Definition at line 218 of file animated_value.h.


Constructor & Destructor Documentation

template<class T>
virtual NL3D::CAnimatedValueNotBlendable< T >::~CAnimatedValueNotBlendable   [inline, virtual]
 


Member Function Documentation

template<class T>
virtual void NL3D::CAnimatedValueNotBlendable< T >::affect const IAnimatedValue   value [inline, virtual]
 

An assignation method.

This method assign a values in the object.

Parameters:
value  is the new value.

Implements NL3D::IAnimatedValue.

Definition at line 241 of file animated_value.h.

template<class T>
virtual void NL3D::CAnimatedValueNotBlendable< T >::blend const IAnimatedValue   value,
float    blendFactor
[inline, virtual]
 

A default blend method. Doesn't work for all type.

Implements NL3D::IAnimatedValue.

Definition at line 223 of file animated_value.h.


Member Data Documentation

template<class T>
T NL3D::CAnimatedValueNotBlendable::Value
 

Definition at line 254 of file animated_value.h.

Referenced by NL3D::CAnimatedValueNotBlendable< bool >::affect, and NL3D::CAnimatedValueNotBlendable< bool >::blend.


The documentation for this class was generated from the following file: