68 #ifndef _vtkViewImage2DCommand_h_
69 #define _vtkViewImage2DCommand_h_
71 #include <vtkCommand.h>
72 #include "MegaVTK2Configure.h"
75 class vtkInteractorStyleImage;
94 SliceMoveEvent = ( vtkCommand::UserEvent + 1 ),
99 RequestedPositionEvent,
115 virtual void Execute( vtkObject * caller,
unsigned long event,
116 void *vtkNotUsed(callData) );
123 { this->Viewer = viewer; }
148 void PrintInformation();
void SetViewer(vtkViewImage2D *viewer)
Set the 2d image related to this 2d event manager.
Define the interactor behavior withing a vtkImage2D. 4 modes (Default, Zoom, Pan and Pick) ...
static vtkViewImage2DCommand * New()
Convenient method to access the constructor.
Manage events occuring in 2D view.
Basic class to handle 2D/3D items such as images and polydatas visualization in 2D.