ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkJoinSeriesImageFilter.h>
Join N-D images into an (N+1)-D image.
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.
Contributed in the users list http://public.kitware.com/pipermail/insight-users/2004-February/006542.html
Definition at line 50 of file itkJoinSeriesImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Private Types | |
typedef unsigned int | IndexValueType |
Private Attributes | |
double | m_Origin |
double | m_Spacing |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
typedef SmartPointer< const Self > itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 58 of file itkJoinSeriesImageFilter.h.
|
private |
IndexValueType is used to switch among the inputs and is used as the index value of the new dimension
Definition at line 129 of file itkJoinSeriesImageFilter.h.
typedef InputImageType::Pointer itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Definition at line 69 of file itkJoinSeriesImageFilter.h.
typedef InputImageType::RegionType itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Definition at line 71 of file itkJoinSeriesImageFilter.h.
typedef Superclass::InputImageType itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::InputImageType |
Compiler can't inherit typedef?
Definition at line 64 of file itkJoinSeriesImageFilter.h.
typedef OutputImageType::Pointer itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Definition at line 70 of file itkJoinSeriesImageFilter.h.
typedef OutputImageType::RegionType itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Definition at line 72 of file itkJoinSeriesImageFilter.h.
typedef Superclass::OutputImageType itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 68 of file itkJoinSeriesImageFilter.h.
typedef SmartPointer< Self > itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 57 of file itkJoinSeriesImageFilter.h.
typedef JoinSeriesImageFilter itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 55 of file itkJoinSeriesImageFilter.h.
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 56 of file itkJoinSeriesImageFilter.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 101 of file itkJoinSeriesImageFilter.h.
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
overrideprotectedvirtual |
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 >.
|
overrideprotectedvirtual |
Overrides GenerateOutputInformation() in order to produce an image which has a different information than the first input.
Reimplemented from itk::ProcessObject.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/Get origin of the new dimension
|
virtual |
Set/Get spacing of the new dimension
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
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 >.
|
virtual |
Set/Get origin of the new dimension
|
virtual |
Set/Get spacing of the new dimension
|
overrideprotectedvirtual |
JoinSeriesImageFilter can be implemented as a multithreaded filter.
Reimplemented from itk::ImageSource< TOutputImage >.
|
overrideprotectedvirtual |
Override VeriyInputInformation() to add the additional check that all inputs have the same number of components.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
static |
Compiler can't inherit ImageDimension enumeration?
Definition at line 76 of file itkJoinSeriesImageFilter.h.
|
private |
Definition at line 136 of file itkJoinSeriesImageFilter.h.
|
private |
Definition at line 135 of file itkJoinSeriesImageFilter.h.
|
static |
Compiler can't inherit ImageDimension enumeration?
Definition at line 78 of file itkJoinSeriesImageFilter.h.