#include <vil_math.h>
Definition at line 383 of file vil_math.h.
Public Member Functions | |
| vil_math_scale_and_translate_functor (const double s, const double t) | |
| Constructor. | |
| vxl_byte | operator() (vxl_byte x) const |
| unsigned | operator() (unsigned x) const |
| short | operator() (short x) const |
| int | operator() (int x) const |
| float | operator() (float x) const |
| double | operator() (double x) const |
| vcl_complex< double > | operator() (vcl_complex< double > x) const |
Private Attributes | |
| double | s_ |
| double | t_ |
|
||||||||||||
|
Constructor.
Definition at line 389 of file vil_math.h. |
|
|
Definition at line 398 of file vil_math.h. |
|
|
Definition at line 397 of file vil_math.h. |
|
|
Definition at line 396 of file vil_math.h. |
|
|
Definition at line 395 of file vil_math.h. |
|
|
Definition at line 394 of file vil_math.h. |
|
|
Definition at line 393 of file vil_math.h. |
|
|
Definition at line 392 of file vil_math.h. |
|
|
Definition at line 401 of file vil_math.h. |
|
|
Definition at line 402 of file vil_math.h. |
1.4.4