![]() |
ULIS
dev4.0.7
Utility Library for Imaging Systems
|
The TGradientStep class provides a mean of storing a gradient step.
Public Member Functions | |
| TGradientStep () | |
| TGradientStep (ufloat iParam, const T &iValue) | |
| ~TGradientStep () | |
| bool | operator< (const TGradientStep< T > &iOther) |
| bool | operator== (const TGradientStep< T > &iOther) |
| ufloat | Param () const |
| void | Param (ufloat iParam) |
| T & | Value () |
| const T & | Value () const |
Static Public Member Functions | |
| static std::shared_ptr< TGradientStep< T > > | MakeShared (ufloat iParam, const T &iValue) |
|
inline |
Destroy the gradient step.
|
inline |
Construct gradient step.
|
inline |
Construct gradient step.
|
inlinestatic |
|
inline |
|
inline |
|
inline |
Get the step.
|
inline |
Set the step.
|
inline |
Get the value, editable.
|
inline |
Get the value.
1.8.16