|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkKernelFunctionBase_h
19 #define itkKernelFunctionBase_h
42 template <
typename TRealValueType =
double>
59 Evaluate(
const TRealValueType & u)
const override = 0;
61 #ifdef ITK_USE_CONCEPT_CHECKING
78 #endif // itkKernelFunctionBase_h
Kernel used for density estimation and nonparametric regression.
Control indentation during Print() invocation.
~KernelFunctionBase() override=default
Light weight base class for most itk classes.
KernelFunctionBase()=default
TRealValueType Evaluate(const TRealValueType &u) const override=0
void PrintSelf(std::ostream &os, Indent indent) const override
Base class for all ITK function objects.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
void PrintSelf(std::ostream &os, Indent indent) const override