45 #ifndef vtkInteractorObserver_h
46 #define vtkInteractorObserver_h
48 #include "vtkRenderingCoreModule.h"
77 void On() {this->SetEnabled(1);}
78 void Off() {this->SetEnabled(0);}
104 vtkSetClampMacro(Priority,
float,0.0f,1.0f);
105 vtkGetMacro(Priority,
float);
113 vtkBooleanMacro(PickingManaged,
bool);
114 virtual void SetPickingManaged(
bool managed);
115 vtkGetMacro(PickingManaged,
bool);
138 vtkSetMacro(KeyPressActivationValue,
char);
139 vtkGetMacro(KeyPressActivationValue,
char);
174 virtual void OnChar();
181 static void ComputeDisplayToWorld(
vtkRenderer *ren,
double x,
double y,
182 double z,
double worldPt[4]);
183 static void ComputeWorldToDisplay(
vtkRenderer *ren,
double x,
double y,
184 double z,
double displayPt[3]);
212 virtual void StartInteraction();
213 virtual void EndInteraction();
219 static void ProcessEvents(
vtkObject*
object,
228 void ComputeDisplayToWorld(
double x,
double y,
double z,
230 void ComputeWorldToDisplay(
double x,
double y,
double z,
231 double displayPt[3]);
253 virtual void RegisterPickers();
258 void UnRegisterPickers();
289 int RequestCursorShape(
int requestedShape);