OpenStructure
|
#include <normalizer_impl.hh>
Public Member Functions | |
virtual | ~NormalizeFnc () |
template<typename T , class D > | |
void | VisitState (ImageStateImpl< T, D > &s) const |
virtual Real | BackConvert (Real v) const =0 |
virtual Complex | BackConvert (Complex v) const =0 |
virtual Real | Convert (Real v) const =0 |
virtual Complex | Convert (Complex v) const =0 |
Static Public Member Functions | |
static String | GetAlgorithmName () |
Abstract normalizer base class.
A normalizer allows the values in a data set to be normalized with a specific formula, without encoding this functionality within the data class itself.
Definition at line 45 of file normalizer_impl.hh.
|
inlinevirtual |
Definition at line 47 of file normalizer_impl.hh.
|
inlinestatic |
Definition at line 62 of file normalizer_impl.hh.
|
inline |
Definition at line 49 of file normalizer_impl.hh.