Public Member Functions

cmtk::TypedArrayFunction Class Reference
[cmtkBase Library]

Base class for lookup classes. More...

#include <cmtkTypedArrayFunction.h>

Inheritance diagram for cmtk::TypedArrayFunction:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual Types::DataItem operator() (const Types::DataItem valueIn) const =0
 Map a single value to its new value.
 ~TypedArrayFunction ()
 Virtual destructor.

Detailed Description

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.


Constructor & Destructor Documentation

cmtk::TypedArrayFunction::~TypedArrayFunction (  ) [inline]

Virtual destructor.

Definition at line 59 of file cmtkTypedArrayFunction.h.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines