ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Types | Private Member Functions | Private Attributes
itk::JoinSeriesImageFilter< TInputImage, TOutputImage > Class Template Reference

Join N-D images into an (N+1)-D image. More...

#include <itkJoinSeriesImageFilter.h>

Inheritance diagram for itk::JoinSeriesImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for itk::JoinSeriesImageFilter< TInputImage, TOutputImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef InputImageType::Pointer InputImagePointer
typedef InputImageType::RegionType InputImageRegionType
typedef Superclass::InputImageType InputImageType
typedef OutputImageType::Pointer OutputImagePointer
typedef OutputImageType::RegionType OutputImageRegionType
typedef Superclass::OutputImageType OutputImageType
typedef SmartPointer< SelfPointer
typedef JoinSeriesImageFilter Self
typedef ImageToImageFilter
< TInputImage, TOutputImage > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
 typedef (Concept::Convertible< typename TInputImage::PixelType, typename TOutputImage::PixelType >) InputConvertibleToOutputCheck
virtual void SetSpacing (double _arg)
virtual double GetSpacing () const
virtual void SetOrigin (double _arg)
virtual double GetOrigin () const

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int InputImageDimension = TInputImage::ImageDimension
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension

Protected Member Functions

virtual void GenerateInputRequestedRegion ()
virtual void GenerateOutputInformation ()
virtual void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
 JoinSeriesImageFilter ()
 ~JoinSeriesImageFilter ()
void PrintSelf (std::ostream &os, Indent indent) const

Private Types

typedef unsigned int IndexValueType

Private Member Functions

 JoinSeriesImageFilter (const Self &)
void operator= (const Self &)

Private Attributes

double m_Origin
double m_Spacing

Detailed Description

template<class TInputImage, class TOutputImage>
class itk::JoinSeriesImageFilter< TInputImage, TOutputImage >

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.

Author:
Hideaki Hiraki

Contributed in the users list http://public.kitware.com/pipermail/insight-users/2004-February/006542.html

Definition at line 50 of file itkJoinSeriesImageFilter.h.


Member Typedef Documentation

template<class TInputImage , class TOutputImage >
typedef SmartPointer< const Self > itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::ConstPointer
template<class TInputImage , class TOutputImage >
typedef unsigned int itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::IndexValueType [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.

template<class TInputImage , class TOutputImage >
typedef InputImageType::Pointer itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::InputImagePointer
template<class TInputImage , class TOutputImage >
typedef InputImageType::RegionType itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::InputImageRegionType
template<class TInputImage , class TOutputImage >
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.

template<class TInputImage , class TOutputImage >
typedef OutputImageType::Pointer itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::OutputImagePointer

Reimplemented from itk::ImageSource< TOutputImage >.

Definition at line 70 of file itkJoinSeriesImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef OutputImageType::RegionType itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::OutputImageRegionType

Superclass typedefs.

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 72 of file itkJoinSeriesImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef Superclass::OutputImageType itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::OutputImageType

Some convenient typedefs.

Reimplemented from itk::ImageSource< TOutputImage >.

Definition at line 68 of file itkJoinSeriesImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef SmartPointer< Self > itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::Pointer
template<class TInputImage , class TOutputImage >
typedef JoinSeriesImageFilter itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::Self

Standard class typedefs.

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 55 of file itkJoinSeriesImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::Superclass

Constructor & Destructor Documentation

template<class TInputImage , class TOutputImage >
itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::JoinSeriesImageFilter ( ) [protected]

End concept checking

template<class TInputImage , class TOutputImage >
itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::~JoinSeriesImageFilter ( ) [inline, protected]

End concept checking

Definition at line 101 of file itkJoinSeriesImageFilter.h.

template<class TInputImage , class TOutputImage >
itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::JoinSeriesImageFilter ( const Self ) [private]

Member Function Documentation

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::CreateAnother ( void  ) const [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.

template<class TInputImage , class TOutputImage >
virtual void itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::GenerateInputRequestedRegion ( ) [protected, virtual]

Overrides GenerateInputRequestedRegion() in order to inform the pipeline execution model of different input requested regions than the output requested region.

See also:
ImageToImageFilter::GenerateInputRequestedRegion()

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
virtual void itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::GenerateOutputInformation ( ) [protected, virtual]

Overrides GenerateOutputInformation() in order to produce an image which has a different information than the first input.

See also:
ProcessObject::GenerateOutputInformaton()

Reimplemented from itk::ProcessObject.

template<class TInputImage , class TOutputImage >
virtual const char* itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
virtual double itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::GetOrigin ( ) const [virtual]

Set/Get origin of the new dimension

template<class TInputImage , class TOutputImage >
virtual double itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::GetSpacing ( ) const [virtual]

Set/Get spacing of the new dimension

template<class TInputImage , class TOutputImage >
static Pointer itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::Object.

template<class TInputImage , class TOutputImage >
void itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::operator= ( const Self ) [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 >.

template<class TInputImage , class TOutputImage >
void itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

End concept checking

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
virtual void itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::SetOrigin ( double  _arg) [virtual]

Set/Get origin of the new dimension

template<class TInputImage , class TOutputImage >
virtual void itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::SetSpacing ( double  _arg) [virtual]

Set/Get spacing of the new dimension

template<class TInputImage , class TOutputImage >
virtual void itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::ThreadedGenerateData ( const OutputImageRegionType outputRegionForThread,
ThreadIdType  threadId 
) [protected, virtual]

JoinSeriesImageFilter can be implemented as a multithreaded filter.

See also:
ImageSource::ThreadedGenerateData(), ImageSource::GenerateData()

Reimplemented from itk::ImageSource< TOutputImage >.

template<class TInputImage , class 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 > )


Member Data Documentation

template<class TInputImage , class TOutputImage >
const unsigned int itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::InputImageDimension = TInputImage::ImageDimension [static]

Compiler can't inherit ImageDimension enumeration?

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 76 of file itkJoinSeriesImageFilter.h.

template<class TInputImage , class TOutputImage >
double itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::m_Origin [private]

Definition at line 131 of file itkJoinSeriesImageFilter.h.

template<class TInputImage , class TOutputImage >
double itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::m_Spacing [private]

Definition at line 130 of file itkJoinSeriesImageFilter.h.

template<class TInputImage , class TOutputImage >
const unsigned int itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::OutputImageDimension = TOutputImage::ImageDimension [static]

Compiler can't inherit ImageDimension enumeration?

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 78 of file itkJoinSeriesImageFilter.h.


The documentation for this class was generated from the following file: