Hugintrunk
0.1
|
#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_ |
typedef DestValueType vigra_ext::LinearTransform< DestValueType >::argument_type |
typedef DestValueType vigra_ext::LinearTransform< DestValueType >::result_type |
|
inline |
|
inline |
Definition at line 584 of file utils.h.
References vigra_ext::LinearTransform< DestValueType >::offset_, and vigra_ext::LinearTransform< DestValueType >::scale_.
|
private |
Definition at line 591 of file utils.h.
Referenced by vigra_ext::LinearTransform< DestValueType >::operator()().
|
private |
Definition at line 590 of file utils.h.
Referenced by vigra_ext::LinearTransform< DestValueType >::operator()().