(8?8?__text__TEXTlB__gcc_except_tab__TEXTl4"__data__DATAX"J[__cstring__TEXT$8X'__compact_unwind__LD69L__eh_frame__TEXTh:0=M h2  MSS P 3UHH=H5Hw$H uHH=H]ÐUH]fDUHSPHH=H5H$H uHH=H5#HHt H tH[]H=H[]fUHAVSH0HuHM%HEЋFEHEHEH}ȃHuH]H=G#HAtDH=5Ht1H=5HtH= 5Ht HLcHuL1H0[A^]UHAWAVSH(HuHu%HED~D}HG]ԉ]؅yHHLw(HEMA)Au{HuH}}L}tH=."LAtuH=4LtbH=3LtOH=3Lt1+E1#ILHuHHH([A^A_]UHAVSH HuHHEDvDuHG]]y HHt'H(HtD9uEt)Ht*11H}111 HHuHHH [A^]UHAWAVSH(HuHHED~D}HG]ԉ]؅y HHtgLw(Mt^A)AuBHuH}tD}utHA9tAILHu6H}1H([A^A_]ILHuHHUHAVSH HuH^HEDvDuHG]]y HHt#H(HtD9uEt%Ht*11H}111 HHuHcHHH [A^]@UHAWAVAUATSHHHuHHEFEHGM̉MЅyHH-L(H}E11AC6HcH}LmEIcI\IDM+E+ẼH}LDEEArKDH9JI91HHLLHtAt4HHuH=fDAL ALLALLAL L HI9uH}E1H}HEH9QVE1DHpHHH‰уHs1iHH)1ADALLAD AL0D L0AD@ALPD@LPAD`ALpD`LpH HuHt8HHf.DADALD H HuL9}t MILLE~51@AL; u HI9uHuH}1LDHt,E1H}HEH9t HtLHH[A\A]A^A_]L%I$H}HEH9uHH}HEH9t HtH f.UHAVSH HuHHEDvDuHG]]y HHt$H(HtD9uEt0HHt51H}111HH [A^]HHHuHtH5HHHHHfUHAWAVSH(HuHuHED~D}HG]ԉ]؅y HHt\Lw(MtSA)Au7H5H}HU}t0}t7LHHu9H}1H([A^A_]ILHHuHHUHAVSH HuH'HEDvDuHG]]y HHt%H(HtD9uEt'HHt+12H}111!HHHuHHHH [A^]ÐUHAWAVSH(HuHHED~D}HG]ԉ]؅y HHtSLw(MtJA)Au.HuH}t0}ut4LHu6H}1H([A^A_]ILHuHH@UHAWAVSH(HuHsHED~D}HG]ԉ]؅y HHtSLw(MtJA)Au.HuH}t0}ut4LHu6H}1H([A^A_]ILHuHHo$HD$S&\&]'a'V(c(((+)<))) *(**** +++, ,,,--y----u...///0011w11$20222]3f333+5<5vtkEnSightWritervtkIOParallelPython.vtkEnSightWritervtkEnSightWriter - write vtk unstructured grid data as an EnSight file Superclass: vtkWriter vtkEnSightWriter is a source object that writes binary unstructured grid data files in EnSight format. See EnSight Manual for format details @warning Binary files written on one system may not be readable on other systems. Be sure to specify the endian-ness of the file when reading it into EnSight 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) -> vtkEnSightWriter C++: static vtkEnSightWriter *SafeDownCast(vtkObjectBase *o) NewInstanceV.NewInstance() -> vtkEnSightWriter C++: vtkEnSightWriter *NewInstance() SetProcessNumberV.SetProcessNumber(int) C++: virtual void SetProcessNumber(int _arg) Specify which process this writer is GetProcessNumberV.GetProcessNumber() -> int C++: virtual int GetProcessNumber() Specify which process this writer is SetPathV.SetPath(string) C++: virtual void SetPath(const char *_arg) Specify path of EnSight data files to write. GetPathV.GetPath() -> string C++: virtual char *GetPath() Specify path of EnSight data files to write. SetBaseNameV.SetBaseName(string) C++: virtual void SetBaseName(const char *_arg) Specify base name of EnSight data files to write. GetBaseNameV.GetBaseName() -> string C++: virtual char *GetBaseName() Specify base name of EnSight data files to write. SetFileNameV.SetFileName(string) C++: virtual void SetFileName(const char *_arg) Specify the path and base name of the output files. GetFileNameV.GetFileName() -> string C++: virtual char *GetFileName() Specify the path and base name of the output files. SetTimeStepV.SetTimeStep(int) C++: virtual void SetTimeStep(int _arg) Specify the Timestep that this data is for GetTimeStepV.GetTimeStep() -> int C++: virtual int GetTimeStep() Specify the Timestep that this data is for SetGhostLevelV.SetGhostLevel(int) C++: virtual void SetGhostLevel(int _arg) Specify the number of ghost levels to include in output files GetGhostLevelV.GetGhostLevel() -> int C++: virtual int GetGhostLevel() Specify the number of ghost levels to include in output files SetTransientGeometryV.SetTransientGeometry(bool) C++: virtual void SetTransientGeometry(bool _arg) Specify whether the geoemtry changes each timestep if false, geometry is only written at timestep 0 GetTransientGeometryV.GetTransientGeometry() -> bool C++: virtual bool GetTransientGeometry() Specify whether the geoemtry changes each timestep if false, geometry is only written at timestep 0 SetNumberOfBlocksV.SetNumberOfBlocks(int) C++: virtual void SetNumberOfBlocks(int _arg) set the number of block ID's GetNumberOfBlocksV.GetNumberOfBlocks() -> int C++: virtual int GetNumberOfBlocks() set the number of block ID's SetBlockIDsV.SetBlockIDs([int, ...]) C++: virtual void SetBlockIDs(int *val) set the array of Block ID's this class keeps a reference to the array and will not delete it GetBlockIDsV.GetBlockIDs() -> (int, ...) C++: virtual int *GetBlockIDs() set the array of Block ID's this class keeps a reference to the array and will not delete it SetInputDataV.SetInputData(vtkUnstructuredGrid) C++: virtual void SetInputData(vtkUnstructuredGrid *input) Specify the input data or filter. GetInputV.GetInput() -> vtkUnstructuredGrid C++: virtual vtkUnstructuredGrid *GetInput() Specify the input data or filter. WriteCaseFileV.WriteCaseFile(int) C++: virtual void WriteCaseFile(int TotalTimeSteps) Writes the case file that EnSight is capable of reading The other data files must be written before the case file and the input must be one of the time steps variables must be the same for all time steps or the case file will be missing variables WriteSOSCaseFileV.WriteSOSCaseFile(int) C++: virtual void WriteSOSCaseFile(int NumProcs) Writes the case file that EnSight is capable of reading The other data files must be written before the case file and the input must be one of the time steps variables must be the same for all time steps or the case file will be missing variables vtkWritervtkAlgorithmvtkObjectvtkObjectBasep_voidvtkUnstructuredGridOP `!:a!!a!Pa@ a0 a aaaa!a`!a!a!@#XAlp!@a !aazRx $xOAC $D AC $lAC B$AC G$:AC I$AC G$ HAC G$4 AC I$\AC G$`AC I$(AC I$AC I$AC I$$AC I$LHAC I$tAC I$AC G$PAC I$AC G$AC I$<XAC G$dAC I$AC G$PAC G$AC I$AC G$,8AC I$TAC IzPLRx 4$8#SAC Mc:=W$-9>-$-K-E-@-:=$-i>-O$-JJ-5E-@-H-$->-$-|M-\@-2:=$->-$-I-?-~@-T5:=)+-!G-$->-$-@-];-UN-(:=N-$-F-$->-B-A-=-@-X)%-$- >-$-@-:={$-]>-C$-E-@- -$-~>-f$-<@-:=$->-$-yD-N@-$%-$->-$-@-rW:=K$-->-$-E-@-i%-\$-J>-2$- @-:=$->-$-UE-.@-:=!-#-,-R-$-}>-e$->@-:=$-$-\>-O-R-N-Q-C-N@-$:= !- #- ,- R- $- >- $-^ @-4  := $- $-| >- O- R- N- Q- C-n @-D  := !- #- ,- R- $- >- $-~ @-T , := $-$->-;O--R-N-Q-C-@-d9%-,$->-$-@-:=$-m>-S$-%E-@-5-1-/-sH-f$-\>-F$-2@-H-$->-y$-eM?-@"%-$->-<-Q-Q-Q-wfQ-^EC-@->-%-$-<-Q-yQ-qfQ-^MQ-E2C-9-"-)-8---zslVL-IB)-=6/8-'!--xh`XH@8( xh`XH@8(     xh `XH@8( @&8327.('6X400*`@ P`@ `@ `@ PM0!SP D/ F|zP@  0 3  d  G`v@ lp` @   ^`r3 3-}BL]I,:@lLfJw _PyType_Ready_PyvtkEnSightWriter_ClassNew_PyvtkWriter_ClassNew_PyVTKObject_New__ZL28PyvtkEnSightWriter_StaticNewv__ZdaPv__ZN16vtkEnSightWriter3NewEv__ZN16vtkEnSightWriter8GetInputEv_PyVTKObject_GetSet__Py_NoneStruct_PyVTKObject_GetObject__ZL26PyvtkEnSightWriter_Methods_PyObject_GenericSetAttr_PyObject_GenericGetAttr_PyVTKObject_Repr_PyVTKAddFile_vtkEnSightWriter_PyVTKObject_AsBuffer_PyErr_Clear_strcmp_strlen__Znam_PyObject_GC_Del__ZN13vtkPythonArgs5ArrayIiEC1El_PyVTKObject_Check__ZN13vtkPythonArgs8GetArrayEPii__ZN13vtkPythonArgs8SetArrayEiPKii__ZN13vtkPythonArgs13ArgCountErrorEii__ZN13vtkPythonArgs8GetValueERi__ZN13vtkPythonArgs10GetArgSizeEi__ZN16vtkEnSightWriter13WriteCaseFileEi__ZN16vtkEnSightWriter16WriteSOSCaseFileEi_PyBool_FromLong_PyLong_FromLong_PyUnicode_FromString_PyDict_SetItemString_PyVTKObject_String_PyVTKObject_SetFlag_PyBytes_FromStringAndSize_PyUnicode_FromStringAndSize_PyVTKObject_Delete_PyVTKObject_Traverse__ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__ZL23PyvtkEnSightWriter_Type_PyType_Type__Unwind_Resume__ZN16vtkEnSightWriter12SetInputDataEP19vtkUnstructuredGrid_PyErr_Occurred_PyVTKClass_Add__Py_Dealloc__ZN13vtkPythonArgs8GetValueERPc__ZN13vtkPythonUtil13ManglePointerEPKvPKc__ZN13vtkObjectBase8IsTypeOfEPKc__ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRb__ZN13vtkPythonArgs8GetValueERb__ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1___ZL39PyvtkEnSightWriter_SetTransientGeometryP7_objectS0___ZL39PyvtkEnSightWriter_GetTransientGeometryP7_objectS0___ZL27PyvtkEnSightWriter_GetInputP7_objectS0___ZL31PyvtkEnSightWriter_SafeDownCastP7_objectS0___ZL36PyvtkEnSightWriter_SetNumberOfBlocksP7_objectS0___ZL36PyvtkEnSightWriter_GetNumberOfBlocksP7_objectS0___ZL30PyvtkEnSightWriter_SetBlockIDsP7_objectS0___ZL30PyvtkEnSightWriter_GetBlockIDsP7_objectS0___ZL35PyvtkEnSightWriter_SetProcessNumberP7_objectS0___ZL35PyvtkEnSightWriter_GetProcessNumberP7_objectS0___ZL30PyvtkEnSightWriter_SetTimeStepP7_objectS0___ZL30PyvtkEnSightWriter_GetTimeStepP7_objectS0___ZL32PyvtkEnSightWriter_SetGhostLevelP7_objectS0___ZL32PyvtkEnSightWriter_GetGhostLevelP7_objectS0___ZL26PyvtkEnSightWriter_SetPathP7_objectS0___ZL26PyvtkEnSightWriter_GetPathP7_objectS0___ZL27PyvtkEnSightWriter_IsTypeOfP7_objectS0___ZL30PyvtkEnSightWriter_SetBaseNameP7_objectS0___ZL30PyvtkEnSightWriter_GetBaseNameP7_objectS0___ZL30PyvtkEnSightWriter_SetFileNameP7_objectS0___ZL30PyvtkEnSightWriter_GetFileNameP7_objectS0___ZL32PyvtkEnSightWriter_WriteCaseFileP7_objectS0___ZL35PyvtkEnSightWriter_WriteSOSCaseFileP7_objectS0___ZL30PyvtkEnSightWriter_NewInstanceP7_objectS0___ZL31PyvtkEnSightWriter_SetInputDataP7_objectS0___ZL22PyvtkEnSightWriter_IsAP7_objectS0_GCC_except_table23___gxx_personality_v0