18 #ifndef __itkVideoFileReader_h
19 #define __itkVideoFileReader_h
40 template<
class TOutputV
ideoStream >
52 typedef typename VideoStreamType::FrameType
FrameType;
65 itkStaticConstMacro(FrameDimension,
unsigned int,FrameType::ImageDimension);
79 itkSetStringMacro(FileName);
80 itkGetStringMacro(FileName);
85 itkSetMacro(IFrameSafe,
bool);
86 itkGetMacro(IFrameSafe,
bool);
90 virtual void UpdateOutputInformation();
114 void PrintSelf(std::ostream &os,
Indent indent)
const;
120 virtual void TemporalStreamingGenerateData();
127 void InitializeVideoIO();
147 void operator=(
const Self &);
153 #ifndef ITK_MANUAL_INSTANTIATION
154 #include "itkVideoFileReader.hxx"