ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkJoinSeriesImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
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< Self > | Pointer |
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 |
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.
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.
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.
itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::JoinSeriesImageFilter | ( | ) | [protected] |
End concept checking
itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::~JoinSeriesImageFilter | ( | ) | [inline, protected] |
End concept checking
Definition at line 101 of file itkJoinSeriesImageFilter.h.
itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::JoinSeriesImageFilter | ( | const Self & | ) | [private] |
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.
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.
Reimplemented from itk::ImageToImageFilter< TInputImage, 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.
Reimplemented from itk::ProcessObject.
virtual const char* itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
virtual double itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::GetOrigin | ( | ) | const [virtual] |
Set/Get origin of the new dimension
virtual double itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::GetSpacing | ( | ) | const [virtual] |
Set/Get spacing of the new dimension
static Pointer itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::Object.
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 >.
void itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
End concept checking
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
virtual void itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::SetOrigin | ( | double | _arg | ) | [virtual] |
Set/Get origin of the new dimension
virtual void itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::SetSpacing | ( | double | _arg | ) | [virtual] |
Set/Get spacing of the new dimension
virtual void itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::ThreadedGenerateData | ( | const OutputImageRegionType & | outputRegionForThread, |
ThreadIdType | threadId | ||
) | [protected, virtual] |
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 > )
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.
double itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::m_Origin [private] |
Definition at line 131 of file itkJoinSeriesImageFilter.h.
double itk::JoinSeriesImageFilter< TInputImage, TOutputImage >::m_Spacing [private] |
Definition at line 130 of file itkJoinSeriesImageFilter.h.
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.