]> Creatis software - creaMaracasVisu.git/blob - interface/wxWindows/widgets/vtkInfoTextImageInteractorPlane2D.h
#3262 creaMaracasVisu Feature New Normal - Export LookupTable fron ColorLayerImageV...
[creaMaracasVisu.git] / interface / wxWindows / widgets / vtkInfoTextImageInteractorPlane2D.h
1 #ifndef VTKINFOTEXTIMAGEINTERACTORPLANE2D_H_
2 #define VTKINFOTEXTIMAGEINTERACTORPLANE2D_H_
3
4 #include "vtkInfoTextImageInteractor.h"
5
6 class vtkInfoTextImageInteractorPlane2D : public vtkInfoTextImageInteractor{
7 public:
8         vtkInfoTextImageInteractorPlane2D();
9         ~vtkInfoTextImageInteractorPlane2D();
10
11 protected:
12
13         virtual bool  OnMouseMove();
14
15 private:
16 };
17
18 #endif /*VTKINFOTEXTIMAGEINTERACTORPLANE2D_H_*/