18 #ifndef itkVectorExpandImageFilter_h
19 #define itkVectorExpandImageFilter_h
71 template<
typename TInputImage,
typename TOutputImage >
94 itkStaticConstMacro(ImageDimension,
unsigned int,
95 TInputImage::ImageDimension);
128 virtual void SetExpandFactors(
const float factor);
129 itkSetVectorMacro(ExpandFactors,
const unsigned int, ImageDimension);
151 virtual void GenerateOutputInformation() ITK_OVERRIDE;
158 virtual
void GenerateInputRequestedRegion() ITK_OVERRIDE;
160 #ifdef ITK_USE_CONCEPT_CHECKING
173 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
184 void ThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread,
189 virtual void BeforeThreadedGenerateData() ITK_OVERRIDE;
206 #ifndef ITK_MANUAL_INSTANTIATION
207 #include "itkVectorExpandImageFilter.hxx"
Superclass::InputImageType InputImageType
OutputImageType::PixelType OutputPixelType
TOutputImage::Pointer OutputImagePointer
TOutputImage::RegionType OutputImageRegionType
InterpolatorType::Pointer InterpolatorPointer
InputImageType::PixelType InputPixelType
Base class for all process objects that output image data.
~VectorExpandImageFilter() override
VectorLinearInterpolateImageFunction< InputImageType, CoordRepType > DefaultInterpolatorType
Expand the size of a vector image by an integer factor in each dimension.
OutputPixelType::ValueType OutputValueType
Superclass::OutputImageType OutputImageType
TInputImage::Pointer InputImagePointer
const unsigned int Dimension
ImageToImageFilter< TInputImage, TOutputImage > Superclass
unsigned int ThreadIdType
VectorInterpolateImageFunction< InputImageType, CoordRepType > InterpolatorType
SmartPointer< Self > Pointer
Base class for filters that take an image as input and produce an image as output.
FixedArray< ExpandFactorsType, ImageDimension > ExpandFactorsArrayType
InputPixelType::ValueType InputValueType
Control indentation during Print() invocation.
Base class for all vector image interpolaters.
#define itkConceptMacro(name, concept)
VectorExpandImageFilter Self
Linearly interpolate a vector image at specified positions.
SmartPointer< const Self > ConstPointer