18#ifndef itkCacheableScalarFunction_h
19#define itkCacheableScalarFunction_h
23#include "ITKBiasCorrectionExport.h"
Array class with size defined at construction time.
virtual ~CacheableScalarFunction()
double GetCacheUpperBound() const
MeasureType GetCachedValue(MeasureType x)
SizeValueType m_NumberOfSamples
bool IsCacheAvailable() const
double GetInterval() const
virtual MeasureType Evaluate(MeasureType x)
CacheableScalarFunction()
double GetCacheLowerBound() const
void CreateCache(double lowerBound, double upperBound, SizeValueType sampleSize)
Array< MeasureType > MeasureArrayType
SizeValueType GetNumberOfSamples() const
MeasureArrayType m_CacheTable
Standard exception handling object.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
unsigned long SizeValueType