#include <itkJoinSeriesImageFilter.h>
Inheritance diagram for itk::JoinSeriesImageFilter< TInputImage, TOutputImage >:
Public Types | |
typedef JoinSeriesImageFilter | Self |
typedef ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::InputImageType | InputImageType |
typedef Superclass::OutputImageType | OutputImageType |
typedef InputImageType::Pointer | InputImagePointer |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef OutputImageType::RegionType | OutputImageRegionType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
itkStaticConstMacro (InputImageDimension, unsigned int, TInputImage::ImageDimension) | |
itkStaticConstMacro (OutputImageDimension, unsigned int, TOutputImage::ImageDimension) | |
virtual void | SetSpacing (double _arg) |
virtual double | GetSpacing () |
virtual void | SetOrigin (double _arg) |
virtual double | GetOrigin () |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
JoinSeriesImageFilter () | |
~JoinSeriesImageFilter () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | GenerateOutputInformation () |
virtual void | GenerateInputRequestedRegion () |
virtual void | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, int threadId) |
This filter is templated over the input image type and the output image type. The pixel type of them must be the same and the input dimension must be less than the output dimension. When the input images are N-dimensinal, they are joined in order and the size of the N+1'th dimension of the output is same as the number of the inputs. The spacing and the origin (where the first input is placed) for the N+1'th dimension is specified in this filter. The output image informations for the first N dimensions are taken from the first input. Note that all the inputs should have the same information.
Definition at line 49 of file itkJoinSeriesImageFilter.h.
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 57 of file itkJoinSeriesImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 68 of file itkJoinSeriesImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 70 of file itkJoinSeriesImageFilter.h. |
|
Compiler can't inherit typedef? Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 66 of file itkJoinSeriesImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 69 of file itkJoinSeriesImageFilter.h. |
|
Superclass typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 71 of file itkJoinSeriesImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 67 of file itkJoinSeriesImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 56 of file itkJoinSeriesImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 54 of file itkJoinSeriesImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 55 of file itkJoinSeriesImageFilter.h. |
|
|
|
Definition at line 92 of file itkJoinSeriesImageFilter.h. |
|
Overrides GenerateInputRequestedRegion() in order to inform the pipeline execution model of different input requested regions than the output requested region. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Overrides GenerateOutputInformation() in order to produce an image which has a different information than the first input.
Reimplemented from itk::ProcessObject. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Set/Get origin of the new dimension |
|
Set/Get spacing of the new dimension |
|
Compiler can't inherit ImageDimension enumeration? Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Compiler can't inherit ImageDimension enumeration? Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
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 origin of the new dimension |
|
Set/Get spacing of the new dimension |
|
JoinSeriesImageFilter can be implemented as a multithreaded filter. Reimplemented from itk::ImageSource< TOutputImage >. |