25 #ifndef AAX_CBINARYTAPERDELEGATE_H
26 #define AAX_CBINARYTAPERDELEGATE_H
100 if (normalizedValue > 0.0f)
105 template <
typename T>
108 if (realValue > (T)(0))
116 #endif //AAX_CBINARYTAPERDELEGATE_H
double RealToNormalized(T realValue) const
Normalizes a real parameter value.
Definition: AAX_CBinaryTaperDelegate.h:106
T GetMaximumValue() const
Returns the taper's maximum real value.
Definition: AAX_CBinaryTaperDelegate.h:86
Defines the taper conversion behavior for a parameter.
Classes for conversion to and from normalized parameter values.
Definition: AAX_ITaperDelegate.h:88
T NormalizedToReal(double normalizedValue) const
Converts a normalized value to a real value.
Definition: AAX_CBinaryTaperDelegate.h:98
AAX_ITaperDelegate< T > * Clone() const
Constructs and returns a copy of the taper delegate.
Definition: AAX_CBinaryTaperDelegate.h:74
T ConstrainRealValue(T value) const
Applies a contraint to the value and returns the constrained value.
Definition: AAX_CBinaryTaperDelegate.h:92
AAX_CBinaryTaperDelegate()
Constructs a Binary Taper.
Definition: AAX_CBinaryTaperDelegate.h:68
A binary taper conforming to AAX_ITaperDelegate.
Definition: AAX_CBinaryTaperDelegate.h:44
T GetMinimumValue() const
Returns the taper's minimum real value.
Definition: AAX_CBinaryTaperDelegate.h:80