18 #ifndef __itkJoinSeriesImageFilter_h
19 #define __itkJoinSeriesImageFilter_h
49 template<
typename TInputImage,
typename TOutputImage >
76 TInputImage::ImageDimension);
78 TOutputImage::ImageDimension);
82 itkSetMacro(Spacing,
double);
83 itkGetConstMacro(Spacing,
double);
87 itkSetMacro(Origin,
double);
88 itkGetConstMacro(Origin,
double);
91 #ifdef ITK_USE_CONCEPT_CHECKING
95 typename TOutputImage::PixelType > ) );
141 #ifndef ITK_MANUAL_INSTANTIATION
142 #include "itkJoinSeriesImageFilter.hxx"
static const unsigned int OutputImageDimension
InputImageType::Pointer InputImagePointer
JoinSeriesImageFilter Self
OutputImageType::Pointer OutputImagePointer
OutputImageType::RegionType OutputImageRegionType
Join N-D images into an (N+1)-D image.
Base class for all process objects that output image data.
Superclass::OutputImageType OutputImageType
InputImageType::RegionType InputImageRegionType
virtual void VerifyInputInformation()
virtual void GenerateInputRequestedRegion()
void operator=(const Self &)
void PrintSelf(std::ostream &os, Indent indent) const
ImageToImageFilter< TInputImage, TOutputImage > Superclass
SmartPointer< Self > Pointer
TInputImage InputImageType
Superclass::InputImageType InputImageType
unsigned int IndexValueType
static const unsigned int InputImageDimension
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
TOutputImage OutputImageType
virtual void GenerateOutputInformation()
#define itkConceptMacro(name, concept)
virtual void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
unsigned int ThreadIdType
SmartPointer< const Self > ConstPointer