Augmentation wrapper for ecvl::ScaleTo.
More...
#include <augmentations.h>
Augmentation wrapper for ecvl::ScaleTo.
Definition at line 1480 of file augmentations.h.
◆ AugScaleTo() [1/2]
ecvl::AugScaleTo::AugScaleTo |
( |
const double & |
new_min, |
|
|
const double & |
new_max |
|
) |
| |
|
inline |
AugScaleTo constructor.
- Parameters
-
[in] | new_min | double which indicates the new minimum value. |
[in] | new_max | double which indicates the new maximum value. |
Definition at line 1496 of file augmentations.h.
◆ AugScaleTo() [2/2]
ecvl::AugScaleTo::AugScaleTo |
( |
std::istream & |
is | ) |
|
|
inline |
◆ Clone()
std::shared_ptr<Augmentation> ecvl::AugScaleTo::Clone |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: