#include <TabFunct.hxx>
The original function is passed as the template argument, requiring from the template, the same operator interface as the one that TabFunct offers: TData operator() (const TData).
The only constructor available takes three parameters : table size, lower bound and upper bound.
Definition at line 43 of file TabFunct.hxx.
Public Member Functions | |
TData | operator() (const TData arg) |
TabFunct (const unsigned tableSize, const TData lowerBound, const TData upperBound) |
CLAM::TabFunct< OriginalFunction >::TabFunct | ( | const unsigned | tableSize, | |
const TData | lowerBound, | |||
const TData | upperBound | |||
) | [inline] |
TData CLAM::TabFunct< OriginalFunction >::operator() | ( | const TData | arg | ) | [inline] |