ELF>j@@"!   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=tHH=tHff.UH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=HG(HtL$9L$t:H111HT$(dH+%(u7H0]fDHHuӐHHuHUH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(uVH0]fDHHuӐtHHuH뵐HHH;tHUH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(uVH0]fDHHuӐtHHuH뵐HHH;tHUH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(u_H@]f.HHuϐH5HT$H|$|$HtHHuHHff.UH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(u_H@]f.HHuϐH5HT$H|$|$HtHHuHHff.UH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(u_H@]f.HHuϐH5HT$H|$|$HtHHuHHff.UH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(u_H@]f.HHuϐH5HT$H|$|$HtHHHuHff.AUATUH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uXHD$Ho(Ht!D$ +D$$tIH|$1HT$8dH+%(H@]A\A]DHHu̐Ll$HT$H5L|$ItHt$LtHT$LHHyHHkfAVAUATUHHfnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ Ho(Ht!D$ +D$$tH(HtD$9D$t;H111HT$(dH+%(uLH8HHuҐu$HHuHH@ff.UH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(urH@]f.HHuϐHt$ H|$tD$$t$ u)HEHHuHHDHHHSafeDownCastvtkObjectBasevtkBalloonWidgetIsTypeOfGetBalloonRepresentationGetCurrentPropGetPickerSetRepresentationvtkBalloonRepresentationSetPickervtkAbstractPropPickerRemoveBalloonvtkPropGetBalloonImageUpdateBalloonStringUpdateBalloonImagevtkImageDataGetBalloonStringNewInstanceIsAAddBalloonCreateDefaultRepresentationSetEnabledvtkHoverWidgetvtkAbstractWidgetvtkInteractorObservervtkObjectUH=Hu]ÐHH=tHH=tHH=tHH=tH]vtkBalloonWidget - popup text balloons above instance of vtkProp when hovering occurs Superclass: vtkHoverWidget The vtkBalloonWidget is used to popup text and/or an image when the mouse hovers over an instance of vtkProp. The widget keeps track of (vtkProp,vtkBalloon) pairs (where the internal vtkBalloon class is defined by a pair of vtkStdString and vtkImageData), and when the mouse stops moving for a user-specified period of time over the vtkProp, then the vtkBalloon is drawn nearby the vtkProp. Note that an instance of vtkBalloonRepresentation is used to draw the balloon. To use this widget, specify an instance of vtkBalloonWidget and a representation (e.g., vtkBalloonRepresentation). Then list all instances of vtkProp, a text string, and/or an instance of vtkImageData to be associated with each vtkProp. (Note that you can specify both text and an image, or just one or the other.) You may also wish to specify the hover delay (i.e., set in the superclass vtkHoverWidget). @par Event Bindings: By default, the widget observes the following VTK events (i.e., it watches the vtkRenderWindowInteractor for these events): MouseMoveEvent - occurs when mouse is moved in render window. TimerEvent - occurs when the time between events (e.g., mouse move) is greater than TimerDuration. KeyPressEvent - when the "Enter" key is pressed after the balloon appears, a callback is activated (e.g., WidgetActivateEvent). @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 vtkBalloonWidget's widget events: vtkWidgetEvent::Move -- start the timer vtkWidgetEvent::TimedOut -- when hovering occurs, vtkWidgetEvent::SelectAction -- activate any callbacks associated with the balloon. @par Event Bindings: This widget invokes the following VTK events on itself (which observers can listen for): vtkCommand::TimerEvent (when hovering is determined to occur) vtkCommand::EndInteractionEvent (after a hover has occurred and the mouse begins moving again). vtkCommand::WidgetActivateEvent (when the balloon is selected with a keypress). @sa vtkAbstractWidget vtkInteractionWidgetsPython.vtkBalloonWidgetV.IsTypeOf(string) -> int C++: static vtkTypeBool IsTypeOf(const char *type) Standard methods for a VTK class. V.IsA(string) -> int C++: vtkTypeBool IsA(const char *type) override; Standard methods for a VTK class. V.SafeDownCast(vtkObjectBase) -> vtkBalloonWidget C++: static vtkBalloonWidget *SafeDownCast(vtkObjectBase *o) Standard methods for a VTK class. V.NewInstance() -> vtkBalloonWidget C++: vtkBalloonWidget *NewInstance() Standard methods for a VTK class. V.SetEnabled(int) C++: void SetEnabled(int) override; The method for activating and deactivating this widget. This method must be overridden because it performs special timer-related operations. V.SetRepresentation(vtkBalloonRepresentation) C++: void SetRepresentation(vtkBalloonRepresentation *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.GetBalloonRepresentation() -> vtkBalloonRepresentation C++: vtkBalloonRepresentation *GetBalloonRepresentation() Return the representation as a vtkBalloonRepresentation. V.CreateDefaultRepresentation() C++: void CreateDefaultRepresentation() override; Create the default widget representation if one is not set. V.AddBalloon(vtkProp, string, vtkImageData) C++: void AddBalloon(vtkProp *prop, const char *str, vtkImageData *img) V.AddBalloon(vtkProp, string) C++: void AddBalloon(vtkProp *prop, const char *str) Add and remove text and/or an image to be associated with a vtkProp. You may add one or both of them. V.RemoveBalloon(vtkProp) C++: void RemoveBalloon(vtkProp *prop) Add and remove text and/or an image to be associated with a vtkProp. You may add one or both of them. V.GetBalloonString(vtkProp) -> string C++: const char *GetBalloonString(vtkProp *prop) Methods to retrieve the information associated with each vtkProp (i.e., the information that makes up each balloon). A nullptr will be returned if the vtkProp does not exist, or if a string or image have not been associated with the specified vtkProp. V.GetBalloonImage(vtkProp) -> vtkImageData C++: vtkImageData *GetBalloonImage(vtkProp *prop) Methods to retrieve the information associated with each vtkProp (i.e., the information that makes up each balloon). A nullptr will be returned if the vtkProp does not exist, or if a string or image have not been associated with the specified vtkProp. V.UpdateBalloonString(vtkProp, string) C++: void UpdateBalloonString(vtkProp *prop, const char *str) Update the balloon string or image. If the specified prop does not exist, then nothing is added not changed. V.UpdateBalloonImage(vtkProp, vtkImageData) C++: void UpdateBalloonImage(vtkProp *prop, vtkImageData *image) Update the balloon string or image. If the specified prop does not exist, then nothing is added not changed. V.GetCurrentProp() -> vtkProp C++: virtual vtkProp *GetCurrentProp() Return the current vtkProp that is being hovered over. Note that the value may be nullptr (if hovering over nothing or the mouse is moving). V.SetPicker(vtkAbstractPropPicker) C++: void SetPicker(vtkAbstractPropPicker *) Set/Get the object used to perform pick operations. Since the vtkBalloonWidget operates on vtkProps, the picker must be a subclass of vtkAbstractPropPicker. (Note: if not specified, an instance of vtkPropPicker is used.) V.GetPicker() -> vtkAbstractPropPicker C++: virtual vtkAbstractPropPicker *GetPicker() Set/Get the object used to perform pick operations. Since the vtkBalloonWidget operates on vtkProps, the picker must be a subclass of vtkAbstractPropPicker. (Note: if not specified, an instance of vtkPropPicker is used.) HHHDGCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0GNUzRx  0 D X lEDPa AE uEY B P("EAD`n AAF ED@ AG ED@ AG $ED@ AG HEDP AK lEDP AK EDP AK EDP AK 0'FBA D`  ABBF 8 ;FBB A(Dp (A BBBG (H5FAD` ABC tgFD@ EE 0FAA D`  AABH 8sFDB A(Dp (A BBBH MFF0$OFDD n ABA DDBXlH@ I EDP AK a     $U"  V'" ;Y 5P g `s2@R|`    , !7 5 N ]# g) y/ 5 ; A G M S Y _ e k )q -w 8} T" " " Bn}"u -=rJ{(/KWq M. = W d 0O      ' : K ^ v      _ZL28PyvtkBalloonWidget_StaticNewv_ZL31PyvtkBalloonWidget_SafeDownCastP7_objectS0__ZL27PyvtkBalloonWidget_IsTypeOfP7_objectS0__ZL43PyvtkBalloonWidget_GetBalloonRepresentationP7_objectS0__ZL33PyvtkBalloonWidget_GetCurrentPropP7_objectS0__ZL28PyvtkBalloonWidget_GetPickerP7_objectS0__ZL36PyvtkBalloonWidget_SetRepresentationP7_objectS0__ZL28PyvtkBalloonWidget_SetPickerP7_objectS0__ZL32PyvtkBalloonWidget_RemoveBalloonP7_objectS0__ZL34PyvtkBalloonWidget_GetBalloonImageP7_objectS0__ZL38PyvtkBalloonWidget_UpdateBalloonStringP7_objectS0__ZL37PyvtkBalloonWidget_UpdateBalloonImageP7_objectS0__ZL35PyvtkBalloonWidget_GetBalloonStringP7_objectS0__ZL30PyvtkBalloonWidget_NewInstanceP7_objectS0__ZL22PyvtkBalloonWidget_IsAP7_objectS0__ZL29PyvtkBalloonWidget_AddBalloonP7_objectS0__ZL23PyvtkBalloonWidget_Type_ZL26PyvtkBalloonWidget_Methods_GLOBAL__sub_I_vtkBalloonWidgetPython.cxx_ZL46PyvtkBalloonWidget_CreateDefaultRepresentationP7_objectS0__ZL29PyvtkBalloonWidget_SetEnabledP7_objectS0_.LC0.LC1.LC2.LC7.LC3.LC4.LC5.LC6.LC8.LC9.LC10.LC11.LC12.LC13.LC14.LC15.LC16.LC17.LC18.LC19.LC20.LC21.LC22.LC23.LC24.LC26.LC27.LC25_ZN16vtkBalloonWidget14GetCurrentPropEv_ZN16vtkBalloonWidget9GetPickerEv_ZN16vtkBalloonWidget3NewEv_ZNK16vtkBalloonWidget19NewInstanceInternalEv_ZN13vtkPythonArgs13ArgCountErrorEii_ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRbPyErr_Occurred_ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__stack_chk_fail_ZN16vtkBalloonWidget3IsAEPKcstrcmp_ZN13vtkObjectBase8IsTypeOfEPKc_ZN13vtkPythonArgs8GetValueERPcPyLong_FromLong_ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1__GLOBAL_OFFSET_TABLE__ZN17vtkAbstractWidget23SetWidgetRepresentationEP23vtkWidgetRepresentation_Py_NoneStruct_ZN16vtkBalloonWidget9SetPickerEP21vtkAbstractPropPicker_ZN16vtkBalloonWidget13RemoveBalloonEP7vtkProp_ZN16vtkBalloonWidget15GetBalloonImageEP7vtkProp_ZN16vtkBalloonWidget19UpdateBalloonStringEP7vtkPropPKc_ZN16vtkBalloonWidget18UpdateBalloonImageEP7vtkPropP12vtkImageData_ZN16vtkBalloonWidget16GetBalloonStringEP7vtkPropstrlenPyUnicode_FromStringAndSizePyErr_ClearPyBytes_FromStringAndSizePyVTKObject_CheckPyVTKObject_GetObjectPyVTKObject_SetFlag_ZN13vtkPythonArgs13ArgCountErrorEiPKc_ZN16vtkBalloonWidget10AddBalloonEP7vtkPropPKcP12vtkImageDataPyvtkBalloonWidget_ClassNewPyVTKClass_AddPyvtkHoverWidget_ClassNewPyType_ReadyPyVTKAddFile_vtkBalloonWidgetPyDict_SetItemString_Py_Dealloc_ZN16vtkBalloonWidget27CreateDefaultRepresentationEv_ZN13vtkPythonArgs8GetValueERi_ZN16vtkBalloonWidget10SetEnabledEiPyType_TypePyVTKObject_DeletePyVTKObject_ReprPyVTKObject_StringPyObject_GenericGetAttrPyObject_GenericSetAttrPyVTKObject_AsBufferPyVTKObject_TraversePyVTKObject_GetSetPyVTKObject_NewPyObject_GC_Del,!`A"B#CDCE $JA}I#G%GCJ&G'G(GHEA)AKCDE*NAqKCD*=E+.AQKlCyD*>E,AAKS-bBtMyC*NE.AAKS/bBtOyC*NE0AAKS1bBtPyC*NE2AAKS1bBtQ|CDE3' AQ Km 1u B I R C *N E 4T A 1 B 5 B S C *N K E3 6 A K 1 B T C U V W% X3 *NA Er 7 A K *@ ?( #7 CD DX Yh Z [ C E 8FAqKI*F#G%GCJ&G!'&G4(9GEHZE9A#9+\[9AK1BI*]/C?*N`1hBI5BKE# _ `#a?^N#Yc:AK.C:*NIePE;AKf=CI*N\gcE?{d?#G&%+G9&>GL'QG_(dGqH<h( 0iXjklmnop8q@r,X )( 8 @HX@ `hP x T`H g 5 H 8 -` (8@ H Xh`hx  N] 4H\p  (Lp L xP  ` (0\p`.symtab.strtab.shstrtab.rela.text.data.bss.text._ZN16vtkBalloonWidget14GetCurrentPropEv.text._ZN16vtkBalloonWidget9GetPickerEv.rela.text._ZNK16vtkBalloonWidget19NewInstanceInternalEv.rodata.str1.1.rodata._ZN16vtkBalloonWidget3IsAEPKc.str1.1.rela.text._ZN16vtkBalloonWidget3IsAEPKc.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@=H>P @\ F pg@L`&,1 _  @P_ 2 _2hAu@h_%2(9@/4@p`0LX/G@`]`/ X@` l1@ g@a|0@3,l3p3 3@fX87 = B h