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=tHH=tHff.ATUSH@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ЉfSH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(uZH0[fDHHuӐ tHuHcH H8H;tЉff.fSH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(Ht\$9\$t:H111HT$(dH+%(uUH0[fDHHuӐt1HuHcfDHH0H;tЉfUH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(uVH0]fDHHuӐtHHuH뵐HHpH;tHSH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(uUH0[fDHHuӐtHuHcfHH@H;tЉfSH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(uUH0[fDHHuӐtHuHHPH;tЉfATUHHfnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uZHo(H$HD$Ht!D$ +D$$tCH|$1HT$8dH+%(ujHH]A\DHHuҐLd$HLtHt$LtHT$H4$HHuHHff.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;uQtLJHuHHH`H;t@1ff.fH8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(H8@HHuҐHtIHHH;uQtLJHuHHfHXH;t@f.UH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(H@]fDHHuϐHt$ H|$tD$$t$ tQ 9O1H9tHEHHuHHgHEH(H;u, 9O1҅H9tHfH@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\UH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(uzH@]f.HHuϐH5HT$H|$|$HtD$$u(HEHhHuHH@HH8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(uLH8HHuҐu$HHuHH@ 9O1H9tH@1 9tHDHSafeDownCastvtkObjectBasevtkPNGWriterIsTypeOfIsAGetCompressionLevelMaxValueGetCompressionLevelMinValueGetResultGetCompressionLevelGetWriteToMemoryAddTextSetWriteToMemoryWriteToMemoryOffWriteToMemoryOnSetCompressionLevelNewInstanceSetResultvtkUnsignedCharArrayWritevtkIOImagePython.vtkPNGWritervtkImageWritervtkImageAlgorithmvtkAlgorithmvtkObjectUH=Hu]ÐHH=tHH=tHH=tHH=tH]HHHH;u!tLJHHHH;u)tLJ1vtkPNGWriter - Writes PNG files. Superclass: vtkImageWriter vtkPNGWriter writes PNG files. It supports 1 to 4 component data of unsigned char or unsigned short @sa vtkPNGReader V.IsTypeOf(string) -> 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) -> vtkPNGWriter C++: static vtkPNGWriter *SafeDownCast(vtkObjectBase *o) V.NewInstance() -> vtkPNGWriter C++: vtkPNGWriter *NewInstance() V.Write() C++: void Write() override; The main interface which triggers the writer to start. V.SetCompressionLevel(int) C++: virtual void SetCompressionLevel(int _arg) Set/Get the zlib compression level. The range is 0-9, with 0 meaning no compression corresponding to the largest file size, and 9 meaning best compression, corresponding to the smallest file size. The default is 5. V.GetCompressionLevelMinValue() -> int C++: virtual int GetCompressionLevelMinValue() Set/Get the zlib compression level. The range is 0-9, with 0 meaning no compression corresponding to the largest file size, and 9 meaning best compression, corresponding to the smallest file size. The default is 5. V.GetCompressionLevelMaxValue() -> int C++: virtual int GetCompressionLevelMaxValue() Set/Get the zlib compression level. The range is 0-9, with 0 meaning no compression corresponding to the largest file size, and 9 meaning best compression, corresponding to the smallest file size. The default is 5. V.GetCompressionLevel() -> int C++: virtual int GetCompressionLevel() Set/Get the zlib compression level. The range is 0-9, with 0 meaning no compression corresponding to the largest file size, and 9 meaning best compression, corresponding to the smallest file size. The default is 5. V.SetWriteToMemory(int) C++: virtual void SetWriteToMemory(unsigned int _arg) Write the image to memory (a vtkUnsignedCharArray) V.GetWriteToMemory() -> int C++: virtual unsigned int GetWriteToMemory() Write the image to memory (a vtkUnsignedCharArray) V.WriteToMemoryOn() C++: virtual void WriteToMemoryOn() Write the image to memory (a vtkUnsignedCharArray) V.WriteToMemoryOff() C++: virtual void WriteToMemoryOff() Write the image to memory (a vtkUnsignedCharArray) V.SetResult(vtkUnsignedCharArray) C++: virtual void SetResult(vtkUnsignedCharArray *) When writing to memory this is the result, it will be nullptr until the data is written the first time V.GetResult() -> vtkUnsignedCharArray C++: virtual vtkUnsignedCharArray *GetResult() When writing to memory this is the result, it will be nullptr until the data is written the first time V.AddText(string, string) C++: void AddText(const char *key, const char *value) Adds a text chunk to the PNG. More than one text chunk with the same key is permissible. There are a number of predefined keywords that should be used when appropriate. See http://www.libpng.org/pub/png/spec/1.2/PNG-Chunks.html for more information. HHHDGCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0GNUzRx 10D X l!    EDPa AE uEY B P?(D(<"EAD`n AAF 0hFAA D`  AABH ED@ AG ED@ AG ED@ AG ED@ AG ,ED@ AG (PFAD` ABF |DEDP AG H@ E H@ E lEDP AG gFD@ EE  MFF0<OFDD n ABA DDBp EDP AK H@ I     M "v    < pp P 0 P D + [ l Pg&( !"" `@ p&(fk pu(z!.15Qmw!"1"F" w" "!" " "" Lq"u8"?]s"D.Ml~ M O%1e  / ? _ZL24PyvtkPNGWriter_StaticNewv_ZL27PyvtkPNGWriter_SafeDownCastP7_objectS0__ZL23PyvtkPNGWriter_IsTypeOfP7_objectS0__ZL18PyvtkPNGWriter_IsAP7_objectS0__ZL42PyvtkPNGWriter_GetCompressionLevelMaxValueP7_objectS0__ZL42PyvtkPNGWriter_GetCompressionLevelMinValueP7_objectS0__ZL24PyvtkPNGWriter_GetResultP7_objectS0__ZL34PyvtkPNGWriter_GetCompressionLevelP7_objectS0__ZL31PyvtkPNGWriter_GetWriteToMemoryP7_objectS0__ZL22PyvtkPNGWriter_AddTextP7_objectS0__ZL31PyvtkPNGWriter_SetWriteToMemoryP7_objectS0__ZL31PyvtkPNGWriter_WriteToMemoryOffP7_objectS0__ZL30PyvtkPNGWriter_WriteToMemoryOnP7_objectS0__ZL34PyvtkPNGWriter_SetCompressionLevelP7_objectS0__ZL26PyvtkPNGWriter_NewInstanceP7_objectS0__ZL19PyvtkPNGWriter_Type_ZL22PyvtkPNGWriter_Methods_GLOBAL__sub_I_vtkPNGWriterPython.cxx_ZL24PyvtkPNGWriter_SetResultP7_objectS0__ZL20PyvtkPNGWriter_WriteP7_objectS0_.LC0.LC1.LC2.LC7.LC3.LC4.LC5.LC6.LC8.LC9.LC10.LC11.LC12.LC13.LC14.LC15.LC16.LC17.LC18.LC19.LC21.LC22.LC23.LC20_ZN12vtkPNGWriter19SetCompressionLevelEi_ZN12vtkPNGWriter27GetCompressionLevelMinValueEv_ZN12vtkPNGWriter27GetCompressionLevelMaxValueEv_ZN12vtkPNGWriter19GetCompressionLevelEv_ZN12vtkPNGWriter16SetWriteToMemoryEj_ZN12vtkPNGWriter16GetWriteToMemoryEv_ZN12vtkPNGWriter9GetResultEv_ZN12vtkPNGWriter3NewEv_ZNK12vtkPNGWriter19NewInstanceInternalEv_ZN13vtkPythonArgs13ArgCountErrorEii_ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRbPyErr_Occurred_ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__stack_chk_fail_ZN12vtkPNGWriter3IsAEPKcstrcmp_ZN13vtkObjectBase8IsTypeOfEPKc_ZN12vtkPNGWriter15WriteToMemoryOnEv_GLOBAL_OFFSET_TABLE__ZN12vtkPNGWriter16WriteToMemoryOffEv_ZN13vtkPythonArgs8GetValueERPcPyLong_FromLong_ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1__ZN12vtkPNGWriter7AddTextEPKcS1__Py_NoneStruct_ZN13vtkPythonArgs8GetValueERj_ZN13vtkPythonArgs8GetValueERiPyVTKObject_CheckPyVTKObject_GetObjectPyVTKObject_SetFlagPyvtkPNGWriter_ClassNewPyVTKClass_AddPyvtkImageWriter_ClassNewPyType_ReadyPyVTKAddFile_vtkPNGWriterPyDict_SetItemString_Py_Dealloc_ZN12vtkPNGWriter9SetResultEP20vtkUnsignedCharArray_ZN12vtkPNGWriter5WriteEvPyType_TypePyVTKObject_DeletePyVTKObject_ReprPyVTKObject_StringPyObject_GenericGetAttrPyObject_GenericSetAttrPyVTKObject_AsBufferPyVTKObject_TraversePyVTKObject_GetSetPyVTKObject_NewPyObject_GC_Del,'`H(I)JKJL *JH}S)N+NJT,N-N.NOLD/HUS*M) N.+3N<JMTn,sN-N.NOL0.HQUjJwT*AL1HAUWJdT}*@L2H!U<JIK]*EkL3HUJ(T=*BJLq4HUJT*D*LS5HUS S" V' J3 *W> Lq 6 H U X; JG *Wf *C L 7 H1 UQ *Cr J~ *W *R L 8- HQ Uq *C J *W *P L 9Z H U Y J *W*?HLr:HU *GF()7JDKXZh[\JL%)&^%_%`].)9b;HU<"IFJR*WddkL=HUJ**W9e@LF[cF)N&++N9,>NL-QN_.dNqO*C*C>%!f 0gXhijklmn8o@p (  1( 8 @ HX ` hPx ( p p    Q  5 ( wp X  (P 8 x@ HPX ` h x     ` `  m  0 4H\p  ,@l  p0PT0P    P$@t!`p.symtab.strtab.shstrtab.rela.text.data.bss.text._ZN12vtkPNGWriter19SetCompressionLevelEi.text._ZN12vtkPNGWriter27GetCompressionLevelMinValueEv.text._ZN12vtkPNGWriter27GetCompressionLevelMaxValueEv.text._ZN12vtkPNGWriter19GetCompressionLevelEv.text._ZN12vtkPNGWriter16SetWriteToMemoryEj.text._ZN12vtkPNGWriter16GetWriteToMemoryEv.text._ZN12vtkPNGWriter9GetResultEv.rela.text._ZNK12vtkPNGWriter19NewInstanceInternalEv.rodata.str1.1.rodata._ZN12vtkPNGWriter3IsAEPKc.str1.1.rela.text._ZN12vtkPNGWriter3IsAEPKc.rela.text._ZN12vtkPNGWriter15WriteToMemoryOnEv.rela.text._ZN12vtkPNGWriter16WriteToMemoryOffEv.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/AX/B`/Ch/Dp/Ex /G /M /P /R D@X?H/ &,11`@P ` p!) U ~ y@N/2928@u@N/? @O/@D;@O/l2H, #{@O0/"#@ P/$# @8P /&@%  @XQ/(0`','' '@U/-p+ 0? 6O X