18 #ifndef __itkZeroCrossingImageFilter_h
19 #define __itkZeroCrossingImageFilter_h
62 template<
typename TInputImage,
typename TOutputImage >
94 TInputImage::ImageDimension);
96 TOutputImage::ImageDimension);
119 #ifdef ITK_USE_CONCEPT_CHECKING
166 #ifndef ITK_MANUAL_INSTANTIATION
167 #include "itkZeroCrossingImageFilter.hxx"
OutputImagePixelType m_ForegroundValue
void operator=(const Self &)
void PrintSelf(std::ostream &os, Indent indent) const
static const unsigned int OutputImageDimension
ImageToImageFilter< TInputImage, TOutputImage > Superclass
virtual void GenerateInputRequestedRegion()
Base class for all process objects that output image data.
static const unsigned int ImageDimension
TOutputImage OutputImageType
TOutputImage::PixelType OutputImagePixelType
SmartPointer< Self > Pointer
ZeroCrossingImageFilter Self
~ZeroCrossingImageFilter()
OutputImageType::PixelType OutputImagePixelType
ZeroCrossingImageFilter()
Base class for filters that take an image as input and produce an image as output.
This filter finds the closest pixel to the zero-crossings (sign changes) in a signed itk::Image...
OutputImageType::RegionType OutputImageRegionType
Control indentation during Print() invocation.
TInputImage::PixelType InputImagePixelType
Define additional traits for native types such as int or float.
TOutputImage::RegionType OutputImageRegionType
OutputImagePixelType m_BackgroundValue
#define itkConceptMacro(name, concept)
SmartPointer< const Self > ConstPointer
TInputImage InputImageType
void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
unsigned int ThreadIdType