#include <utils.h>
Public Types | |
| typedef DestValueType | argument_type |
| typedef DestValueType | result_type |
Public Member Functions | |
| LinearTransform (float scale, float offset) | |
| template<class SrcValueType> | |
| result_type | operator() (SrcValueType const &s) const |
Private Attributes | |
| float | scale_ |
| float | offset_ |
|
|||||
|
|
|
|||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||
|
|
|
|||||
|
|
|
|||||
|
|
1.3.9.1