#include <itkShiftScaleInPlaceImageFilter.h>
Inheritance diagram for itk::ShiftScaleInPlaceImageFilter< TInputImage >:
Public Types | |
typedef ShiftScaleInPlaceImageFilter | Self |
typedef InPlaceImageFilter< TInputImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage::RegionType | InputImageRegionType |
typedef TInputImage::RegionType | OutputImageRegionType |
typedef TInputImage::Pointer | InputImagePointer |
typedef TInputImage::Pointer | OutputImagePointer |
typedef TInputImage::PixelType | InputImagePixelType |
typedef TInputImage::PixelType | OutputImagePixelType |
typedef TInputImage::IndexType | InputImageIndexType |
typedef TInputImage::SizeType | InputImageSizeType |
typedef TInputImage::OffsetType | InputImageOffsetType |
typedef TInputImage::IndexType | OutputImageIndexType |
typedef TInputImage::SizeType | OutputImageSizeType |
typedef TInputImage::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 | |
ShiftScaleInPlaceImageFilter () | |
~ShiftScaleInPlaceImageFilter () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | BeforeThreadedGenerateData () |
void | AfterThreadedGenerateData () |
void | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, int threadId) |
ShiftScaleInPlaceImageFilter 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.
ShiftScaleInPlaceImageFilter overwrites the input image to form the output image. If you do not want the input data destroyed, use the ShiftScaleImageFilter instead.
Definition at line 45 of file itkShiftScaleInPlaceImageFilter.h.
|
Reimplemented from itk::InPlaceImageFilter< TInputImage >. Definition at line 53 of file itkShiftScaleInPlaceImageFilter.h. |
|
Typedef to describe the output and input image index and size types. Definition at line 71 of file itkShiftScaleInPlaceImageFilter.h. |
|
Definition at line 73 of file itkShiftScaleInPlaceImageFilter.h. |
|
Typedef to describe the type of pixel. Reimplemented from itk::InPlaceImageFilter< TInputImage >. Definition at line 67 of file itkShiftScaleInPlaceImageFilter.h. |
|
Typedef to describe the pointer to the input/output. Reimplemented from itk::InPlaceImageFilter< TInputImage >. Definition at line 63 of file itkShiftScaleInPlaceImageFilter.h. |
|
Typedef to describe the output and input image region types. Reimplemented from itk::InPlaceImageFilter< TInputImage >. Definition at line 59 of file itkShiftScaleInPlaceImageFilter.h. |
|
Definition at line 72 of file itkShiftScaleInPlaceImageFilter.h. |
|
Definition at line 74 of file itkShiftScaleInPlaceImageFilter.h. |
|
Definition at line 76 of file itkShiftScaleInPlaceImageFilter.h. |
|
Reimplemented from itk::InPlaceImageFilter< TInputImage >. Definition at line 68 of file itkShiftScaleInPlaceImageFilter.h. |
|
Reimplemented from itk::InPlaceImageFilter< TInputImage >. Definition at line 64 of file itkShiftScaleInPlaceImageFilter.h. |
|
Superclass typedefs. Reimplemented from itk::InPlaceImageFilter< TInputImage >. Definition at line 60 of file itkShiftScaleInPlaceImageFilter.h. |
|
Definition at line 75 of file itkShiftScaleInPlaceImageFilter.h. |
|
Reimplemented from itk::InPlaceImageFilter< TInputImage >. Definition at line 52 of file itkShiftScaleInPlaceImageFilter.h. |
|
Type to use form computations. Definition at line 79 of file itkShiftScaleInPlaceImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::InPlaceImageFilter< TInputImage >. Definition at line 50 of file itkShiftScaleInPlaceImageFilter.h. |
|
Reimplemented from itk::InPlaceImageFilter< TInputImage >. Definition at line 51 of file itkShiftScaleInPlaceImageFilter.h. |
|
|
|
|
|
Tally data accumulated in threads. Reimplemented from itk::ImageSource< TInputImage >. |
|
Initialize some accumulators before the threads run. Reimplemented from itk::ImageSource< TInputImage >. |
|
Run-time type information (and related methods). Reimplemented from itk::InPlaceImageFilter< TInputImage >. |
|
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::InPlaceImageFilter< TInputImage >. |
|
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< TInputImage >. |