28 #ifndef __itkRandomImageSource_h
29 #define __itkRandomImageSource_h
53 template<
typename TOutputImage >
76 typedef typename TOutputImage::SizeType
SizeType;
89 virtual void SetSize(SizeValueArrayType sizeArray);
96 virtual void SetSpacing(SpacingValueArrayType spacingArray);
103 virtual void SetOrigin(PointValueArrayType originArray);
129 void PrintSelf(std::ostream & os,
Indent indent)
const;
135 virtual void GenerateOutputInformation();
145 typename TOutputImage::PixelType
m_Min;
146 typename TOutputImage::PixelType
m_Max;
155 #ifndef ITK_MANUAL_INSTANTIATION
156 #include "itkRandomImageSource.hxx"