|  | OGRE
    1.11.6
    Object-Oriented Graphics Rendering Engine | 
Subclasses of this class are responsible for performing a function on an input value for a Controller. More...
#include <OgrePrerequisites.h>
 Inheritance diagram for Ogre::ControllerFunction< T >:
 Inheritance diagram for Ogre::ControllerFunction< T >:| Public Member Functions | |
| ControllerFunction (bool deltaInput) | |
| Constructor.  More... | |
| virtual | ~ControllerFunction () | 
| virtual T | calculate (T sourceValue)=0 | 
Subclasses of this class are responsible for performing a function on an input value for a Controller.
| 
 | inline | 
Constructor.
| deltaInput | If true, function will add input values together and wrap at 1.0 before evaluating | 
| 
 | inlinevirtual | 
| 
 | pure virtual |