35 #ifndef __QGoTabImageViewNDBase_h
36 #define __QGoTabImageViewNDBase_h
40 #include "QGoGUILibConfigure.h"
61 virtual void SetImage(vtkImageData *iImage);
64 vtkImageData * GetImage();
77 virtual void SetImageToImageViewer(vtkImageData *image) = 0;
QGoTabElementBase::QGoDockWidgetStatusPair QGoDockWidgetStatusPair
virtual void ShowAllChannels(bool iChecked)=0
Show all channels if iChecked is true.
virtual void ShowOneChannel(int iChannel)=0
Show only one channel (iChannel).
vtkSmartPointer< vtkImageData > m_Image
QGoTabImageViewElementBase::QGoDockWidgetStatusPair QGoDockWidgetStatusPair
Abstract class for representing one tab element which contains 2D or 3D image (without any temporal c...
Q_DISABLE_COPY(QGoTabImageViewElementBase)