/- __text__TEXTb1__gcc_except_tab__TEXTd__StaticInit__TEXT87H__bss__DATA-__data__DATA08:<__cstring__TEXT__mod_init_func__DATA`&*< __compact_unwind__LDh&@ * <__eh_frame__TEXT)P`-= h2  =S8Bl P 3UH]Hf.UHAVSH=H5HH pHL51Ht"HH5qLHH uHHt"HH5NLHH uH1Ht"HH5-LHH uHHt"HH5LHH uHHt"HH5LHH uHHt"HH5LHH uHHt"HH5LHH uHH=H[A^]f.DUH]fDUHSPHH5HHt H tH[]H=H[]fDPDUHSH(HuHiHE؋FEHEHEH}Ѓu1Hut3H}HuHcH([]þ1H([]UHAWAVSH(HuHHED~D}HG]ԉ]؅y HHtdLw(HEMt8A)Au3HuH}t}Hut;HHt<1@H}1)HE1ILPHuHcH([A^A_]f.@UHAVSH0HuHHEЋFEHEuGH5W"H}HU}t@HHtCHH5HPE1LEHu+H}Ⱦ1H0[A^]E1HuLUHAVSH HuHHEDvDuHG]]yHHH(HD9u3HPxHt9HHH5HPE1LEHucH}111RE1HuCLHt6HHt)HHH1Q@H߾1HH [A^]UHAVSH HuH\HEDvDuHG]]y HHt"H(HtD9uEt$Ht(1.H}111HHuHHHH [A^]UHAVSH HuHQHEDvDuHG]]y HHt"H(HtD9uEt$Ht(1.H}111HHuHHHH [A^]UHAVSH HuH@HEDvDuHG]]y HHt"H(HtD9uEt$Ht(1.H}111H HuHHHH [A^]UHAVSH HuH;HEDvDuHG]]y HHt"H(HtD9uEt$Ht(1.H}111H(HuHHHH [A^]UHAVSH HuH0HEDvDuHG]]y HHt"H(HtD9uEt$Ht(1.H}111H0HuHHHH [A^]UHAVSH HuH(HEDvDuHG]]y HHt"H(HtD9uEt$Ht(1.H}111H8HuHHHH [A^]UHAVSH HuHHEDvDuHG]]y HHt"H(HtD9uEt$Ht(1.H}111HHuHHHH [A^]UHAVSH HuHHEDvDuHG]]y HHt"H(HtD9uEt$Ht(1.H}111H@HuHHHH [A^]UHAVSH HuHHEDvDuHG]]y HHt"H(HtD9uEt$Ht(1.H}111HHHuHHHH [A^]UHAWAVSH(HuHHED~D}HG]ԉ]؅y HHtmLw(EMtIA)H}Au@Hut/}EtEA88tA8ILHt81>1+E1#IL8HuHHH([A^A_]UHAVSH HuHHEDvDuHG]]y HHt'H(HtD9uEt)8Ht*11H}111 H@HuHHH [A^]UHAVSH HuHHEDvDuHG]]y HHt+H(Ht"D9u!Et-H8Ht(1.H}111HHHuHHHH [A^]f.DUHAVSH HuHOHEDvDuHG]]y HHt(H(HtD9uEt*H18Ht(1.H}111HPHuHHHH [A^]fUHAVSH HuH)HEDvDuHG]]y HHt#H(HtD9uEt%Ht*11H}111 HXHuHcHHH [A^]@UHAWAVSH(HuHHED~D}HG]܉]y HHt$Lw(MtD9uEt&IHt.1:H}111)IL`IHuLHHH([A^A_]fDUHAWAVSH(HuHqHED~D}HG]܉]y HHt$Lw(MtD9uEt&I$Ht.1:H}111)ILxIHuLHHH([A^A_]fDUHSPHH=HtZH=HtGH=Ht4H=Ht!H=HtHH[]H[]  UHAVSHHH=L5HLH=H5LHHHH H=HHfHn HH0H4H<HDHLHHXH\HdHlHtH|HHHHHHHHHDHHHHHHHHHHHHHHH HHHH,H$HH8HH@HDHLHTH\HdHlHt|HH[A^]o{&9v .  V!j!""""L#a###e$z$$$V%g%%%vtkInteractorStyleRubberBand3DSELECT_NORMALSELECT_UNIONNONEPANNINGZOOMINGROTATINGSELECTINGvtkInteractionStylePython.vtkInteractorStyleRubberBand3DvtkInteractorStyleRubberBand3D - A rubber band interactor for a 3D view Superclass: vtkInteractorStyleTrackballCamera vtkInteractorStyleRubberBand3D manages interaction in a 3D view. The style also allows draws a rubber band using the left button. All camera changes invoke StartInteractionEvent when the button is pressed, InteractionEvent when the mouse (or wheel) is moved, and EndInteractionEvent when the button is released. The bindings are as follows: Left mouse - Select (invokes a SelectionChangedEvent). Right mouse - Rotate. Shift + right mouse - Zoom. Middle mouse - Pan. Scroll wheel - Zoom. IsTypeOfV.IsTypeOf(string) -> int C++: static vtkTypeBool IsTypeOf(const char *type) Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. IsAV.IsA(string) -> int C++: vtkTypeBool IsA(const char *type) override; Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. SafeDownCastV.SafeDownCast(vtkObjectBase) -> vtkInteractorStyleRubberBand3D C++: static vtkInteractorStyleRubberBand3D *SafeDownCast( vtkObjectBase *o) NewInstanceV.NewInstance() -> vtkInteractorStyleRubberBand3D C++: vtkInteractorStyleRubberBand3D *NewInstance() OnLeftButtonDownV.OnLeftButtonDown() C++: void OnLeftButtonDown() override; Event bindings controlling the effects of pressing mouse buttons or moving the mouse. OnLeftButtonUpV.OnLeftButtonUp() C++: void OnLeftButtonUp() override; Event bindings controlling the effects of pressing mouse buttons or moving the mouse. OnMiddleButtonDownV.OnMiddleButtonDown() C++: void OnMiddleButtonDown() override; Event bindings controlling the effects of pressing mouse buttons or moving the mouse. OnMiddleButtonUpV.OnMiddleButtonUp() C++: void OnMiddleButtonUp() override; Event bindings controlling the effects of pressing mouse buttons or moving the mouse. OnRightButtonDownV.OnRightButtonDown() C++: void OnRightButtonDown() override; Event bindings controlling the effects of pressing mouse buttons or moving the mouse. OnRightButtonUpV.OnRightButtonUp() C++: void OnRightButtonUp() override; Event bindings controlling the effects of pressing mouse buttons or moving the mouse. OnMouseMoveV.OnMouseMove() C++: void OnMouseMove() override; Event bindings controlling the effects of pressing mouse buttons or moving the mouse. OnMouseWheelForwardV.OnMouseWheelForward() C++: void OnMouseWheelForward() override; Event bindings controlling the effects of pressing mouse buttons or moving the mouse. OnMouseWheelBackwardV.OnMouseWheelBackward() C++: void OnMouseWheelBackward() override; Event bindings controlling the effects of pressing mouse buttons or moving the mouse. SetRenderOnMouseMoveV.SetRenderOnMouseMove(bool) C++: virtual void SetRenderOnMouseMove(bool _arg) Whether to invoke a render when the mouse moves. GetRenderOnMouseMoveV.GetRenderOnMouseMove() -> bool C++: virtual bool GetRenderOnMouseMove() Whether to invoke a render when the mouse moves. RenderOnMouseMoveOnV.RenderOnMouseMoveOn() C++: virtual void RenderOnMouseMoveOn() Whether to invoke a render when the mouse moves. RenderOnMouseMoveOffV.RenderOnMouseMoveOff() C++: virtual void RenderOnMouseMoveOff() Whether to invoke a render when the mouse moves. GetInteractionV.GetInteraction() -> int C++: virtual int GetInteraction() Current interaction state GetStartPositionV.GetStartPosition() -> (int, int) C++: int *GetStartPosition() GetEndPositionV.GetEndPosition() -> (int, int) C++: int *GetEndPosition() vtkInteractorStyleTrackballCameravtkInteractorStylevtkInteractorObservervtkObjectvtkObjectBaseAd ! JPa!p!p! !!!0!! !@ ! ! a !@ !!!`a a!zRx $XAC C$D AC $lJAC B$AC E$hAC I$0AC G$ AC G$4AC G$\AC G$AC G$(AC G$AC G$8AC G$$AC G$LHAC G$tAC G$XAC I$ AC G$AC G$@AC G$<AC G$dPAC I$AC I$AC B$AC CzPLRx ,$0AC R9-@R-8-R-%R-R-R-:-"-;-"-^=-4:-"-;-"-=-tI#-<"-*;-"-=-6="-;-g"-<=- 6= "- ;- "-| =-R - - "- ;- "- =- { 6=o "-O ;-7 "- ?- =-  6=y "-i ;-Q "-L K-, =-  6= "- ;- "- J-| =-R % 6= "- ;- "- C- =- u 6=i "-Y ;-A "-< E- =-6="-;-"-H-l=-B6= "-;-"-G-=-e6=Y"-I;-1"-,I- =-6="-;-"-|D-\=-26="-;-"-F-=-\1-?--3+-#@-"- ;-"-=-c@-V"-C;-)"-<-#-"-v;-Z"-S-=>-=-;-#-"-->-`GM-BO-65-+!--L-'-5-!-#-5-w!-l]#-S5-F!-;,#-"5-!- #-5-!-#-5-!-#-5-!-zk#-d]V4-JD)-?81*-7-uj_TI>3,%$=/= .=zoha3=ZSHA:*=3,&=%%=2=0=,=xqf_X(=MFN->7=08-+N- PB=A- xh`XH@8( xh`XH@8(      xh`XH@8(  `@ `@ `@ QQMW d(.*0 P  p# pX g 0  N @  @   u @ 3  `  b-- v | @=_NrYuHRy[!?N=*TA _PyType_Ready__GLOBAL__sub_I_vtkInteractorStyleRubberBand3DPython.cxx_PyvtkInteractorStyleTrackballCamera_ClassNew_PyvtkInteractorStyleRubberBand3D_ClassNew_PyVTKObject_New__ZL42PyvtkInteractorStyleRubberBand3D_StaticNewv__Z38vtkInteractionStyle_AutoInit_Constructv__Z37vtkInteractionStyle_AutoInit_Destructv__ZSt9terminatev__ZN30vtkInteractorStyleRubberBand3D3NewEv__ZN30vtkInteractorStyleRubberBand3D15OnRightButtonUpEv__ZN30vtkInteractorStyleRubberBand3D14OnLeftButtonUpEv__ZN30vtkInteractorStyleRubberBand3D16OnMiddleButtonUpEv__ZN30vtkInteractorStyleRubberBand3D17OnRightButtonDownEv__ZN30vtkInteractorStyleRubberBand3D16OnLeftButtonDownEv__ZN30vtkInteractorStyleRubberBand3D18OnMiddleButtonDownEv__ZN30vtkInteractorStyleRubberBand3D11OnMouseMoveEv__ZN30vtkInteractorStyleRubberBand3D19OnMouseWheelForwardEv__ZN30vtkInteractorStyleRubberBand3D20OnMouseWheelBackwardEv__ZN28vtkInteractionStyle_AutoInitD1Ev__ZN20vtkDebugLeaksManagerD1Ev__ZN20vtkDebugLeaksManagerC1Ev___cxa_atexit_PyVTKObject_GetSet__Py_NoneStruct_PyVTKObject_GetObject__ZL40PyvtkInteractorStyleRubberBand3D_Methods_PyObject_GenericSetAttr_PyObject_GenericGetAttr_PyVTKObject_Repr_PyVTKObject_AsBuffer_strcmp_PyObject_GC_Del_PyVTKObject_Check__ZN13vtkPythonArgs10BuildTupleEPKii__ZN13vtkPythonArgs13ArgCountErrorEii___cxa_begin_catch_PyBool_FromLong_PyLong_FromLong_PyDict_SetItemString_PyVTKObject_String_PyVTKObject_SetFlag_PyVTKObject_Delete___clang_call_terminate_PyVTKObject_Traverse__ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase_PyType_Type__ZL37PyvtkInteractorStyleRubberBand3D_Type___dso_handle__ZL28vtkDebugLeaksManagerInstance__ZL37vtkInteractionStyle_AutoInit_Instance_PyErr_Occurred_PyVTKClass_Add__Py_Dealloc__ZN13vtkPythonArgs8GetValueERPc__ZN13vtkObjectBase8IsTypeOfEPKc__ZN30vtkInteractorStyleRubberBand3D8IsTypeOfEPKc__ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRb__ZN13vtkPythonArgs8GetValueERb__ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1___ZL45PyvtkInteractorStyleRubberBand3D_SafeDownCastP7_objectS0___ZL48PyvtkInteractorStyleRubberBand3D_OnRightButtonUpP7_objectS0___ZL47PyvtkInteractorStyleRubberBand3D_OnLeftButtonUpP7_objectS0___ZL49PyvtkInteractorStyleRubberBand3D_OnMiddleButtonUpP7_objectS0___ZL50PyvtkInteractorStyleRubberBand3D_OnRightButtonDownP7_objectS0___ZL49PyvtkInteractorStyleRubberBand3D_OnLeftButtonDownP7_objectS0___ZL51PyvtkInteractorStyleRubberBand3D_OnMiddleButtonDownP7_objectS0___ZL49PyvtkInteractorStyleRubberBand3D_GetStartPositionP7_objectS0___ZL47PyvtkInteractorStyleRubberBand3D_GetEndPositionP7_objectS0___ZL47PyvtkInteractorStyleRubberBand3D_GetInteractionP7_objectS0___ZL52PyvtkInteractorStyleRubberBand3D_RenderOnMouseMoveOnP7_objectS0___ZL53PyvtkInteractorStyleRubberBand3D_RenderOnMouseMoveOffP7_objectS0___ZL41PyvtkInteractorStyleRubberBand3D_IsTypeOfP7_objectS0___ZL53PyvtkInteractorStyleRubberBand3D_SetRenderOnMouseMoveP7_objectS0___ZL53PyvtkInteractorStyleRubberBand3D_GetRenderOnMouseMoveP7_objectS0___ZL44PyvtkInteractorStyleRubberBand3D_OnMouseMoveP7_objectS0___ZL44PyvtkInteractorStyleRubberBand3D_NewInstanceP7_objectS0___ZL52PyvtkInteractorStyleRubberBand3D_OnMouseWheelForwardP7_objectS0___ZL53PyvtkInteractorStyleRubberBand3D_OnMouseWheelBackwardP7_objectS0___ZL36PyvtkInteractorStyleRubberBand3D_IsAP7_objectS0__PyVTKAddFile_vtkInteractorStyleRubberBand3D___gxx_personality_v0GCC_except_table0