18 #ifndef itkNeighborhoodBinaryThresholdImageFunction_h
19 #define itkNeighborhoodBinaryThresholdImageFunction_h
41 template<
typename TInputImage,
typename TCoordRep =
float >
79 InputImageType::ImageDimension);
127 #ifndef ITK_MANUAL_INSTANTIATION
128 #include "itkNeighborhoodBinaryThresholdImageFunction.hxx"
TInputImage InputImageType
void operator=(const Self &)
Superclass::PointType PointType
Light weight base class for most itk classes.
SmartPointer< const Self > ConstPointer
Superclass::OutputType OutputType
void ConvertPointToNearestIndex(const PointType &point, IndexType &index) const
~NeighborhoodBinaryThresholdImageFunction()
Superclass::IndexType IndexType
virtual bool EvaluateAtContinuousIndex(const ContinuousIndexType &cindex) const override
Superclass::ContinuousIndexType ContinuousIndexType
SmartPointer< Self > Pointer
InputImageType::SizeType InputSizeType
TInputImage::PixelType PixelType
virtual bool EvaluateAtIndex(const IndexType &index) const override
NeighborhoodBinaryThresholdImageFunction Self
Superclass::PixelType PixelType
NeighborhoodBinaryThresholdImageFunction()
BinaryThresholdImageFunction< TInputImage, TCoordRep > Superclass
Determine whether all the pixels in the specified neighborhood meet a threshold criteria.
Superclass::IndexType IndexType
Control indentation during Print() invocation.
static const unsigned int ImageDimension
Returns true is the value of an image lies within a range of thresholds This ImageFunction returns tr...
Superclass::ContinuousIndexType ContinuousIndexType
Superclass::PointType PointType
void ConvertContinuousIndexToNearestIndex(const ContinuousIndexType &cindex, IndexType &index) const
void PrintSelf(std::ostream &os, Indent indent) const override
virtual bool Evaluate(const PointType &point) const override