18 #ifndef itkShiftScaleImageFilter_h
19 #define itkShiftScaleImageFilter_h
38 template<
typename TInputImage,
typename TOutputImage >
76 itkStaticConstMacro(ImageDimension,
unsigned int,
77 TInputImage::ImageDimension);
95 itkGetConstMacro(UnderflowCount,
long);
96 itkGetConstMacro(OverflowCount,
long);
99 #ifdef ITK_USE_CONCEPT_CHECKING
113 void PrintSelf(std::ostream & os,
Indent indent) const ITK_OVERRIDE;
116 void BeforeThreadedGenerateData() ITK_OVERRIDE;
119 void AfterThreadedGenerateData() ITK_OVERRIDE;
123 outputRegionForThread,
132 long m_UnderflowCount;
133 long m_OverflowCount;
138 const TInputImage *m_InputImage;
139 TOutputImage *m_OutputImage;
143 #ifndef ITK_MANUAL_INSTANTIATION
144 #include "itkShiftScaleImageFilter.hxx"
Array class with size defined at construction time.
TInputImage::RegionType InputImageRegionType
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
Base class for all process objects that output image data.
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
TOutputImage::RegionType OutputImageRegionType
TOutputImage::SizeType OutputImageSizeType
TOutputImage::OffsetType OutputImageOffsetType
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.
ImageBaseType::SizeType SizeType
Define additional traits for native types such as int or float.
TOutputImage::Pointer OutputImagePointer
#define itkConceptMacro(name, concept)
ShiftScaleImageFilter Self
ImageBaseType::IndexType IndexType