Augmentation wrapper for ecvl::AugScaleTo.
More...
#include <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 1414 of file augmentations.h.
◆ AugScaleTo() [2/2]
ecvl::AugScaleTo::AugScaleTo |
( |
std::istream & |
is | ) |
|
|
inline |
The documentation for this class was generated from the following file: