18 #ifndef itkVectorExpandImageFilter_h
19 #define itkVectorExpandImageFilter_h
71 template<
typename TInputImage,
typename TOutputImage >
96 static constexpr
unsigned int ImageDimension = TInputImage::ImageDimension;
129 virtual void SetExpandFactors(
const float factor);
130 itkSetVectorMacro(ExpandFactors,
const unsigned int, ImageDimension);
142 void GenerateOutputInformation()
override;
149 void GenerateInputRequestedRegion()
override;
151 #ifdef ITK_USE_CONCEPT_CHECKING
164 void PrintSelf(std::ostream & os,
Indent indent)
const override;
178 void BeforeThreadedGenerateData()
override;
186 #ifndef ITK_MANUAL_INSTANTIATION
187 #include "itkVectorExpandImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
InterpolatorPointer m_Interpolator
typename OutputPixelType::ValueType OutputValueType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename InterpolatorType::Pointer InterpolatorPointer
Base class for all process objects that output image data.
constexpr unsigned int Dimension
TInputImage InputImageType
Expand the size of a vector image by an integer factor in each dimension.
typename InputImageType::Pointer InputImagePointer
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
typename OutputImageType::PixelType OutputPixelType
typename InputImageType::PixelType InputPixelType
Base class for filters that take an image as input and produce an image as output.
typename InputPixelType::ValueType InputValueType
Control indentation during Print() invocation.
Base class for all vector image interpolaters.
ExpandFactorsArrayType m_ExpandFactors
ImageBaseType::RegionType RegionType
#define itkConceptMacro(name, concept)
Linearly interpolate a vector image at specified positions.