28 #ifndef __itkRandomImageSource_h
29 #define __itkRandomImageSource_h
53 template<
typename TOutputImage >
76 typedef typename TOutputImage::SizeType
SizeType;
90 virtual void SetSize(SizeValueArrayType sizeArray);
97 virtual void SetSpacing(SpacingValueArrayType spacingArray);
104 virtual void SetOrigin(PointValueArrayType originArray);
133 void PrintSelf(std::ostream & os,
Indent indent)
const;
139 virtual void GenerateOutputInformation();
150 typename TOutputImage::PixelType
m_Min;
151 typename TOutputImage::PixelType
m_Max;
160 #ifndef ITK_MANUAL_INSTANTIATION
161 #include "itkRandomImageSource.hxx"