18 #ifndef itkJoinSeriesImageFilter_h
19 #define itkJoinSeriesImageFilter_h
49 template<
typename TInputImage,
typename TOutputImage >
75 itkStaticConstMacro(InputImageDimension,
unsigned int,
76 TInputImage::ImageDimension);
77 itkStaticConstMacro(OutputImageDimension,
unsigned int,
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 > ) );
102 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
109 virtual void VerifyInputInformation() ITK_OVERRIDE;
114 virtual
void GenerateOutputInformation() ITK_OVERRIDE;
120 virtual
void GenerateInputRequestedRegion() ITK_OVERRIDE;
125 virtual
void ThreadedGenerateData(const OutputImageRegionType &
126 outputRegionForThread,
ThreadIdType threadId) ITK_OVERRIDE;
140 #ifndef ITK_MANUAL_INSTANTIATION
141 #include "itkJoinSeriesImageFilter.hxx"
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
ImageToImageFilter< TInputImage, TOutputImage > Superclass
~JoinSeriesImageFilter() override
SmartPointer< Self > Pointer
Superclass::InputImageType InputImageType
unsigned int ThreadIdType
unsigned int IndexValueType
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
#define itkConceptMacro(name, concept)
SmartPointer< const Self > ConstPointer