11 #ifndef vtkSMVRControlLocationStyleProxy_h 12 #define vtkSMVRControlLocationStyleProxy_h 15 #include "vtkPVIncubatorCAVEInteractionStylesModule.h" 34 void SetDeferredUpdate(
bool deferred);
35 bool GetDeferredUpdate();
58 bool InitialPositionRecorded;
61 double OriginalOrigin[3];
71 #endif // vtkSMVRControlLocationStyleProxy_h
the base class for all interactor styles
virtual void HandleButton(const vtkVREvent &event)
an interaction style to control the position of a point with a tracker
virtual void HandleTracker(const vtkVREvent &event)
is used to locate proxies referred to in state xmls while loading state files.
int GetControlledPropertySize() override
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.