13 #ifndef VTKMITKEVENTPROVIDER_H_HEADER_INCLUDED_C1C53723 14 #define VTKMITKEVENTPROVIDER_H_HEADER_INCLUDED_C1C53723 19 #include "vtkInteractorObserver.h" 35 void SetEnabled(
int)
override;
36 void SetInteractor(vtkRenderWindowInteractor *iren)
override;
47 static void ProcessEvents(vtkObject *
object,
unsigned long event,
void *clientdata,
void *calldata);
52 void AddInteractionEvent(
unsigned long ievent);
54 void RemoveInteractionEvent(
unsigned long ievent);
InteractionEventsVectorType m_InteractionEventsVector
std::vector< unsigned long > InteractionEventsVectorType
DataCollection - Class to facilitate loading/accessing structured data.
Integrates into the VTK event mechanism to generate MITK specific events. This class is NON-QT depend...
mitk::RenderWindow * m_RenderWindow
mitkRenderWindow integrates the MITK rendering mechanism into VTK and is NOT QT dependent ...