#include <itkShiftScaleImageFilter.h>
Inheritance diagram for itk::ShiftScaleImageFilter< TInputImage, TOutputImage >:
[NOHEADER] | |
void | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, int threadId) |
Public Types | |
typedef ShiftScaleImageFilter | Self |
typedef ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage::RegionType | InputImageRegionType |
typedef TOutputImage::RegionType | OutputImageRegionType |
typedef TInputImage::Pointer | InputImagePointer |
typedef TOutputImage::Pointer | OutputImagePointer |
typedef TInputImage::PixelType | InputImagePixelType |
typedef TOutputImage::PixelType | OutputImagePixelType |
typedef TInputImage::IndexType | InputImageIndexType |
typedef TInputImage::SizeType | InputImageSizeType |
typedef TInputImage::OffsetType | InputImageOffsetType |
typedef TOutputImage::IndexType | OutputImageIndexType |
typedef TOutputImage::SizeType | OutputImageSizeType |
typedef TOutputImage::OffsetType | OutputImageOffsetType |
typedef NumericTraits< OutputImagePixelType >::RealType | RealType |
Public Member Functions | |
itkStaticConstMacro (ImageDimension, unsigned int, TInputImage::ImageDimension) | |
virtual const char * | GetNameOfClass () const |
virtual void | SetShift (RealType _arg) |
virtual RealType | GetShift () |
virtual void | SetScale (RealType _arg) |
virtual RealType | GetScale () |
virtual long | GetUnderflowCount () |
virtual long | GetOverflowCount () |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
ShiftScaleImageFilter () | |
~ShiftScaleImageFilter () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | BeforeThreadedGenerateData () |
void | AfterThreadedGenerateData () |
ShiftScaleImageFilter shifts the input pixel by Shift (default 0.0) and then scales the pixel by Scale (default 1.0). All computattions are performed in the precison of the input pixel's RealType. Before assigning the computed value to the output pixel, the value is clamped at the NonpositiveMin and max of the pixel type.
Definition at line 38 of file itkShiftScaleImageFilter.h.
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 46 of file itkShiftScaleImageFilter.h. |
|
Typedef to describe the output and input image index and size types. Definition at line 64 of file itkShiftScaleImageFilter.h. |
|
Definition at line 66 of file itkShiftScaleImageFilter.h. |
|
Typedef to describe the type of pixel. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 60 of file itkShiftScaleImageFilter.h. |
|
Typedef to describe the pointer to the input/output. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 56 of file itkShiftScaleImageFilter.h. |
|
Typedef to describe the output and input image region types. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 52 of file itkShiftScaleImageFilter.h. |
|
Definition at line 65 of file itkShiftScaleImageFilter.h. |
|
Definition at line 67 of file itkShiftScaleImageFilter.h. |
|
Definition at line 69 of file itkShiftScaleImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 61 of file itkShiftScaleImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 57 of file itkShiftScaleImageFilter.h. |
|
Superclass typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 53 of file itkShiftScaleImageFilter.h. |
|
Definition at line 68 of file itkShiftScaleImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 45 of file itkShiftScaleImageFilter.h. |
|
Type to use form computations. Definition at line 72 of file itkShiftScaleImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 43 of file itkShiftScaleImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 44 of file itkShiftScaleImageFilter.h. |
|
|
|
|
|
Tally accumulated in threads. Reimplemented from itk::ImageSource< TOutputImage >. |
|
Initialize some accumulators before the threads run. Reimplemented from itk::ImageSource< TOutputImage >. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Get the number of pixels that underflowed and overflowed. |
|
Set/Get the amount to Scale each Pixel. The Scale is applied after the Shift. |
|
Set/Get the amount to Shift each Pixel. The shift is followed by a Scale. |
|
Get the number of pixels that underflowed and overflowed. |
|
Image related typedefs. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Set/Get the amount to Scale each Pixel. The Scale is applied after the Shift. |
|
Set/Get the amount to Shift each Pixel. The shift is followed by a Scale. |
|
Multi-thread version GenerateData. Reimplemented from itk::ImageSource< TOutputImage >. |