Base class for lookup classes. More...
#include <cmtkTypedArrayFunction.h>

Public Member Functions | |
| virtual Types::DataItem | operator() (const Types::DataItem valueIn) const =0 |
| Map a single value to its new value. | |
| ~TypedArrayFunction () | |
| Virtual destructor. | |
Base class for lookup classes.
The purpose of a lookup class is to provide a value translation table for the cmtk::TypedArray class and its derivatives.
Definition at line 51 of file cmtkTypedArrayFunction.h.
| cmtk::TypedArrayFunction::~TypedArrayFunction | ( | ) | [inline] |
Virtual destructor.
Definition at line 59 of file cmtkTypedArrayFunction.h.
| virtual Types::DataItem cmtk::TypedArrayFunction::operator() | ( | const Types::DataItem | valueIn ) | const [pure virtual] |
Map a single value to its new value.
Implemented in cmtk::TypedArrayFunctionHistogramEqualization, and cmtk::TypedArrayFunctionHistogramMatching.
1.7.2