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