18#ifndef itkJoinSeriesImageFilter_h
19#define itkJoinSeriesImageFilter_h
50template <
typename TInputImage,
typename TOutputImage>
69 using typename Superclass::InputImageType;
70 using typename Superclass::OutputImageType;
77 static constexpr unsigned int InputImageDimension = TInputImage::ImageDimension;
78 static constexpr unsigned int OutputImageDimension = TOutputImage::ImageDimension;
81 itkSetMacro(Spacing,
double);
82 itkGetConstMacro(Spacing,
double);
86 itkSetMacro(Origin,
double);
87 itkGetConstMacro(Origin,
double);
90#ifdef ITK_USE_CONCEPT_CHECKING
136 double m_Spacing{ 1.0 };
137 double m_Origin{ 0.0 };
141#ifndef ITK_MANUAL_INSTANTIATION
142# include "itkJoinSeriesImageFilter.hxx"
Base class for all process objects that output image data.
typename OutputImageType::RegionType OutputImageRegionType
typename OutputImageType::Pointer OutputImagePointer
Base class for filters that take an image as input and produce an image as output.
typename InputImageType::Pointer InputImagePointer
typename InputImageType::RegionType InputImageRegionType
Control indentation during Print() invocation.
Join N-D images into an (N+1)-D image.
void GenerateInputRequestedRegion() override
void GenerateOutputInformation() override
void DynamicThreadedGenerateData(const OutputImageRegionType &outputRegionForThread) override
void VerifyInputInformation() const override
void PrintSelf(std::ostream &os, Indent indent) const override
~JoinSeriesImageFilter() override=default
unsigned int IndexValueType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
SmartPointer< Self > Pointer
#define itkConceptMacro(name, concept)
ImageBaseType::RegionType RegionType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....