18 #ifndef itkKernelFunction_h
19 #define itkKernelFunction_h
23 #ifndef ITKV3_COMPATIBILITY
24 #error "This file is only valid when ITKV3_COMPATIBILITY is turned on. Users are encouraged to convert to itkKernelFunctionBase.h in ITKv4"
57 { Superclass::PrintSelf(os, indent); }
61 #endif // itkKernelFunction_h
Kernel used for density estimation and nonparameteric regression.
void PrintSelf(std::ostream &os, Indent indent) const
KernelFunctionBase< double > Superclass
SmartPointer< const Self > ConstPointer
Superclass::RealType RealType
virtual ~KernelFunction()
Base class for all ITK function objects.
SmartPointer< Self > Pointer
KernelFunction is for backward compatibility with ITKv3.
Control indentation during Print() invocation.