#include <itkVectorResampleImageFilter.h>
Inheritance diagram for itk::VectorResampleImageFilter< TInputImage, TOutputImage >:
Public Types | |
typedef VectorResampleImageFilter | Self |
typedef ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage | InputImageType |
typedef TOutputImage | OutputImageType |
typedef InputImageType::Pointer | InputImagePointer |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef Transform< double, itkGetStaticConstMacro(ImageDimension), itkGetStaticConstMacro(ImageDimension) | TransformType ) |
typedef TransformType::Pointer | TransformPointerType |
typedef VectorInterpolateImageFunction< InputImageType, double > | InterpolatorType |
typedef InterpolatorType::Pointer | InterpolatorPointerType |
typedef Size< itkGetStaticConstMacro(ImageDimension) | SizeType ) |
typedef TOutputImage::IndexType | IndexType |
typedef InterpolatorType::PointType | PointType |
typedef TOutputImage::PixelType | PixelType |
typedef PixelType::ValueType | PixelComponentType |
typedef TOutputImage::RegionType | OutputImageRegionType |
typedef TOutputImage::SpacingType | SpacingType |
typedef TOutputImage::PointType | OriginPointType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
itkStaticConstMacro (ImageDimension, unsigned int, TOutputImage::ImageDimension) | |
virtual void | SetTransform (TransformType *_arg) |
virtual TransformType * | GetTransform () |
virtual void | SetInterpolator (InterpolatorType *_arg) |
virtual InterpolatorType * | GetInterpolator () |
virtual void | SetSize (SizeType _arg) |
virtual const SizeType & | GetSize () |
virtual void | SetDefaultPixelValue (PixelType _arg) |
virtual PixelType | GetDefaultPixelValue () |
virtual const SpacingType & | GetOutputSpacing () |
virtual const PointType & | GetOutputOrigin () |
virtual void | SetOutputStartIndex (IndexType _arg) |
virtual const IndexType & | GetOutputStartIndex () |
virtual void | GenerateOutputInformation () |
virtual void | GenerateInputRequestedRegion () |
virtual void | BeforeThreadedGenerateData () |
virtual void | AfterThreadedGenerateData () |
unsigned long | GetMTime (void) const |
virtual void | SetOutputSpacing (SpacingType _arg) |
virtual void | SetOutputSpacing (const double *values) |
virtual void | SetOutputOrigin (PointType _arg) |
virtual void | SetOutputOrigin (const double *values) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
VectorResampleImageFilter () | |
~VectorResampleImageFilter () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, int threadId) |
VectorResampleImageFilter resamples an existing image through some coordinate transform, interpolating via some image function. The class is templated over the types of the input and output images.
Note that the choice of interpolator function can be important. This function is set via SetInterpolator(). The default is itk::VectorLinearInterpolateImageFunction<InputImageType, double>, which is reasonable for ordinary medical images.
Since this filter produces an image which is a different size than its input, it needs to override several of the methods defined in ProcessObject in order to properly manage the pipeline execution model. In particular, this filter overrides ProcessObject::GenerateInputRequestedRegion() and ProcessObject::GenerateOutputInformation().
This filter is implemented as a multithreaded filter. It provides a ThreadedGenerateData() method for its implementation.
Definition at line 56 of file itkVectorResampleImageFilter.h.
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 64 of file itkVectorResampleImageFilter.h. |
|
Image index typedef. Definition at line 97 of file itkVectorResampleImageFilter.h. Referenced by itk::VectorResampleImageFilter< TInputImage, TOutputImage >::~VectorResampleImageFilter(). |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 67 of file itkVectorResampleImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 69 of file itkVectorResampleImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 65 of file itkVectorResampleImageFilter.h. |
|
Definition at line 91 of file itkVectorResampleImageFilter.h. Referenced by itk::VectorResampleImageFilter< TInputImage, TOutputImage >::~VectorResampleImageFilter(). |
|
Interpolator typedef. Definition at line 90 of file itkVectorResampleImageFilter.h. |
|
Definition at line 111 of file itkVectorResampleImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 68 of file itkVectorResampleImageFilter.h. |
|
Typedef to describe the output image region type. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 107 of file itkVectorResampleImageFilter.h. Referenced by itk::VectorResampleImageFilter< TInputImage, TOutputImage >::~VectorResampleImageFilter(). |
|
Some convenient typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 66 of file itkVectorResampleImageFilter.h. |
|
Definition at line 104 of file itkVectorResampleImageFilter.h. |
|
Image pixel value typedef. Definition at line 103 of file itkVectorResampleImageFilter.h. Referenced by itk::VectorResampleImageFilter< TInputImage, TOutputImage >::~VectorResampleImageFilter(). |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 63 of file itkVectorResampleImageFilter.h. |
|
Image point typedef. Definition at line 100 of file itkVectorResampleImageFilter.h. Referenced by itk::VectorResampleImageFilter< TInputImage, TOutputImage >::~VectorResampleImageFilter(). |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 61 of file itkVectorResampleImageFilter.h. Referenced by itk::VectorResampleImageFilter< TInputImage, TOutputImage >::~VectorResampleImageFilter(). |
|
Image size typedef. Definition at line 94 of file itkVectorResampleImageFilter.h. Referenced by itk::VectorResampleImageFilter< TInputImage, TOutputImage >::~VectorResampleImageFilter(). |
|
Image spacing typedef Definition at line 110 of file itkVectorResampleImageFilter.h. Referenced by itk::VectorResampleImageFilter< TInputImage, TOutputImage >::~VectorResampleImageFilter(). |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 62 of file itkVectorResampleImageFilter.h. |
|
Definition at line 87 of file itkVectorResampleImageFilter.h. Referenced by itk::VectorResampleImageFilter< TInputImage, TOutputImage >::~VectorResampleImageFilter(). |
|
Transform typedef.
Definition at line 86 of file itkVectorResampleImageFilter.h. |
|
|
|
|
This method is used to set the state of the filter after multi-threading. Reimplemented from itk::ImageSource< TOutputImage >. |
|
This method is used to set the state of the filter before multi-threading. Reimplemented from itk::ImageSource< TOutputImage >. |
|
VectorResampleImageFilter needs a different input requested region than the output requested region. As such, VectorResampleImageFilter needs to provide an implementation for GenerateInputRequestedRegion() in order to inform the pipeline execution model. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
VectorResampleImageFilter produces an image which is a different size than its input. As such, it needs to provide an implementation for GenerateOutputInformation() in order to inform the pipeline execution model. The original documentation of this method is below.
Reimplemented from itk::ProcessObject. |
|
Get the pixel value when a transformed pixel is outside of the image |
|
Get a pointer to the interpolator function. |
|
Method Compute the Modified Time based on changed to the components. Reimplemented from itk::Object. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Get the output image origin. |
|
Get the output image spacing. |
|
Get the start index of the output largest possible region. |
|
Get the size of the output image. |
|
Get a pointer to the coordinate transform. |
|
Number of dimensions. |
|
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 the pixel value when a transformed pixel is outside of the image. The default default pixel value is 0. |
|
Set the interpolator function. The default is itk::VectorLinearInterpolateImageFunction<InputImageType, double>. |
|
Set the output image origin. |
|
Set the output image origin. |
|
Set the output image spacing. |
|
Set the output image spacing. |
|
Set the start index of the output largest possible region. The default is an index of all zeros. |
|
Set the size of the output image. |
|
Set the coordinate transformation. Set the coordinate transform to use for resampling. Note that this must be in index coordinates and is the output-to-input transform, NOT the input-to-output transform that you might naively expect. The default is itk::AffineTransform<double, ImageDimension>. |
|
VectorResampleImageFilter can be implemented as a multithreaded filter. Therefore, this implementation provides a ThreadedGenerateData() routine which is called for each processing thread. The output image data is allocated automatically by the superclass prior to calling ThreadedGenerateData(). ThreadedGenerateData can only write to the portion of the output image specified by the parameter "outputRegionForThread" Reimplemented from itk::ImageSource< TOutputImage >. |