X %x%__text__TEXT x`(__data__DATAx-=__cstring__TEXTo8__compact_unwind__LD0 "/__eh_frame__TEXT"8(% h2  /903( P#UHH=H5HH uHH=H]ÐUH]fDUHSPHH=H5HBH uHH=H5HHt H tH[]H=H[]fUHSH(HuHHE؋FEHEHEH}Ѓu1Hut3H}HuHcH([]þ1H([]UHAWAVSH(HuH#HED~D}HG]ԉ]؅y HHtdLw(HEMt8A)Au3HuH}t}Hut;HHt<1@H}1)HE1ILPHuHcH([A^A_]f.@UHAVSH0HuH.HEЋFEHEuGH5xH}HU}t@HHtCHH5HPE1LEHu+H}Ⱦ1H0[A^]E1HuLUHAVSH HuHHEDvDuHG]]yHHH(HD9u3HPxHt9HHH5:HPE1LEHucH}111RE1HuCLHt6HHt)HHH1Q@H߾1HH [A^]UHAVSH HuHCHEDvDuHG]]y HHt"H(HtD9uEt$Ht(1.H}111HHuHHHH [A^]UHAWAVSH(HuHHED~D}HG]ԉ]؅y HHtyLw(MtpA)AuTHuH}tV}utZ L1IA9tAILHu6H}1H([A^A_]IL(HuHHf.@UHAVSH HuH0HEDvDuHG]]y HHtH(HtD9uEt!1Ht+12H}111!H0HcHuHHHH [A^]UHAWAVSH(HuHHED~D}HG]܉]y HHt#H(HtD9uA EtHt+12H}111!H8LcHuLHHH([A^A_]f.DUHAVSH HuHVHEDvDuHG]]y HHt#H(HtD9uEt%Ht*11H}111 H@HuHcHHH [A^]@UHAWAVSH(HuHHED~D}HG]ԉ]؅y HHtgLw(Mt^A)AuBHuH}tD}utHA9tAILHu6H}1H([A^A_]ILHHuHHUHAVSH HuHHEDvDuHG]]y HHt#H(HtD9uEt%Ht*10H}111HPHu։HHH [A^]DUHAVSH HuHlHEDvDuHG]]y HHt+H(Ht"D9u!Et-HHHt(1.H}111HXHuHHHH [A^]f.DUHAVSH HuH)HEDvDuHG]]y HHt(H(HtD9uEt*H1HHt(1.H}111H`HuHHHH [A^]fUHAWAVSH(HuHHED~D}HG]ԉ]؅y HHt\Lw(MtSA)Au7H5H}HU}t0}t7LHHu9H}1H([A^A_]ILHhHuHHUHAVSH HuHHEDvDuHG]]y HHt$H(HtD9uEt&HHt+12H}111!HpHHuHHHH [A^]fUHAWAVSH8HuHHED~D}HG]̉]ЅyHHLw(HEHEMt`A)H}AuDHutFH}Hut5HuHULHuHH1H8[A^A_]E1HEHEMwf.@UHSPHH=@HtZH=AHtGH==Ht4H=<Ht!H=6HtHH[]H[]HD&io"QmctovtkPNGWritervtkIOImagePython.vtkPNGWritervtkPNGWriter - Writes PNG files. Superclass: vtkImageWriter vtkPNGWriter writes PNG files. It supports 1 to 4 component data of unsigned char or unsigned short @sa vtkPNGReader IsTypeOfV.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. IsAV.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. SafeDownCastV.SafeDownCast(vtkObjectBase) -> vtkPNGWriter C++: static vtkPNGWriter *SafeDownCast(vtkObjectBase *o) NewInstanceV.NewInstance() -> vtkPNGWriter C++: vtkPNGWriter *NewInstance() WriteV.Write() C++: void Write() override; The main interface which triggers the writer to start. SetCompressionLevelV.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. GetCompressionLevelMinValueV.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. GetCompressionLevelMaxValueV.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. GetCompressionLevelV.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. SetWriteToMemoryV.SetWriteToMemory(int) C++: virtual void SetWriteToMemory(unsigned int _arg) Write the image to memory (a vtkUnsignedCharArray) GetWriteToMemoryV.GetWriteToMemory() -> int C++: virtual unsigned int GetWriteToMemory() Write the image to memory (a vtkUnsignedCharArray) WriteToMemoryOnV.WriteToMemoryOn() C++: virtual void WriteToMemoryOn() Write the image to memory (a vtkUnsignedCharArray) WriteToMemoryOffV.WriteToMemoryOff() C++: virtual void WriteToMemoryOff() Write the image to memory (a vtkUnsignedCharArray) SetResultV.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 GetResultV.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 AddTextV.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. vtkImageWritervtkImageAlgorithmvtkAlgorithmvtkObjectvtkObjectBasevtkUnsignedCharArrayOP `pa`!!!a!pa0!a!p !0 ! a !p ap zRx $0OAC $DX AC $l@AC B$AC E$AC I$AC G$ PAC G$4(AC G$\AC I$AC G$AC I$AC G$0AC I$$AC G$LpAC G$tAC G$AC I$HAC G$AC I$AC B 0- 8-  8-  8-  8-  8-| 3 1- += - .- 4- 4- 3- [ 7-N -; 1-# - 3-  += - 1-h -c /-L 2-?  3-  += - 1- -l 3-B  += - 1- - 3- X -L -: 1-" -3-+=-1-s-E6-3---1--l3-B --1--3-V-I-61--3-+=-1-e-%5-3-+=-1-q-l--L3-"&-"- -7--1--L3-"7--1--2-rC-6-1---4-3-c1-M-@-9-,4-*---)--zslV,-IB-=6/)-'!-xh`XH@8(     xh `XH@8( @8$#('X%0!`@ `@ `@ P p`nq4p0,^=p 0   p y`_fp M<N5 (xgwcD8 E_PyType_Ready__ZN12vtkPNGWriter9SetResultEP20vtkUnsignedCharArray_PyvtkImageWriter_ClassNew_PyvtkPNGWriter_ClassNew_PyVTKObject_New__ZL24PyvtkPNGWriter_StaticNewv__ZN12vtkPNGWriter3NewEv__ZN12vtkPNGWriter5WriteEv_PyVTKObject_GetSet__Py_NoneStruct_PyVTKObject_GetObject__ZL22PyvtkPNGWriter_Methods_PyObject_GenericSetAttr_PyObject_GenericGetAttr_PyVTKObject_Repr_PyVTKAddFile_vtkPNGWriter_PyVTKObject_AsBuffer_strcmp_PyObject_GC_Del_PyVTKObject_Check__ZN13vtkPythonArgs8GetValueERj__ZN13vtkPythonArgs13ArgCountErrorEii__ZN13vtkPythonArgs8GetValueERi_PyLong_FromLong_PyDict_SetItemString_PyVTKObject_String_PyVTKObject_SetFlag_PyVTKObject_Delete_PyVTKObject_Traverse__ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__ZL19PyvtkPNGWriter_Type_PyType_Type_PyErr_Occurred_PyVTKClass_Add__Py_Dealloc__ZN13vtkPythonArgs8GetValueERPc__ZN12vtkPNGWriter8IsTypeOfEPKc__ZN13vtkObjectBase8IsTypeOfEPKc__ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRb__ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1___ZN12vtkPNGWriter7AddTextEPKcS1___ZL31PyvtkPNGWriter_SetWriteToMemoryP7_objectS0___ZL31PyvtkPNGWriter_GetWriteToMemoryP7_objectS0___ZL22PyvtkPNGWriter_AddTextP7_objectS0___ZL27PyvtkPNGWriter_SafeDownCastP7_objectS0___ZL24PyvtkPNGWriter_SetResultP7_objectS0___ZL24PyvtkPNGWriter_GetResultP7_objectS0___ZL30PyvtkPNGWriter_WriteToMemoryOnP7_objectS0___ZL34PyvtkPNGWriter_SetCompressionLevelP7_objectS0___ZL34PyvtkPNGWriter_GetCompressionLevelP7_objectS0___ZL31PyvtkPNGWriter_WriteToMemoryOffP7_objectS0___ZL23PyvtkPNGWriter_IsTypeOfP7_objectS0___ZL42PyvtkPNGWriter_GetCompressionLevelMaxValueP7_objectS0___ZL42PyvtkPNGWriter_GetCompressionLevelMinValueP7_objectS0___ZL20PyvtkPNGWriter_WriteP7_objectS0___ZL26PyvtkPNGWriter_NewInstanceP7_objectS0___ZL18PyvtkPNGWriter_IsAP7_objectS0_