ELF>_@@21 UH@dH%(HD$81HHt$HD$HFHD$$D$ t0H|$1HT$8dH+%(uhH@]@HT$H|$H5|$HtHt+HH5HPtHuH1Huff.fUSHHdH%(HD$81HHt$HD$HFHD$$D$ HD$t6H|$1HT$8dH+%(HH[]DHt$H|$tHl$H=HtHH=uHuHc@HH=tHH=tHATUSH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uYHD$Ho(Ht!\$ +\$$tJH|$1HT$8dH+%(H@[]A\HHuːHt$H|$tD$$Ld$u`HELH@H;H=tLH=u-HaHcVf.LLH=tLH=tLfDHЉfSH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(uUH0[fDHHuӐtHuHcfHHH;tЉfSH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(uUH0[fDHHuӐtHuHcfHHH;tЉfUH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(u_H@]f.HHuϐH5HT$H|$|$HtHHuHHff.H8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(H8@HHuҐHtIHH;uQtLJHuHHHH;t@1ff.fH8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(H8@HHuҐHtIHH;uQtLJHuHHfHH;t@f.H8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(H8@HHuҐHtIHH;uQtLJHuHHHH;t@1ff.fH8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(H8@HHuҐHtIHH;uQtLJHuHHfHH;t@f.UH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(H@]fDHHuϐHt$ H|$tD$$t$ t99tHEHHuHH|@HEHH;u;tƉHHff.UH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(H@]fDHHuϐHt$ H|$tD$$t$ t99tHEHHuHH|@HEHH;u;tƉHHff.ATH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$uDH(HtD$9D$tIH11E1HD$(dH+%(H0LA\@HHufHHRxH;IMtoI$H5LPtZHuLIHoHbL1HHP@L8fE1H"DIjfATL%H HH5LuLHLA\ATIUHHt HH5LHtHmtH]A\HH]A\H8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(uLH8HHuҐu$HHuHH@9tHD9tHDSafeDownCastvtkObjectBasevtkSphereWidget2IsTypeOfIsAGetTranslationEnabledGetScalingEnabledSetRepresentationvtkSphereRepresentationTranslationEnabledOffTranslationEnabledOnScalingEnabledOffScalingEnabledOnSetTranslationEnabledSetScalingEnabledNewInstanceCreateDefaultRepresentationvtkAbstractWidgetvtkInteractorObservervtkObjectUH=Hu]ÐHH=tHH=tHH=tH]HHH;u)tLJ1HHH;u)tLJ1HHH;u!tLJHHH;u!tLJvtkSphereWidget2 - 3D widget for manipulating a point on a sphere Superclass: vtkAbstractWidget This 3D widget interacts with a vtkSphereRepresentation class (i.e., it handles the events that drive its corresponding representation). It can be used to position a point on a sphere (for example, to place a light or camera), or to position a sphere in a scene, including translating and scaling the sphere. A nice feature of vtkSphereWidget2, like any 3D widget, is that it will work in combination with the current interactor style (or any other interactor observer). That is, if vtkSphereWidget2 does not handle an event, then all other registered observers (including the interactor style) have an opportunity to process the event. Otherwise, the vtkSphereWidget2 will terminate the processing of the event that it handles. To use this widget, you generally pair it with a vtkSphereRepresentation (or a subclass). Variuos options are available in the representation for controlling how the widget appears, and how the widget functions. @par Event Bindings: By default, the widget responds to the following VTK events (i.e., it watches the vtkRenderWindowInteractor for these events): If the handle or sphere are selected: LeftButtonPressEvent - select the handle or sphere LeftButtonReleaseEvent - release the handle to sphere MouseMoveEvent - move the handle or translate the sphere In all the cases, independent of what is picked, the widget responds to the following VTK events: MiddleButtonPressEvent - translate the representation MiddleButtonReleaseEvent - stop translating the representation RightButtonPressEvent - scale the widget's representation RightButtonReleaseEvent - stop scaling the representation MouseMoveEvent - scale (if right button) or move (if middle button) the widget @par Event Bindings: Note that the event bindings described above can be changed using this class's vtkWidgetEventTranslator. This class translates VTK events into the vtkSphereWidget2's widget events: vtkWidgetEvent::Select -- some part of the widget has been selected vtkWidgetEvent::EndSelect -- the selection process has completed vtkWidgetEvent::Scale -- some part of the widget has been selected vtkWidgetEvent::EndScale -- the selection process has completed vtkWidgetEvent::Translate -- some part of the widget has been selected vtkWidgetEvent::EndTranslate -- the selection process has completed vtkWidgetEvent::Move -- a request for motion has been invoked @par Event Bindings: In turn, when these widget events are processed, the vtkSphereWidget2 invokes the following VTK events on itself (which observers can listen for): vtkCommand::StartInteractionEvent (on vtkWidgetEvent::Select) vtkCommand::EndInteractionEvent (on vtkWidgetEvent::EndSelect) vtkCommand::InteractionEvent (on vtkWidgetEvent::Move) @par Event Bindings: This class, and the affiliated vtkSphereRepresentation, are second generation VTK widgets. An earlier version of this functionality was defined in the class vtkSphereWidget. @sa vtkSphereRepresentation vtkSphereWidget vtkInteractionWidgetsPython.vtkSphereWidget2V.IsTypeOf(string) -> int C++: static vtkTypeBool IsTypeOf(const char *type) Standard class methods for type information and printing. V.IsA(string) -> int C++: vtkTypeBool IsA(const char *type) override; Standard class methods for type information and printing. V.SafeDownCast(vtkObjectBase) -> vtkSphereWidget2 C++: static vtkSphereWidget2 *SafeDownCast(vtkObjectBase *o) Standard class methods for type information and printing. V.NewInstance() -> vtkSphereWidget2 C++: vtkSphereWidget2 *NewInstance() Standard class methods for type information and printing. V.SetRepresentation(vtkSphereRepresentation) C++: void SetRepresentation(vtkSphereRepresentation *r) Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene. Note that the representation is a subclass of vtkProp so it can be added to the renderer independent of the widget. V.SetTranslationEnabled(int) C++: virtual void SetTranslationEnabled(int _arg) Control the behavior of the widget (i.e., how it processes events). Translation, and scaling can all be enabled and disabled. V.GetTranslationEnabled() -> int C++: virtual int GetTranslationEnabled() Control the behavior of the widget (i.e., how it processes events). Translation, and scaling can all be enabled and disabled. V.TranslationEnabledOn() C++: virtual void TranslationEnabledOn() Control the behavior of the widget (i.e., how it processes events). Translation, and scaling can all be enabled and disabled. V.TranslationEnabledOff() C++: virtual void TranslationEnabledOff() Control the behavior of the widget (i.e., how it processes events). Translation, and scaling can all be enabled and disabled. V.SetScalingEnabled(int) C++: virtual void SetScalingEnabled(int _arg) Control the behavior of the widget (i.e., how it processes events). Translation, and scaling can all be enabled and disabled. V.GetScalingEnabled() -> int C++: virtual int GetScalingEnabled() Control the behavior of the widget (i.e., how it processes events). Translation, and scaling can all be enabled and disabled. V.ScalingEnabledOn() C++: virtual void ScalingEnabledOn() Control the behavior of the widget (i.e., how it processes events). Translation, and scaling can all be enabled and disabled. V.ScalingEnabledOff() C++: virtual void ScalingEnabledOff() Control the behavior of the widget (i.e., how it processes events). Translation, and scaling can all be enabled and disabled. V.CreateDefaultRepresentation() C++: void CreateDefaultRepresentation() override; Create the default widget representation if one is not set. By default, this is an instance of the vtkSphereRepresentation class. HHHDGCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0GNUzRx !0 D!X l  EDPa AE bEY B }DD??((EAD`n AAF 0TFAA D`  AABH ED@ AG ED@ AG EDP AK H@ E H@ E ,H@ E HH@ E dDEDP AG DEDP AG gFD@ EE MFF0OFDD n ABA DDB 4H@ I   $ U    p PP P p  . Dh D p g&(!" "5 &(uz ,(59Oas !"!" G"!r" "  8G"b"D"DG"?q"?O^} M 0O,AM  2 B _ZL28PyvtkSphereWidget2_StaticNewv_ZL31PyvtkSphereWidget2_SafeDownCastP7_objectS0__ZL27PyvtkSphereWidget2_IsTypeOfP7_objectS0__ZL22PyvtkSphereWidget2_IsAP7_objectS0__ZL40PyvtkSphereWidget2_GetTranslationEnabledP7_objectS0__ZL36PyvtkSphereWidget2_GetScalingEnabledP7_objectS0__ZL36PyvtkSphereWidget2_SetRepresentationP7_objectS0__ZL40PyvtkSphereWidget2_TranslationEnabledOffP7_objectS0__ZL39PyvtkSphereWidget2_TranslationEnabledOnP7_objectS0__ZL36PyvtkSphereWidget2_ScalingEnabledOffP7_objectS0__ZL35PyvtkSphereWidget2_ScalingEnabledOnP7_objectS0__ZL40PyvtkSphereWidget2_SetTranslationEnabledP7_objectS0__ZL36PyvtkSphereWidget2_SetScalingEnabledP7_objectS0__ZL30PyvtkSphereWidget2_NewInstanceP7_objectS0__ZL23PyvtkSphereWidget2_Type_ZL26PyvtkSphereWidget2_Methods_GLOBAL__sub_I_vtkSphereWidget2Python.cxx_ZL46PyvtkSphereWidget2_CreateDefaultRepresentationP7_objectS0_.LC0.LC1.LC2.LC6.LC3.LC4.LC5.LC7.LC8.LC9.LC10.LC11.LC12.LC13.LC14.LC15.LC16.LC17.LC18.LC20.LC19_ZN16vtkSphereWidget221SetTranslationEnabledEi_ZN16vtkSphereWidget221GetTranslationEnabledEv_ZN16vtkSphereWidget217SetScalingEnabledEi_ZN16vtkSphereWidget217GetScalingEnabledEv_ZN16vtkSphereWidget23NewEv_ZNK16vtkSphereWidget219NewInstanceInternalEv_ZN13vtkPythonArgs13ArgCountErrorEii_ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRbPyErr_Occurred_ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__stack_chk_fail_ZN16vtkSphereWidget23IsAEPKcstrcmp_ZN13vtkObjectBase8IsTypeOfEPKc_ZN16vtkSphereWidget217ScalingEnabledOffEv_GLOBAL_OFFSET_TABLE__ZN16vtkSphereWidget221TranslationEnabledOffEv_ZN16vtkSphereWidget216ScalingEnabledOnEv_ZN16vtkSphereWidget220TranslationEnabledOnEv_ZN13vtkPythonArgs8GetValueERPcPyLong_FromLong_ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1__ZN17vtkAbstractWidget23SetWidgetRepresentationEP23vtkWidgetRepresentation_Py_NoneStruct_ZN13vtkPythonArgs8GetValueERiPyVTKObject_CheckPyVTKObject_GetObjectPyVTKObject_SetFlagPyvtkSphereWidget2_ClassNewPyVTKClass_AddPyvtkAbstractWidget_ClassNewPyType_ReadyPyVTKAddFile_vtkSphereWidget2PyDict_SetItemString_Py_Dealloc_ZN16vtkSphereWidget227CreateDefaultRepresentationEvPyType_TypePyVTKObject_DeletePyVTKObject_ReprPyVTKObject_StringPyObject_GenericGetAttrPyObject_GenericSetAttrPyVTKObject_AsBufferPyVTKObject_TraversePyVTKObject_GetSetPyVTKObject_NewPyObject_GC_Del,$`?%@&ABAC 'J?}L&E(EAM)E*EFC$+?NL*D&E(EA-MN)SEa*fErFC,?!N;AHM]*:jC-?NA(M=*<JCq.?N/@$O)A5*P@Cp0?N*9"A.*PJ*I_C1?N!*9AAM*Pj*KC2?! NA *;b An *P *G C 3 ?A Na *; A *P *J C 4J ?q N Q A *P *9 CA 5 ? N Q A *P6 *;` C 6 ? N**>5=H&WAdBxRSTAC"&#V "W"#X?UN&YZ7?N.A:*PI\PC={[=&E&(+E9)>EL*QE^F*;*9*;*98"] 0^X_`abcde8f@g ,P  5(8 @ HXh ` hp x aP   9 px P@  ( 8@ OHpX` h x X  4H\p   ,XpPPp0L h  p 0$8.symtab.strtab.shstrtab.rela.text.data.bss.text._ZN16vtkSphereWidget221SetTranslationEnabledEi.text._ZN16vtkSphereWidget221GetTranslationEnabledEv.text._ZN16vtkSphereWidget217SetScalingEnabledEi.text._ZN16vtkSphereWidget217GetScalingEnabledEv.rela.text._ZNK16vtkSphereWidget219NewInstanceInternalEv.rodata.str1.1.rodata._ZN16vtkSphereWidget23IsAEPKc.str1.1.rela.text._ZN16vtkSphereWidget23IsAEPKc.rela.text._ZN16vtkSphereWidget217ScalingEnabledOffEv.rela.text._ZN16vtkSphereWidget221TranslationEnabledOffEv.rela.text._ZN16vtkSphereWidget216ScalingEnabledOnEv.rela.text._ZN16vtkSphereWidget220TranslationEnabledOnEv.rodata.str1.8.rela.text.startup.rela.init_array.rela.data.rel.rela.data.rel.local.comment.note.GNU-stack.note.gnu.property.rela.eh_frame.group @/9 H/: P/; X/< ` /> l /D x /G  /I  /J  /K T@E / &,1!f@ P!  @pS/62)E22wbr@S/pD@`T/D@xT/? @T/EP?@@T/y2+@T0/"+@T/$+ @U /&@- @(V/(0 /,L/P/ p/P@Z/-2 09 <R \