#include <OgreController.h>
Public Member Functions | |
ControllerFunction (bool deltaInput) | |
Constructor. | |
virtual | ~ControllerFunction () |
virtual T | calculate (T sourceValue)=0 |
Protected Member Functions | |
T | getAdjustedInput (T input) |
Gets the input value as adjusted by any delta. | |
Protected Attributes | |
bool | mDeltaInput |
If true, function will add imput values together and wrap at 1.0 before evaluating. | |
T | mDeltaCount |
Definition at line 51 of file OgreController.h.
Ogre::ControllerFunction< T >::ControllerFunction | ( | bool | deltaInput | ) |
Constructor.
deltaInput | If true, signifies that the input will be a delta value such that the function should add it to an internal counter before calculating the output. |
Definition at line 85 of file OgreController.h.
virtual Ogre::ControllerFunction< T >::~ControllerFunction | ( | ) | [virtual] |
Definition at line 91 of file OgreController.h.
T Ogre::ControllerFunction< T >::getAdjustedInput | ( | T | input | ) | [protected] |
virtual T Ogre::ControllerFunction< T >::calculate | ( | T | sourceValue | ) | [pure virtual] |
bool Ogre::ControllerFunction< T >::mDeltaInput [protected] |
If true, function will add imput values together and wrap at 1.0 before evaluating.
Definition at line 55 of file OgreController.h.
Referenced by Ogre::ControllerFunction< float >::ControllerFunction(), and Ogre::ControllerFunction< float >::getAdjustedInput().
T Ogre::ControllerFunction< T >::mDeltaCount [protected] |
Definition at line 56 of file OgreController.h.
Referenced by Ogre::ControllerFunction< float >::ControllerFunction(), and Ogre::ControllerFunction< float >::getAdjustedInput().
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sat May 10 16:25:35 2008