Crazy Eddie's GUI System
0.8.4
|
Generic discrete interpolator class. More...
Public Types | |
typedef PropertyHelper< T > | Helper |
Public Member Functions | |
TplDiscreteInterpolator (const String &type) | |
virtual | ~TplDiscreteInterpolator () |
destructor | |
virtual String | interpolateAbsolute (const String &value1, const String &value2, float position) |
More... | |
virtual String | interpolateRelative (const String &, const String &value1, const String &value2, float position) |
More... | |
virtual String | interpolateRelativeMultiply (const String &base, const String &, const String &, float) |
More... | |
Public Member Functions inherited from CEGUI::TplInterpolatorBase | |
TplInterpolatorBase (const String &type) | |
virtual | ~TplInterpolatorBase () |
destructor | |
virtual const String & | getType () const |
returns type string of this interpolator More... | |
Public Member Functions inherited from CEGUI::Interpolator | |
virtual | ~Interpolator () |
destructor | |
Generic discrete interpolator class.
This class returns the value the position is closest to. You can only use it on any types (they must have a PropertyHelper of course). No requirements on operators
|
inlinevirtual |
this is used when Affector is set to apply values in absolute mode (application method == AM_Absolute)
Implements CEGUI::Interpolator.
|
inlinevirtual |
this is used when Affector is set to apply values in relative mode (application method == AM_Relative)
Implements CEGUI::Interpolator.
Reimplemented in CEGUI::TplDiscreteRelativeInterpolator< T >.
|
inlinevirtual |
this is used when Affector is set to apply values in relative multiply mode (application method == AM_RelativeMultiply)
Implements CEGUI::Interpolator.