ELF>hc@@/.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.SH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=HG(HtL$9L$t:H111HT$(dH+%(u?H0[fDHHuӐfH~HufHnUH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(u8H0]fDHHuӐHHuHff.@UH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(u8H0]fDHHuӐHHuHff.@UH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(u^H0]fDHHuӐt$HHuH@HHH;tHfSH0fnFdH%(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+%(ulH@]f.HHuϐHT$H|$H5|$HtHEHH@HuHHff.@UH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(H@]fDHHuϐHt$ H|$tD$$t$ t99tHEHHuHH|@HEHhH;u;tƉHHff.H8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(H8@HHuҐHtIHhH;uQtLJHuHHHxH;t@1ff.fH8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(H8@HHuҐHtIHhH;uQtLJHuHHfHpH;t@f.ATH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$uDH(HtD$9D$tIH11E1HD$(dH+%(H0LA\@HHufHHRxH;IMtoI$H5LPtZHuLIHoHbL1HHP@L8fE1H"DIjfATUSH@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=tLH=tLHЉfUH@fnFdH%(HD$81HHt$HD$HGfnD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(H@]fDHHuϐHt$H|$tL$HEf(HH;fukf.z)u'f.zuf.zuf.ztHHAHH3f(f(f(HAT1UHxHNdH%(HD$h1HGAfnH%fnA)fbAAuZH Ht$ HL$(T$8fD$0HHo(Ht 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. V.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. V.SafeDownCast(vtkObjectBase) -> vtkImageStencil C++: static vtkImageStencil *SafeDownCast(vtkObjectBase *o) V.NewInstance() -> vtkImageStencil C++: vtkImageStencil *NewInstance() V.SetStencilData(vtkImageStencilData) C++: virtual void SetStencilData(vtkImageStencilData *stencil) Specify the stencil to use. The stencil can be created from a vtkImplicitFunction or a vtkPolyData. This function does not setup a pipeline connection. V.GetStencil() -> vtkImageStencilData C++: vtkImageStencilData *GetStencil() Specify the stencil to use. The stencil can be created from a vtkImplicitFunction or a vtkPolyData. This function does not setup a pipeline connection. V.SetStencilConnection(vtkAlgorithmOutput) C++: void SetStencilConnection(vtkAlgorithmOutput *outputPort) Specify the stencil to use. This sets up a pipeline connection. V.SetReverseStencil(int) C++: virtual void SetReverseStencil(int _arg) Reverse the stencil. V.ReverseStencilOn() C++: virtual void ReverseStencilOn() Reverse the stencil. V.ReverseStencilOff() C++: virtual void ReverseStencilOff() Reverse the stencil. V.GetReverseStencil() -> int C++: virtual int GetReverseStencil() Reverse the stencil. V.SetBackgroundInputData(vtkImageData) C++: virtual void SetBackgroundInputData(vtkImageData *input) Set the second input. This image will be used for the 'outside' of the stencil. If not set, the output voxels will be filled with BackgroundValue instead. V.GetBackgroundInput() -> vtkImageData C++: vtkImageData *GetBackgroundInput() Set the second input. This image will be used for the 'outside' of the stencil. If not set, the output voxels will be filled with BackgroundValue instead. V.SetBackgroundValue(float) C++: void SetBackgroundValue(double val) Set the default output value to use when the second input is not set. V.GetBackgroundValue() -> float C++: double GetBackgroundValue() Set the default output value to use when the second input is not set. V.SetBackgroundColor(float, float, float, float) C++: void SetBackgroundColor(double, double, double, double) V.SetBackgroundColor((float, float, float, float)) C++: void SetBackgroundColor(double a[4]) V.GetBackgroundColor() -> (float, float, float, float) C++: double *GetBackgroundColor() HHHDGCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0GNUzRx !0 D_X l  EDPa AE uEY B PD?("EAD`n AAF , @ED@ AG dED@ AG ED@ AG ED@ AG ED@ AG EDP AK DEDP AG <H@ E XH@ E tgFD@ EE 0FAA D`  AABH hEDP AG ($FCD ABD MFF08OFDD n ABA DDBl EDP AK $EDP AK f  # S "    O  ` pD & Z g p  h $#8%@W P `#% + ,94GZ$e*x06<BHNTZ` fl4rAxP~"!" "_" 1L" y$"uAHh"D"?"-bu'=Qp M   O0 E Q       % = R g z  _ZL27PyvtkImageStencil_StaticNewv_ZL30PyvtkImageStencil_SafeDownCastP7_objectS0__ZL26PyvtkImageStencil_IsTypeOfP7_objectS0__ZL36PyvtkImageStencil_GetBackgroundValueP7_objectS0__ZL36PyvtkImageStencil_GetBackgroundInputP7_objectS0__ZL28PyvtkImageStencil_GetStencilP7_objectS0__ZL36PyvtkImageStencil_GetBackgroundColorP7_objectS0__ZL35PyvtkImageStencil_GetReverseStencilP7_objectS0__ZL38PyvtkImageStencil_SetStencilConnectionP7_objectS0__ZL35PyvtkImageStencil_SetReverseStencilP7_objectS0__ZL35PyvtkImageStencil_ReverseStencilOffP7_objectS0__ZL34PyvtkImageStencil_ReverseStencilOnP7_objectS0__ZL29PyvtkImageStencil_NewInstanceP7_objectS0__ZL21PyvtkImageStencil_IsAP7_objectS0__ZL36PyvtkImageStencil_SetBackgroundValueP7_objectS0__ZL36PyvtkImageStencil_SetBackgroundColorP7_objectS0__ZL22PyvtkImageStencil_Type_ZL25PyvtkImageStencil_Methods_GLOBAL__sub_I_vtkImageStencilPython.cxx_ZL40PyvtkImageStencil_SetBackgroundInputDataP7_objectS0__ZL32PyvtkImageStencil_SetStencilDataP7_objectS0_.LC0.LC1.LC2.LC7.LC3.LC4.LC5.LC6.LC8.LC9.LC10.LC11.LC12.LC13.LC14.LC15.LC16.LC17.LC18.LC19.LC20.LC21.LC23.LC24.LC25.LC26.LC22_ZN15vtkImageStencil17SetReverseStencilEi_ZN15vtkImageStencil17GetReverseStencilEv_ZN15vtkImageStencil18SetBackgroundColorEdddd_ZN15vtkImageStencil18GetBackgroundColorEv_ZN15vtkImageStencil3NewEv_ZNK15vtkImageStencil19NewInstanceInternalEv_ZN13vtkPythonArgs13ArgCountErrorEii_ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRbPyErr_Occurred_ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__stack_chk_fail_ZN15vtkImageStencil3IsAEPKcstrcmp_ZN13vtkObjectBase8IsTypeOfEPKc_ZN15vtkImageStencil17ReverseStencilOffEv_GLOBAL_OFFSET_TABLE__ZN15vtkImageStencil16ReverseStencilOnEv_ZN13vtkPythonArgs8GetValueERPcPyLong_FromLong_ZN15vtkImageStencil18SetBackgroundColorEPd_ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1_PyFloat_FromDouble_ZN15vtkImageStencil18GetBackgroundInputEv_ZN15vtkImageStencil10GetStencilEv_ZN13vtkPythonArgs10BuildTupleEPKdi_Py_NoneStruct_ZN13vtkPythonArgs8GetValueERiPyVTKObject_CheckPyVTKObject_GetObjectPyVTKObject_SetFlag_ZN13vtkPythonArgs8GetValueERd_ZN13vtkPythonArgs13ArgCountErrorEiPKc_ZN13vtkPythonArgs8GetArrayEPdiPyvtkImageStencil_ClassNewPyVTKClass_AddPyvtkThreadedImageAlgorithm_ClassNewPyType_ReadyPyVTKAddFile_vtkImageStencilPyDict_SetItemString_Py_Dealloc_ZN15vtkImageStencil22SetBackgroundInputDataEP12vtkImageData_ZN15vtkImageStencil14SetStencilDataEP19vtkImageStencilDataPyType_TypePyVTKObject_DeletePyVTKObject_ReprPyVTKObject_StringPyObject_GenericGetAttrPyObject_GenericSetAttrPyVTKObject_AsBufferPyVTKObject_TraversePyVTKObject_GetSetPyVTKObject_NewPyObject_GC_Del,&`G'H(IJIK )JG}R(M*MIS+M,M-MNKA.GUIVK/^GUWIJK0.GQUaXiIvJ}K1G!U<INYe*DsK2GU+I8SM*BZK3GU4"HFIR*Z]K5GU+[[Ig*Z*AK6- GQ Uq *A I *Z *O K 7M Gq U *A I *Z *Q K" 8o G U *F E ( I J \ ]5 ^D Ic K 9 G! U; R^ *Lk (p M~ * M I S + M , M - M N K1:GU_*C@IP*ZtK;$G3;;`c;GU___+_x*Ca-*CI*ZU*T*CK$(%c$d$eb()gq<GU=H6IB*ZTi[K>GU?"HFIR*ZdjkKEKhE(M&*+M9+>ML,QM_-dMqN*A*A.*C@$ k0lXmnopqrs8t@u +  (p 8 @ HX` h x A` Z ` pp    (8(@ xHX` hPx G   4 h    e 4H\p   0D h`p@\ x p  <p P`.symtab.strtab.shstrtab.rela.text.data.bss.text._ZN15vtkImageStencil17SetReverseStencilEi.text._ZN15vtkImageStencil17GetReverseStencilEv.text._ZN15vtkImageStencil18SetBackgroundColorEdddd.text._ZN15vtkImageStencil18GetBackgroundColorEv.rela.text._ZNK15vtkImageStencil19NewInstanceInternalEv.rodata.str1.1.rodata._ZN15vtkImageStencil3IsAEPKc.str1.1.rela.text._ZN15vtkImageStencil3IsAEPKc.rela.text._ZN15vtkImageStencil17ReverseStencilOffEv.rela.text._ZN15vtkImageStencil16ReverseStencilOnEv.rela.text._ZN15vtkImageStencil18SetBackgroundColorEPd.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@,AH,BP,CX,D` ,Fl ,Lx ,O ,Q ,T o@E(, &,1!a@ P_  @0V,.2d=2-Cnpui@HV,D@PW,@?@hW,@W,12# E@'@@W0,XX'S@W,!i`' d@W ,#x)@ s@Y,%0@+,l+p+ +@],*X/ -A h: `