Predefined controller function which just passes through the original source directly to dest.
More...
#include <OgrePredefinedControllers.h>
|
| PassthroughControllerFunction (bool deltaInput=false) |
| Constructor. More...
|
|
Real | calculate (Real source) |
| Overridden function. More...
|
|
void | operator delete (void *ptr) |
|
void | operator delete (void *ptr, void *) |
|
void | operator delete (void *ptr, const char *, int, const char *) |
|
void | operator delete[] (void *ptr) |
|
void | operator delete[] (void *ptr, const char *, int, const char *) |
|
void * | operator new (size_t sz, const char *file, int line, const char *func) |
| operator new, with debug line info More...
|
|
void * | operator new (size_t sz) |
|
void * | operator new (size_t sz, void *ptr) |
| placement operator new More...
|
|
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info More...
|
|
void * | operator new[] (size_t sz) |
|
Predefined controller function which just passes through the original source directly to dest.
Definition at line 174 of file OgrePredefinedControllers.h.
◆ PassthroughControllerFunction()
Ogre::PassthroughControllerFunction::PassthroughControllerFunction |
( |
bool |
deltaInput = false | ) |
|
Constructor.
- Parameters
-
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. |
◆ calculate()
Real Ogre::PassthroughControllerFunction::calculate |
( |
Real |
source | ) |
|
|
virtual |
◆ getAdjustedInput()
◆ operator delete() [1/3]
◆ operator delete() [2/3]
◆ operator delete() [3/3]
◆ operator delete[]() [1/2]
◆ operator delete[]() [2/2]
◆ operator new() [1/3]
template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inherited |
◆ operator new() [2/3]
◆ operator new() [3/3]
◆ operator new[]() [1/2]
template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inherited |
◆ operator new[]() [2/2]
◆ mDeltaCount
◆ mDeltaInput
If true, function will add input values together and wrap at 1.0 before evaluating.
Definition at line 59 of file OgreController.h.
The documentation for this class was generated from the following file: