18 #ifndef itkBinaryThresholdSpatialFunction_h
19 #define itkBinaryThresholdSpatialFunction_h
41 template<
typename TFunction >
44 TFunction::ImageDimension,
45 typename TFunction::InputType >
53 TFunction::ImageDimension,
54 typename TFunction::InputType >;
99 void PrintSelf(std::ostream & os,
Indent indent)
const override;
108 #ifndef ITK_MANUAL_INSTANTIATION
109 #include "itkBinaryThresholdSpatialFunction.hxx"
A spatial functions that returns if the internal spatial function is within user specified thresholds...
FunctionOutputType m_UpperThreshold
typename TFunction::InputType InputType
FunctionType::Pointer m_Function
typename TFunction::OutputType FunctionOutputType
typename Superclass::OutputType OutputType
Control indentation during Print() invocation.
N-dimensional spatial function class.
FunctionOutputType m_LowerThreshold
typename Superclass::OutputType OutputType