ELF>XP@@*)   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ЉfUH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(u_H@]f.HHuϐH5HT$H|$|$HtHHuHHff.ATH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$uDH(HtD$9D$tIH11E1HD$(dH+%(H0LA\@HHufHHRxH;IMtoI$H5LPtZHuLIHoHbL1HHP@L8fE1H"DIjfH8fnFdH%(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.fUH@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.AVH HAUH5ATL%ULSt[L]A\A]A^HL5HLk@Hc{HHtH3HLHmt$HL9uL[L]A\A]A^HfDATIUHHt HH5LHtHmtH]A\HH]A\H8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(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)HEHHuHHDHfH8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(uLH8HHuҐu$HHuHH@9tHDSafeDownCastvtkObjectBasevtkResliceCursorWidgetIsTypeOfIsAGetManageWindowLevelSetRepresentationNewInstanceManageWindowLevelOnManageWindowLevelOffSetManageWindowLevelResetResliceCursorSetEnabledCreateDefaultRepresentationWindowLevelEventResliceAxesChangedEventResliceThicknessChangedEventResetCursorEventvtkAbstractWidgetvtkInteractorObservervtkObjectUH=Hu]ÐHH=tHH=tHH=tH]HHH;u)tLJ1HHH;u!tLJGetResliceCursorRepresentationvtkResliceCursorRepresentationvtkResliceCursorWidget - represent a reslice cursor Superclass: vtkAbstractWidget This class represents a reslice cursor that can be used to perform interactive thick slab MPR's through data. It consists of two cross sectional hairs, with an optional thickness. The hairs may have a hole in the center. These may be translated or rotated independent of each other in the view. The result is used to reslice the data along these cross sections. This allows the user to perform multi-planar thin or thick reformat of the data on an image view, rather than a 3D view. The class internally uses vtkImageSlabReslice or vtkImageReslice depending on the modes in vtkResliceCursor to do its reslicing. The slab thickness is set interactively from the widget. The slab resolution (ie the number of blend points) is set as the minimum spacing along any dimension from the dataset. @sa vtkImageSlabReslice vtkResliceCursorLineRepresentation vtkResliceCursor vtkInteractionWidgetsPython.vtkResliceCursorWidgetV.IsTypeOf(string) -> int C++: static vtkTypeBool IsTypeOf(const char *type) Standard VTK class macros. V.IsA(string) -> int C++: vtkTypeBool IsA(const char *type) override; Standard VTK class macros. V.SafeDownCast(vtkObjectBase) -> vtkResliceCursorWidget C++: static vtkResliceCursorWidget *SafeDownCast(vtkObjectBase *o) Standard VTK class macros. V.NewInstance() -> vtkResliceCursorWidget C++: vtkResliceCursorWidget *NewInstance() Standard VTK class macros. V.SetRepresentation(vtkResliceCursorRepresentation) C++: void SetRepresentation(vtkResliceCursorRepresentation *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.GetResliceCursorRepresentation() -> vtkResliceCursorRepresentation C++: vtkResliceCursorRepresentation *GetResliceCursorRepresentation( ) Return the representation as a vtkResliceCursorRepresentation. V.CreateDefaultRepresentation() C++: void CreateDefaultRepresentation() override; Create the default widget representation if one is not set. V.SetEnabled(int) C++: void SetEnabled(int) override; Methods for activiating this widget. This implementation extends the superclasses' in order to resize the widget handles due to a render start event. V.SetManageWindowLevel(int) C++: virtual void SetManageWindowLevel(int _arg) Also perform window level ? V.GetManageWindowLevel() -> int C++: virtual int GetManageWindowLevel() Also perform window level ? V.ManageWindowLevelOn() C++: virtual void ManageWindowLevelOn() Also perform window level ? V.ManageWindowLevelOff() C++: virtual void ManageWindowLevelOff() Also perform window level ? V.ResetResliceCursor() C++: virtual void ResetResliceCursor() Reset the cursor back to its initial state HH !"HDGCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0GNUzRx !0 D X lEDPa AE bEY B }D?(EAD`n AAF 0FAA D`  AABH 8ED@ AG \ED@ AG EDP AK gFD@ EE H@ E H@ E DEDP AG L$FPI H(D0O (D BBBD V (D BBBH 0tOFDD n ABA DDBH@ I EDP AK H@ I     *a PJ00g9 Dx @#@ ` 0  2(;? T fr%+17=C@I" !}" " ,Xg"b"D1G"?z*9Kau0  O4f & > S h {  _ZL34PyvtkResliceCursorWidget_StaticNewv_ZL37PyvtkResliceCursorWidget_SafeDownCastP7_objectS0__ZL33PyvtkResliceCursorWidget_IsTypeOfP7_objectS0__ZL28PyvtkResliceCursorWidget_IsAP7_objectS0__ZL55PyvtkResliceCursorWidget_GetResliceCursorRepresentationP7_objectS0__ZL45PyvtkResliceCursorWidget_GetManageWindowLevelP7_objectS0__ZL42PyvtkResliceCursorWidget_SetRepresentationP7_objectS0__ZL36PyvtkResliceCursorWidget_NewInstanceP7_objectS0__ZL44PyvtkResliceCursorWidget_ManageWindowLevelOnP7_objectS0__ZL45PyvtkResliceCursorWidget_ManageWindowLevelOffP7_objectS0__ZL45PyvtkResliceCursorWidget_SetManageWindowLevelP7_objectS0__ZL32PyvtkResliceCursorWidget_Methods_ZL29PyvtkResliceCursorWidget_Type_ZZ33PyvtkResliceCursorWidget_ClassNewE9constants_GLOBAL__sub_I_vtkResliceCursorWidgetPython.cxx_ZL43PyvtkResliceCursorWidget_ResetResliceCursorP7_objectS0__ZL35PyvtkResliceCursorWidget_SetEnabledP7_objectS0__ZL52PyvtkResliceCursorWidget_CreateDefaultRepresentationP7_objectS0_.LC0.LC1.LC2.LC6.LC3.LC4.LC5.LC7.LC8.LC9.LC10.LC11.LC12.LC13.LC14.LC15.LC17.LC18.LC19.LC16_ZN22vtkResliceCursorWidget20SetManageWindowLevelEi_ZN22vtkResliceCursorWidget20GetManageWindowLevelEv_ZN22vtkResliceCursorWidget3NewEv_ZNK22vtkResliceCursorWidget19NewInstanceInternalEv_ZN13vtkPythonArgs13ArgCountErrorEii_ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRbPyErr_Occurred_ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__stack_chk_fail_ZN22vtkResliceCursorWidget3IsAEPKcstrcmp_ZN13vtkObjectBase8IsTypeOfEPKc_ZN22vtkResliceCursorWidget20ManageWindowLevelOffEv_GLOBAL_OFFSET_TABLE__ZN22vtkResliceCursorWidget19ManageWindowLevelOnEv_ZN13vtkPythonArgs8GetValueERPcPyLong_FromLong_ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1__ZN17vtkAbstractWidget23SetWidgetRepresentationEP23vtkWidgetRepresentation_Py_NoneStructPyVTKObject_CheckPyVTKObject_GetObjectPyVTKObject_SetFlag_ZN13vtkPythonArgs8GetValueERiPyvtkResliceCursorWidget_ClassNewPyVTKClass_AddPyvtkAbstractWidget_ClassNewPyDict_SetItemStringPyType_Ready_Py_DeallocPyVTKAddFile_vtkResliceCursorWidget_ZN22vtkResliceCursorWidget18ResetResliceCursorEv_ZN22vtkResliceCursorWidget10SetEnabledEi_ZN22vtkResliceCursorWidget27CreateDefaultRepresentationEvPyType_TypePyVTKObject_DeletePyVTKObject_ReprPyVTKObject_StringPyObject_GenericGetAttrPyObject_GenericSetAttrPyVTKObject_AsBufferPyVTKObject_TraversePyVTKObject_GetSetPyVTKObject_NewPyObject_GC_Del,!`9":#;<;= $J9}D#?%?;E&?'?@=$(9FD*>#?%?;-EN&S?a'f?r@=)9!F8;E<L=q*9F;E*6*=Q+9F,:G ;*H =R-9F*87#;$<8IHJeKt;=. 91FQ*5q;}*H*C=/- 9Q Fq *5 ; *H *A = 0Z 9 F L ; *H *5 =@ #I  R \ Nb y O    E P Q R M # P` 1 9 F ; *H T =A 2 9 F L ; *HU#=P39F;*HV=7; R7#?&%+?9&>?L'Q?^@*5*54 00W0XXYZ[\]^_8`@a20 ;(8@HX`fh0xT0`08   ?(P8 @rHXp `hx @ 0 4H\p   <`P00 (0 x @  0.symtab.strtab.shstrtab.rela.text.data.bss.text._ZN22vtkResliceCursorWidget20SetManageWindowLevelEi.text._ZN22vtkResliceCursorWidget20GetManageWindowLevelEv.rela.text._ZNK22vtkResliceCursorWidget19NewInstanceInternalEv.rodata.str1.1.rodata._ZN22vtkResliceCursorWidget3IsAEPKc.str1.1.rela.text._ZN22vtkResliceCursorWidget3IsAEPKc.rela.text._ZN22vtkResliceCursorWidget20ManageWindowLevelOffEv.rela.text._ZN22vtkResliceCursorWidget19ManageWindowLevelOnEv.rodata.str1.8.rela.text.startup.rela.init_array.rela.data.rel.ro.local.rela.data.rel.rela.data.rel.local.comment.note.GNU-stack.note.gnu.property.rela.eh_frame.group|@'5|H'6|P '8|\ '>|h 'A|t 'C @7 '&,1!k  @E' 2A22+Pb&@0E'ZDU@F'?@ F'2P @8F0'@hF'  @ @F`'"` @F '1  ,@H' A0!,J!Z! r"m@K('%(%0 (5 X. M