ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkJoinSeriesImageFilter.h>
Static Public Member Functions | |
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 Public Attributes inherited from itk::ImageSource< TOutputImage > |
Private Types | |
typedef unsigned int | IndexValueType |
Private Member Functions | |
JoinSeriesImageFilter (const Self &) | |
void | operator= (const Self &) |
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 |
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.
typedef SmartPointer< const Self > itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
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 128 of file itkJoinSeriesImageFilter.h.
typedef InputImageType::Pointer itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 69 of file itkJoinSeriesImageFilter.h.
typedef InputImageType::RegionType itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 71 of file itkJoinSeriesImageFilter.h.
typedef Superclass::InputImageType itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::InputImageType |
Compiler can't inherit typedef?
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 64 of file itkJoinSeriesImageFilter.h.
typedef OutputImageType::Pointer itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 70 of file itkJoinSeriesImageFilter.h.
typedef OutputImageType::RegionType itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Superclass typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 72 of file itkJoinSeriesImageFilter.h.
typedef Superclass::OutputImageType itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 68 of file itkJoinSeriesImageFilter.h.
typedef SmartPointer< Self > itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 57 of file itkJoinSeriesImageFilter.h.
typedef JoinSeriesImageFilter itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 55 of file itkJoinSeriesImageFilter.h.
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 56 of file itkJoinSeriesImageFilter.h.
|
protected |
End concept checking
|
inlineprotected |
End concept checking
Definition at line 101 of file itkJoinSeriesImageFilter.h.
|
private |
|
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.
|
protectedvirtual |
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 >.
|
protectedvirtual |
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.
Reimplemented from itk::Object.
|
private |
PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
protectedvirtual |
End concept checking
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/Get origin of the new dimension
|
virtual |
Set/Get spacing of the new dimension
|
protectedvirtual |
JoinSeriesImageFilter can be implemented as a multithreaded filter.
Reimplemented from itk::ImageSource< TOutputImage >.
itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::Convertible< typename TInputImage::PixelType, typename TOutputImage::PixelType > | ) |
Begin concept checking This class requires InputConvertibleToOutputCheck in the form of ( Concept::Convertible< typename TInputImage::PixelType, typename TOutputImage::PixelType > )
|
static |
Compiler can't inherit ImageDimension enumeration?
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 76 of file itkJoinSeriesImageFilter.h.
|
private |
Definition at line 131 of file itkJoinSeriesImageFilter.h.
|
private |
Definition at line 130 of file itkJoinSeriesImageFilter.h.
|
static |
Compiler can't inherit ImageDimension enumeration?
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 78 of file itkJoinSeriesImageFilter.h.