35 #ifndef GoMegaImageProcessor_H
36 #define GoMegaImageProcessor_H
39 #include "QGoIOConfigure.h"
66 virtual void setDoppler(
const unsigned int& iTime,
const unsigned int& iPrevious);
72 #endif // GoMegaImageProcessor_H
itk::MegaCaptureReader::Pointer m_MegaImageReader
virtual void initTimePoint(const unsigned int &iTime)=0
load all the channels for the given time point into the GoMegaImageStructure
virtual ~GoMegaImageProcessor()
Specialization of GoImageProcessor to handle mega capture files.
SmartPointer< Self > Pointer
virtual void setTimePoint(const unsigned int &iTime)=0
update images from the current GoMegaImageStructure
virtual void setDoppler(const unsigned int &iTime, const unsigned int &iPrevious)=0
load all time points of the given channel into the GoMegaImageStructure. Called Doppler View...
Interface between image reader and vtkImageData.