18 #ifndef __itkVectorExpandImageFilter_h
19 #define __itkVectorExpandImageFilter_h
71 template<
class TInputImage,
class TOutputImage >
94 itkStaticConstMacro(ImageDimension,
unsigned int,
95 TInputImage::ImageDimension);
108 enum { VectorDimension = InputPixelType::Dimension };
129 virtual void SetExpandFactors(
const float factor);
130 itkSetVectorMacro(ExpandFactors,
const unsigned int, ImageDimension);
152 virtual void GenerateOutputInformation();
159 virtual void GenerateInputRequestedRegion();
161 #ifdef ITK_USE_CONCEPT_CHECKING
175 void PrintSelf(std::ostream & os,
Indent indent)
const;
186 void ThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread,
191 virtual void BeforeThreadedGenerateData();
195 void operator=(
const Self &);
209 #ifndef ITK_MANUAL_INSTANTIATION
210 #include "itkVectorExpandImageFilter.hxx"