18 #ifndef itkGaussianRadialBasisFunction_h
19 #define itkGaussianRadialBasisFunction_h
34 template<
typename ScalarType>
53 virtual ScalarType Evaluate(
const ScalarType& input)
const ITK_OVERRIDE;
55 virtual ScalarType EvaluateDerivative(
const ScalarType& dist,
const ArrayType& input,
56 char mode,
int element_id=0) const ITK_OVERRIDE;
61 virtual ~GaussianRadialBasisFunction() ITK_OVERRIDE;
64 virtual
void PrintSelf( std::ostream& os,
Indent indent ) const ITK_OVERRIDE;
71 #ifndef ITK_MANUAL_INSTANTIATION
72 #include "itkGaussianRadialBasisFunction.hxx"
Light weight base class for most itk classes.
SmartPointer< const Self > ConstPointer
Superclass::ArrayType ArrayType
SmartPointer< Self > Pointer
GaussianRadialBasisFunction Self
Control indentation during Print() invocation.
This is the itkGaussianRadialBasisFunction class.
RadialBasisFunctionBase< ScalarType > Superclass
This is the itkRadialBasisFunctionBase class.