35 #ifndef GoLSMImageProcessor_H
36 #define GoLSMImageProcessor_H
39 #include "QGoIOConfigure.h"
68 virtual void setDoppler(
const unsigned int& iTime,
const unsigned int& iPrevious);
75 #endif // GoLSMImageProcessor_H
Specialization of GoImageProcessor to handle LSM files.
virtual void initTimePoint(const unsigned int &iTime)=0
load all the channels for the given time point into the GoMegaImageStructure
virtual ~GoLSMImageProcessor()
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...
vtkLSMReader * m_LSMReader
Interface between image reader and vtkImageData.