18 #ifndef itkGaussianTransferFunction_h
19 #define itkGaussianTransferFunction_h
33 template<
typename ScalarType>
50 virtual ScalarType Evaluate(
const ScalarType& input)
const;
53 virtual ScalarType EvaluateDerivative(
const ScalarType& input)
const;
61 virtual void PrintSelf( std::ostream& os,
Indent indent )
const;
68 #ifndef ITK_MANUAL_INSTANTIATION
69 #include "itkGaussianTransferFunction.hxx"
Light weight base class for most itk classes.
This is the itkTransferFunctionBase class.
GaussianTransferFunction Self
SmartPointer< const Self > ConstPointer
TransferFunctionBase< ScalarType > Superclass
Control indentation during Print() invocation.
This is the itkGaussianTransferFunction class.
SmartPointer< Self > Pointer