12 #ifndef vtkSMVRControlOrientationStyleProxy_h 13 #define vtkSMVRControlOrientationStyleProxy_h 16 #include "vtkPVIncubatorCAVEInteractionStylesModule.h" 34 void SetDeferredUpdate(
bool deferred);
35 bool GetDeferredUpdate();
58 bool InitialOrientationRecorded;
61 double OriginalNormal[3];
71 #endif // vtkSMVRControlOrientationStyleProxy_h
the base class for all interactor styles
virtual void HandleButton(const vtkVREvent &event)
an interaction style to control a normalized (unit) 3D vector
int GetControlledPropertySize() override
virtual void HandleTracker(const vtkVREvent &event)
is used to locate proxies referred to in state xmls while loading state files.
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkSMVRInteractorStyleProxy * New()
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
virtual void SaveProxyProperties(vtkPVXMLElement *xml)
Load/Save custom properties from the interactor style in the .pvvr file Can be overriden to use a cus...
virtual bool LoadProxyProperties(vtkPVXMLElement *xml, vtkSMProxyLocator *locator)
Load/Save custom properties from the interactor style in the .pvvr file Can be overriden to use a cus...
virtual bool Update()
Update() called to update all the remote vtkObjects and perhaps even to render.