ELF>Q@@('   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ӐtHuHcHH8H;tЉff.fSH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(Ht\$9\$t:H111HT$(dH+%(uUH0[fDHHuӐt1HuHcfDHH0H;tЉfSH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(uUH0[fDHHuӐtHuHcfHH@H;tЉfATH0fnFdH%(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+%(unH8HHuҐHH(H; u5tLJHuHHDf.H8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(unH8HHuҐHH(H; u5tLJHuHHDf.H8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(unH8HHuҐHH(H; u5tLJHuHHDf.H8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(ukH8HHuҐHH(H; u5tLJHuHH@1ff.fH8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(unH8HHuҐHH(H; u5tLJHuHHDf.UH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(H@]fDHHuϐHt$ H|$tD$$t$ tQ9O1H9tHEHHuHHgHEH(H;u,9O1҅H9tHfH@AVH HAUH5ATL%ULSt[L]A\A]A^HL5HLkPHc{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@9O1H9tH@1SafeDownCastvtkObjectBasevtkTIFFWriterIsTypeOfIsAGetCompressionMaxValueGetCompressionMinValueGetCompressionNewInstanceSetCompressionToPackBitsSetCompressionToJPEGSetCompressionToDeflateSetCompressionToNoCompressionSetCompressionToLZWSetCompressionWriteNoCompressionPackBitsJPEGDeflateLZWvtkImageWritervtkImageAlgorithmvtkAlgorithmvtkObjectUH=Hu]ÐHH=tHH=tHH=tHH=tH]vtkTIFFWriter - write out image data as a TIFF file Superclass: vtkImageWriter vtkTIFFWriter writes image data as a TIFF data file. Data can be written uncompressed or compressed. Several forms of compression are supported including packed bits, JPEG, deflation, and LZW. (Note: LZW compression is currently under patent in the US and is disabled until the patent expires. However, the mechanism for supporting this compression is available for those with a valid license or to whom the patent does not apply.) vtkIOImagePython.vtkTIFFWriterV.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) -> vtkTIFFWriter C++: static vtkTIFFWriter *SafeDownCast(vtkObjectBase *o) V.NewInstance() -> vtkTIFFWriter C++: vtkTIFFWriter *NewInstance() V.Write() C++: void Write() override; The main interface which triggers the writer to start. V.SetCompression(int) C++: virtual void SetCompression(int _arg) Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression. V.GetCompressionMinValue() -> int C++: virtual int GetCompressionMinValue() Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression. V.GetCompressionMaxValue() -> int C++: virtual int GetCompressionMaxValue() Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression. V.GetCompression() -> int C++: virtual int GetCompression() Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression. V.SetCompressionToNoCompression() C++: void SetCompressionToNoCompression() Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression. V.SetCompressionToPackBits() C++: void SetCompressionToPackBits() Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression. V.SetCompressionToJPEG() C++: void SetCompressionToJPEG() Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression. V.SetCompressionToDeflate() C++: void SetCompressionToDeflate() Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression. V.SetCompressionToLZW() C++: void SetCompressionToLZW() Set compression type. Sinze LZW compression is patented outside US, the additional work steps have to be taken in order to use that compression. HHHDGCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0GNUzRx 10D X l  EDPa AE uEY B P("EAD`n AAF 0FAA D`  AABH 8ED@ AG \ED@ AG ED@ AG gFD@ EE H@ I H@ I H@ I H@ I 8H@ I TlEDP AG LxFPI H(D0O (D BBBD V (D BBBH 0OFDD n ABA DDBH@ I '    !O"y >pgk  S  lP?`fk pu)z!.26Mds" 1" ," Y" ~" "\m"u*<RfuPO:FYj}_ZL25PyvtkTIFFWriter_StaticNewv_ZL28PyvtkTIFFWriter_SafeDownCastP7_objectS0__ZL24PyvtkTIFFWriter_IsTypeOfP7_objectS0__ZL19PyvtkTIFFWriter_IsAP7_objectS0__ZL38PyvtkTIFFWriter_GetCompressionMaxValueP7_objectS0__ZL38PyvtkTIFFWriter_GetCompressionMinValueP7_objectS0__ZL30PyvtkTIFFWriter_GetCompressionP7_objectS0__ZL27PyvtkTIFFWriter_NewInstanceP7_objectS0__ZL40PyvtkTIFFWriter_SetCompressionToPackBitsP7_objectS0__ZL36PyvtkTIFFWriter_SetCompressionToJPEGP7_objectS0__ZL39PyvtkTIFFWriter_SetCompressionToDeflateP7_objectS0__ZL45PyvtkTIFFWriter_SetCompressionToNoCompressionP7_objectS0__ZL35PyvtkTIFFWriter_SetCompressionToLZWP7_objectS0__ZL30PyvtkTIFFWriter_SetCompressionP7_objectS0__ZL23PyvtkTIFFWriter_Methods_ZL20PyvtkTIFFWriter_Type_ZZ24PyvtkTIFFWriter_ClassNewE9constants_GLOBAL__sub_I_vtkTIFFWriterPython.cxx_ZL21PyvtkTIFFWriter_WriteP7_objectS0_.LC0.LC1.LC2.LC7.LC3.LC4.LC5.LC6.LC8.LC9.LC10.LC11.LC12.LC13.LC14.LC15.LC16.LC17.LC18.LC20.LC19_ZN13vtkTIFFWriter14SetCompressionEi_ZN13vtkTIFFWriter22GetCompressionMinValueEv_ZN13vtkTIFFWriter22GetCompressionMaxValueEv_ZN13vtkTIFFWriter14GetCompressionEv_ZN13vtkTIFFWriter3NewEv_ZNK13vtkTIFFWriter19NewInstanceInternalEv_ZN13vtkPythonArgs13ArgCountErrorEii_ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRbPyErr_Occurred_ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__stack_chk_fail_ZN13vtkTIFFWriter3IsAEPKcstrcmp_ZN13vtkObjectBase8IsTypeOfEPKc_ZN13vtkPythonArgs8GetValueERPcPyLong_FromLong_ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1__GLOBAL_OFFSET_TABLE_PyVTKObject_CheckPyVTKObject_GetObjectPyVTKObject_SetFlag_Py_NoneStruct_ZN13vtkPythonArgs8GetValueERiPyvtkTIFFWriter_ClassNewPyVTKClass_AddPyvtkImageWriter_ClassNewPyDict_SetItemStringPyType_Ready_Py_DeallocPyVTKAddFile_vtkTIFFWriter_ZN13vtkTIFFWriter5WriteEvPyType_TypePyVTKObject_DeletePyVTKObject_ReprPyVTKObject_StringPyObject_GenericGetAttrPyObject_GenericSetAttrPyVTKObject_AsBufferPyVTKObject_TraversePyVTKObject_GetSetPyVTKObject_NewPyObject_GC_Del,"`=#>$?@?A %J=}E$C&C?F'C(C)CDAD*=GE*B$ C.&3C<?MFn'sC(C)CDA+.=QGj?wF*9A,=AGW?dF}*8A-=!G;?HF]*:jA.= G**<5;H$W?d@xIJK?A/M=qG*7?*LA 0M =q G *7 ? *L A 1M =q G *7 ? *L A 2M =q G *7 ? *L A 3M =q G *7 ? *L A 4Z = G M ? *L*7HA`$i!r |O P  FQRSN.$9Q5=G?*L)U0A;[S;$C&&+C9'>CL(QC_)dCqD6     #0 (@ 0V0WXXYZ[\]^8_@` )(  2( 80@ HX(` shpx `  @ M 6 d  ( 8@ HX ` hx`   0    4H\p  <`p  < X |P`.symtab.strtab.shstrtab.rela.text.data.bss.text._ZN13vtkTIFFWriter14SetCompressionEi.text._ZN13vtkTIFFWriter22GetCompressionMinValueEv.text._ZN13vtkTIFFWriter22GetCompressionMaxValueEv.text._ZN13vtkTIFFWriter14GetCompressionEv.rela.text._ZNK13vtkTIFFWriter19NewInstanceInternalEv.rodata.str1.1.rodata._ZN13vtkTIFFWriter3IsAEPKc.str1.1.rela.text._ZN13vtkTIFFWriter3IsAEPKc.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,@%7,H%8,P%9,X%:,` %<,l %B 4@8 %&,11\   0 @hF%#29422m8au\@F%2(  @G0% @G% P @Gx%  @HH % " @hI%0$,,$ 0$ "P$(@XM@%#x' &7 0 O3