18#ifndef itkBinaryThresholdSpatialFunction_h
19#define itkBinaryThresholdSpatialFunction_h
41template <
typename TFunction>
43 :
public SpatialFunction<bool, TFunction::ImageDimension, typename TFunction::InputType>
105#ifndef ITK_MANUAL_INSTANTIATION
106# include "itkBinaryThresholdSpatialFunction.hxx"
~BinaryThresholdSpatialFunction() override=default
FunctionType::Pointer m_Function
FunctionOutputType m_UpperThreshold
void PrintSelf(std::ostream &os, Indent indent) const override
SmartPointer< Self > Pointer
FunctionOutputType m_LowerThreshold
typename TFunction::OutputType FunctionOutputType
OutputType Evaluate(const InputType &point) const override
SmartPointer< const Self > ConstPointer
BinaryThresholdSpatialFunction()=default
typename TFunction::InputType InputType
SpatialFunction< bool, TFunction::ImageDimension, typename TFunction::InputType > Superclass
BinaryThresholdSpatialFunction Self
Control indentation during Print() invocation.
static constexpr T NonpositiveMin()
static constexpr T max(const T &)
Implements transparent reference counting.
SpatialFunction()=default
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....