18 #ifndef itkShiftScaleImageFilter_h
19 #define itkShiftScaleImageFilter_h
38 template<
typename TInputImage,
typename TOutputImage >
77 TInputImage::ImageDimension);
95 itkGetConstMacro(UnderflowCount,
long);
96 itkGetConstMacro(OverflowCount,
long);
99 #ifdef ITK_USE_CONCEPT_CHECKING
123 outputRegionForThread,
128 void operator=(const Self &);
144 #ifndef ITK_MANUAL_INSTANTIATION
145 #include "itkShiftScaleImageFilter.hxx"
Array class with size defined at construction time.
void PrintSelf(std::ostream &os, Indent indent) const override
TInputImage::RegionType InputImageRegionType
void AfterThreadedGenerateData() override
TInputImage::PixelType InputImagePixelType
TInputImage::Pointer InputImagePointer
Shift and scale the pixels in an image.
TInputImage::OffsetType InputImageOffsetType
TOutputImage::IndexType OutputImageIndexType
TOutputImage::PixelType OutputImagePixelType
TInputImage::SizeType InputImageSizeType
const TInputImage * m_InputImage
Base class for all process objects that output image data.
static const unsigned int ImageDimension
void BeforeThreadedGenerateData() override
Array< long > m_ThreadUnderflow
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
TOutputImage::RegionType OutputImageRegionType
TOutputImage::SizeType OutputImageSizeType
void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId) override
TOutputImage::OffsetType OutputImageOffsetType
TOutputImage * m_OutputImage
ImageToImageFilter< TInputImage, TOutputImage > Superclass
unsigned int ThreadIdType
TInputImage::IndexType InputImageIndexType
NumericTraits< OutputImagePixelType >::RealType RealType
Base class for filters that take an image as input and produce an image as output.
OutputImageType::RegionType OutputImageRegionType
Control indentation during Print() invocation.
Array< long > m_ThreadOverflow
Define additional traits for native types such as int or float.
TOutputImage::Pointer OutputImagePointer
#define itkConceptMacro(name, concept)
ShiftScaleImageFilter Self