18 #ifndef __itkBinaryThresholdSpatialFunction_h
19 #define __itkBinaryThresholdSpatialFunction_h
41 template<
typename TFunction >
44 TFunction::ImageDimension,
45 typename TFunction::InputType >
51 TFunction::ImageDimension,
110 #ifndef ITK_MANUAL_INSTANTIATION
111 #include "itkBinaryThresholdSpatialFunction.hxx"
void operator=(const Self &)
SmartPointer< Self > Pointer
BinaryThresholdSpatialFunction()
void PrintSelf(std::ostream &os, Indent indent) const
BinaryThresholdSpatialFunction Self
A spatial functions that returns if the internal spatial function is within user specified thresholds...
FunctionOutputType m_UpperThreshold
SmartPointer< const Self > ConstPointer
~BinaryThresholdSpatialFunction()
TFunction::OutputType FunctionOutputType
Superclass::OutputType OutputType
virtual OutputType Evaluate(const InputType &point) const
FunctionType::Pointer m_Function
TFunction::InputType InputType
Superclass::OutputType OutputType
Control indentation during Print() invocation.
N-dimensional spatial function class.
FunctionOutputType m_LowerThreshold
SpatialFunction< bool, TFunction::ImageDimension, typename TFunction::InputType > Superclass