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ЉfUH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=HG(HtL$9L$t:H111HT$(dH+%(u7H0]fDHHuӐHHuHSH0fnFdH%(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.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.H8fnFdH%(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.H8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(H8@HHuҐHtIHH;uQtLJHuHHHH;t@1ff.fATH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$uDH(HtD$9D$tIH11E1HD$(dH+%(H0LA\@HHufHHRxH;IMtoI$H5LPtZHuLIHoHbL1HHP@L8fE1H"DIjfATL%H LHH5LuLHLA\ATIUHHt HH5LHtHmtH]A\HH]A\H8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(uLH8HHuҐu$HHuHH@9tHD9tHDSafeDownCastvtkObjectBasevtkBorderWidgetIsTypeOfIsAGetBorderRepresentationGetResizableGetSelectableSetRepresentationvtkBorderRepresentationSetResizableSetSelectableResizableOnSelectableOffSelectableOnResizableOffNewInstanceCreateDefaultRepresentationvtkAbstractWidgetvtkInteractorObservervtkObjectUH=Hu]ÐHH=tHH=tHH=tH]HHH;u!tLJHHH;u!tLJHHH;u)tLJ1HHH;u)tLJ1vtkBorderWidget - place a border around a 2D rectangular region Superclass: vtkAbstractWidget This class is a superclass for 2D widgets that may require a rectangular border. Besides drawing a border, the widget provides methods for resizing and moving the rectangular region (and associated border). The widget provides methods and internal data members so that subclasses can take advantage of this widgets capabilities, requiring only that the subclass defines a "representation", i.e., some combination of props or actors that can be managed in the 2D rectangular region. The class defines basic positioning functionality, including the ability to size the widget with locked x/y proportions. The area within the border may be made "selectable" as well, meaning that a selection event interior to the widget invokes a virtual SelectRegion() method, which can be used to pick objects or otherwise manipulate data interior to the widget. @par Event Bindings: By default, the widget responds to the following VTK events (i.e., it watches the vtkRenderWindowInteractor for these events): On the boundary of the widget: LeftButtonPressEvent - select boundary LeftButtonReleaseEvent - deselect boundary MouseMoveEvent - move/resize widget depending on which portion of the boundary was selected. On the interior of the widget: LeftButtonPressEvent - invoke SelectButton() callback (if the ivar Selectable is on) Anywhere on the widget: MiddleButtonPressEvent - move 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 vtkBorderWidget's widget events: vtkWidgetEvent::Select -- some part of the widget has been selected vtkWidgetEvent::EndSelect -- the selection process has completed vtkWidgetEvent::Translate -- the widget is to be translated vtkWidgetEvent::Move -- a request for slider motion has been invoked @par Event Bindings: In turn, when these widget events are processed, this widget 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) @sa vtkInteractorObserver vtkCameraInterpolator vtkInteractionWidgetsPython.vtkBorderWidgetV.IsTypeOf(string) -> int C++: static vtkTypeBool IsTypeOf(const char *type) Standard methods for class. V.IsA(string) -> int C++: vtkTypeBool IsA(const char *type) override; Standard methods for class. V.SafeDownCast(vtkObjectBase) -> vtkBorderWidget C++: static vtkBorderWidget *SafeDownCast(vtkObjectBase *o) Standard methods for class. V.NewInstance() -> vtkBorderWidget C++: vtkBorderWidget *NewInstance() Standard methods for class. V.SetSelectable(int) C++: virtual void SetSelectable(int _arg) Indicate whether the interior region of the widget can be selected or not. If not, then events (such as left mouse down) allow the user to "move" the widget, and no selection is possible. Otherwise the SelectRegion() method is invoked. V.GetSelectable() -> int C++: virtual int GetSelectable() Indicate whether the interior region of the widget can be selected or not. If not, then events (such as left mouse down) allow the user to "move" the widget, and no selection is possible. Otherwise the SelectRegion() method is invoked. V.SelectableOn() C++: virtual void SelectableOn() Indicate whether the interior region of the widget can be selected or not. If not, then events (such as left mouse down) allow the user to "move" the widget, and no selection is possible. Otherwise the SelectRegion() method is invoked. V.SelectableOff() C++: virtual void SelectableOff() Indicate whether the interior region of the widget can be selected or not. If not, then events (such as left mouse down) allow the user to "move" the widget, and no selection is possible. Otherwise the SelectRegion() method is invoked. V.SetResizable(int) C++: virtual void SetResizable(int _arg) Indicate whether the boundary of the widget can be resized. If not, the cursor will not change to "resize" type when mouse over the boundary. V.GetResizable() -> int C++: virtual int GetResizable() Indicate whether the boundary of the widget can be resized. If not, the cursor will not change to "resize" type when mouse over the boundary. V.ResizableOn() C++: virtual void ResizableOn() Indicate whether the boundary of the widget can be resized. If not, the cursor will not change to "resize" type when mouse over the boundary. V.ResizableOff() C++: virtual void ResizableOff() Indicate whether the boundary of the widget can be resized. If not, the cursor will not change to "resize" type when mouse over the boundary. V.SetRepresentation(vtkBorderRepresentation) C++: void SetRepresentation(vtkBorderRepresentation *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.GetBorderRepresentation() -> vtkBorderRepresentation C++: vtkBorderRepresentation *GetBorderRepresentation() Return the representation as a vtkBorderRepresentation. V.CreateDefaultRepresentation() C++: void CreateDefaultRepresentation() override; Create the default widget representation if one is not set. 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 ED@ AG EDP AK DEDP AG <DEDP AG `H@ E |H@ E H@ E H@ E gFD@ EE MFF0OFDD n ABA DDBDXH@ I   # S    P 0B w D `D  8 h   0g&(!""+ @&(jo ty+~(48P]k}!"! " 0"!U" z" "\m"b"?"?"D5"D[{ 9Kau M O;GZk~_ZL27PyvtkBorderWidget_StaticNewv_ZL30PyvtkBorderWidget_SafeDownCastP7_objectS0__ZL26PyvtkBorderWidget_IsTypeOfP7_objectS0__ZL21PyvtkBorderWidget_IsAP7_objectS0__ZL41PyvtkBorderWidget_GetBorderRepresentationP7_objectS0__ZL30PyvtkBorderWidget_GetResizableP7_objectS0__ZL31PyvtkBorderWidget_GetSelectableP7_objectS0__ZL35PyvtkBorderWidget_SetRepresentationP7_objectS0__ZL30PyvtkBorderWidget_SetResizableP7_objectS0__ZL31PyvtkBorderWidget_SetSelectableP7_objectS0__ZL29PyvtkBorderWidget_ResizableOnP7_objectS0__ZL31PyvtkBorderWidget_SelectableOffP7_objectS0__ZL30PyvtkBorderWidget_SelectableOnP7_objectS0__ZL30PyvtkBorderWidget_ResizableOffP7_objectS0__ZL29PyvtkBorderWidget_NewInstanceP7_objectS0__ZL22PyvtkBorderWidget_Type_ZL25PyvtkBorderWidget_Methods_GLOBAL__sub_I_vtkBorderWidgetPython.cxx_ZL45PyvtkBorderWidget_CreateDefaultRepresentationP7_objectS0_.LC0.LC1.LC2.LC6.LC3.LC4.LC5.LC7.LC8.LC9.LC10.LC11.LC12.LC13.LC14.LC15.LC16.LC17.LC18.LC19.LC21.LC20_ZN15vtkBorderWidget13SetSelectableEi_ZN15vtkBorderWidget13GetSelectableEv_ZN15vtkBorderWidget12SetResizableEi_ZN15vtkBorderWidget12GetResizableEv_ZN15vtkBorderWidget3NewEv_ZNK15vtkBorderWidget19NewInstanceInternalEv_ZN13vtkPythonArgs13ArgCountErrorEii_ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRbPyErr_Occurred_ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__stack_chk_fail_ZN15vtkBorderWidget3IsAEPKcstrcmp_ZN13vtkObjectBase8IsTypeOfEPKc_ZN15vtkBorderWidget12SelectableOnEv_GLOBAL_OFFSET_TABLE__ZN15vtkBorderWidget11ResizableOnEv_ZN15vtkBorderWidget12ResizableOffEv_ZN15vtkBorderWidget13SelectableOffEv_ZN13vtkPythonArgs8GetValueERPcPyLong_FromLong_ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1__ZN17vtkAbstractWidget23SetWidgetRepresentationEP23vtkWidgetRepresentation_Py_NoneStruct_ZN13vtkPythonArgs8GetValueERiPyVTKObject_CheckPyVTKObject_GetObjectPyVTKObject_SetFlagPyvtkBorderWidget_ClassNewPyVTKClass_AddPyvtkAbstractWidget_ClassNewPyType_ReadyPyVTKAddFile_vtkBorderWidgetPyDict_SetItemString_Py_Dealloc_ZN15vtkBorderWidget27CreateDefaultRepresentationEvPyType_TypePyVTKObject_DeletePyVTKObject_ReprPyVTKObject_StringPyObject_GenericGetAttrPyObject_GenericSetAttrPyVTKObject_AsBufferPyVTKObject_TraversePyVTKObject_GetSetPyVTKObject_NewPyObject_GC_Del,%`A&B'CDCE (JA}N'G)GCO*G+GHE$,APN*F'G)GC-ON*SGa+fGrHE-A!P8CEDLEq.APCO*>*EQ/APCO*< E10AP1BQC*RE12APSC*R&*=PE3A P SK CW *Rv *; E 4 AA Pa *= C *R *K E 5= Aa P *; C *R *M E 6] A P *; C *R *I E0 7} A P *= C *R *LER8AP*@?'C$D8THUeVtCE#'$X#Y#ZW'\`9APC*R ^E?;]?'G&)+G9*>GL+QG^H*;*=*=*;:# _p 0`Xabcdefg8h@i +  4(8 @ HXx ` h0x  `p  ]0         P(P8@ H X` h xh k0 8h @ 4H\p   ,XP0@`d    0H \@.symtab.strtab.shstrtab.rela.text.data.bss.text._ZN15vtkBorderWidget13SetSelectableEi.text._ZN15vtkBorderWidget13GetSelectableEv.text._ZN15vtkBorderWidget12SetResizableEi.text._ZN15vtkBorderWidget12GetResizableEv.rela.text._ZNK15vtkBorderWidget19NewInstanceInternalEv.rodata.str1.1.rodata._ZN15vtkBorderWidget3IsAEPKc.str1.1.rela.text._ZN15vtkBorderWidget3IsAEPKc.rela.text._ZN15vtkBorderWidget12SelectableOnEv.rela.text._ZN15vtkBorderWidget11ResizableOnEv.rela.text._ZN15vtkBorderWidget12ResizableOffEv.rela.text._ZN15vtkBorderWidget13SelectableOffEv.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/=X/>` /@l /Fx /I /K /L /M @`E(/ &,1!] !@ P @S/2Y &2e2WbR@S/?z@xT/P?@T/D@T/D @T/:2(N*I@T0/"a*\@U/$r+ m@ U /&, |@@V8/(0.,.. .p@xZ/-`2 0; P< 0]