(::__text__TEXTp=__gcc_except_tab__TEXT __data__DATA@DX__cstring__TEXT d!__compact_unwind__LD2P5`G__eh_frame__TEXT68PH h2  XHKM P,UHH=H5HH uHH=H]ÐUH]fDUHSPHH=H5HH uHH=H5nHHt H tH[]H=H[]fUHAVSH0HuHmHEЋFEHEHEH}ȃHuH]H=HAtDH=0Ht1H=0HtH=0Ht HLcHuL1H0[A^]UHAWAVSH(HuHHED~D}HG]ԉ]؅yHHLw(HEMA)Au{HuH}}L}tH=LAtuH=/LtbH=/LtOH=/Lt1+E1#ILHuHHH([A^A_]UHAVSH HuHHEDvDuHG]]y HHt'H(HtD9uEt)Ht*11H}111 HHuHHH [A^]UHAVSH HuHHEDvDuHG]]y HHt+H(Ht"D9u!Et-HHt(1.H}111HHuHHHH [A^]f.DUHAVSH HuHHEDvDuHG]]y HHt(H(HtD9uEt*H1Ht(1.H}111HHuHHHH [A^]fUHAWAVSH(HuHHED~D}HG]ԉ]؅y HHtmLw(EMtIA)H}Au@Hut/}EtEA8tAILHt81>1+E1#ILHuHHH([A^A_]UHAVSH HuHHEDvDuHG]]y HHt'H(HtD9uEt)Ht*11H}111 HHuHHH [A^]UHAVSH HuHvHEDvDuHG]]y HHt+H(Ht"D9u!Et-HHt(1.H}111HHuHHHH [A^]f.DUHAVSH HuHDHEDvDuHG]]y HHt(H(HtD9uEt*H1Ht(1.H}111HHuHHHH [A^]fUHAWAVSH8HuH#HEDvDuHG]ĉ]ȅy HHt%Hw(HtD9uH}Ht1W1bH}111QDuAt L}LuIL}LLHHuLLHEt H}HH8[A^A_]HEt H}H aaf:#<6HDds | }!!v""" #_#k###\$j$D%R%1&@&&&x''"(7((())>*U*++++,,l--7.N.////<0P000[1h1vtkTecplotTableReadervtkIOTecplotTablePython.vtkTecplotTableReadervtkTecplotTableReader - reads in Tecplot tabular data and outputs a vtkTable data structure. Superclass: vtkTableAlgorithm vtkTecplotTableReader is an interface for reading tabulat data in Tecplot ascii format. @par Thanks: Thanks to vtkDelimitedTextReader authors. 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) -> vtkTecplotTableReader C++: static vtkTecplotTableReader *SafeDownCast(vtkObjectBase *o) NewInstanceV.NewInstance() -> vtkTecplotTableReader C++: vtkTecplotTableReader *NewInstance() GetFileNameV.GetFileName() -> string C++: virtual char *GetFileName() Specifies the delimited text file to be loaded. SetFileNameV.SetFileName(string) C++: virtual void SetFileName(const char *_arg) Specifies the delimited text file to be loaded. GetMaxRecordsV.GetMaxRecords() -> int C++: virtual vtkIdType GetMaxRecords() Specifies the maximum number of records to read from the file. Limiting the number of records to read is useful for previewing the contents of a file. SetMaxRecordsV.SetMaxRecords(int) C++: virtual void SetMaxRecords(vtkIdType _arg) Specifies the maximum number of records to read from the file. Limiting the number of records to read is useful for previewing the contents of a file. GetHeaderLinesV.GetHeaderLines() -> int C++: virtual vtkIdType GetHeaderLines() Specifies the number of lines that form the header of the file. Default is 2. SetHeaderLinesV.SetHeaderLines(int) C++: virtual void SetHeaderLines(vtkIdType _arg) Specifies the number of lines that form the header of the file. Default is 2. GetColumnNamesOnLineV.GetColumnNamesOnLine() -> int C++: virtual vtkIdType GetColumnNamesOnLine() Specifies the line number that holds the column names. Default is 1. SetColumnNamesOnLineV.SetColumnNamesOnLine(int) C++: virtual void SetColumnNamesOnLine(vtkIdType _arg) Specifies the line number that holds the column names. Default is 1. GetSkipColumnNamesV.GetSkipColumnNames() -> int C++: virtual vtkIdType GetSkipColumnNames() Specifies the number of fields to skip while reading the column names. Default is 1. SetSkipColumnNamesV.SetSkipColumnNames(int) C++: virtual void SetSkipColumnNames(vtkIdType _arg) Specifies the number of fields to skip while reading the column names. Default is 1. SetPedigreeIdArrayNameV.SetPedigreeIdArrayName(string) C++: virtual void SetPedigreeIdArrayName(const char *_arg) The name of the array for generating or assigning pedigree ids (default "id"). GetPedigreeIdArrayNameV.GetPedigreeIdArrayName() -> string C++: virtual char *GetPedigreeIdArrayName() The name of the array for generating or assigning pedigree ids (default "id"). SetGeneratePedigreeIdsV.SetGeneratePedigreeIds(bool) C++: virtual void SetGeneratePedigreeIds(bool _arg) If on (default), generates pedigree ids automatically. If off, assign one of the arrays to be the pedigree id. GetGeneratePedigreeIdsV.GetGeneratePedigreeIds() -> bool C++: virtual bool GetGeneratePedigreeIds() If on (default), generates pedigree ids automatically. If off, assign one of the arrays to be the pedigree id. GeneratePedigreeIdsOnV.GeneratePedigreeIdsOn() C++: virtual void GeneratePedigreeIdsOn() If on (default), generates pedigree ids automatically. If off, assign one of the arrays to be the pedigree id. GeneratePedigreeIdsOffV.GeneratePedigreeIdsOff() C++: virtual void GeneratePedigreeIdsOff() If on (default), generates pedigree ids automatically. If off, assign one of the arrays to be the pedigree id. SetOutputPedigreeIdsV.SetOutputPedigreeIds(bool) C++: virtual void SetOutputPedigreeIds(bool _arg) If on, assigns pedigree ids to output. Defaults to off. GetOutputPedigreeIdsV.GetOutputPedigreeIds() -> bool C++: virtual bool GetOutputPedigreeIds() If on, assigns pedigree ids to output. Defaults to off. OutputPedigreeIdsOnV.OutputPedigreeIdsOn() C++: virtual void OutputPedigreeIdsOn() If on, assigns pedigree ids to output. Defaults to off. OutputPedigreeIdsOffV.OutputPedigreeIdsOff() C++: virtual void OutputPedigreeIdsOff() If on, assigns pedigree ids to output. Defaults to off. GetLastErrorV.GetLastError() -> string C++: vtkStdString GetLastError() Returns a human-readable description of the most recent error, if any. Otherwise, returns an empty string. Note that the result is only valid after calling Update(). vtkTableAlgorithmvtkAlgorithmvtkObjectvtkObjectBaseOP `!:a!!aa!P a@ ! a ! a !0a aaa!!`!a!!p! aA zRx $OAC $D AC $lAC B$PAC G$:AC I$ AC G$ AC G$4AC I$\HAC I$AC G$AC I$`AC G$AC I$$AC G$L8AC I$tAC G$AC I$PAC I$AC I$AC I$<AC G$d0AC G$AC G$PAC I$AC G$AC G$,8AC GzPLRx ,$AC I:-F-F- -"-+-<-#-}C-^>-4 9=#-<-#->-N9=B#-2<-#->--#-~<-f#-<>-9=#-<-#-y@-N>-$9=#-<-#->-r>9=2#-"<- #->--#-n<-V#-,>-9=#-<-#-i@->>-9= -"-+-J-#-<-u#-N>-$9=#-#-l<- G-J-E-I-?-^>-49=#-<-#-A-n>-D%-#- <- #- >- h 9=\ #-> <-$ #- A- >- { %-n #-[ <-C #- >-  9= #- <- #-U A-. >-  %- #- <- #-| >-R ( 9= #- <- #- A- >-d ; %-. #- <- #->-9=|#- #-<-G-J-|E-gI-)?->-9= -"-|+-nJ-\#-=<-%#->-4-0-.-sB-f#-\<-F#-2>-B-#-<-y#-eM=-@"$-#-<-;-I-I-I-wfI-^E?->-<-$-#-;-I-yI-qfI-^MI-E2?-8-!-)-7-,-zslVD-IB)-=6/7-'!,-xh`XH@8( xh`XH@8(     xh `XH@8( @&8216-('5X30/*xpH`@ `@ `@ `@ cHMg@BPa6    P @     B0  S  `,kcp, d  `/Tev h+oQ.cC,w _PyType_Ready__ZN13vtkPythonArgs8GetValueERx_PyvtkTecplotTableReader_ClassNew_PyvtkTableAlgorithm_ClassNew_PyVTKObject_New__ZL33PyvtkTecplotTableReader_StaticNewv__ZdlPv__ZdaPv__ZN21vtkTecplotTableReader3NewEv__ZN21vtkTecplotTableReader12GetLastErrorEv_PyVTKObject_GetSet__Py_NoneStruct_PyVTKObject_GetObject__ZL31PyvtkTecplotTableReader_Methods_PyObject_GenericSetAttr_PyObject_GenericGetAttr_PyVTKObject_Repr_PyVTKObject_AsBuffer_PyVTKAddFile_vtkTecplotTableReader_PyErr_Clear_strcmp_strlen__Znam_PyObject_GC_Del_PyVTKObject_Check__ZN13vtkPythonArgs13ArgCountErrorEii_PyBool_FromLong_PyLong_FromLong_PyLong_FromLongLong_PyDict_SetItemString_PyVTKObject_String_PyVTKObject_SetFlag_PyBytes_FromStringAndSize_PyUnicode_FromStringAndSize_PyVTKObject_Delete_PyVTKObject_Traverse__ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__ZL28PyvtkTecplotTableReader_Type_PyType_Type__Unwind_Resume_PyErr_Occurred_PyVTKClass_Add__Py_Dealloc__ZN13vtkPythonArgs8GetValueERPc__ZN13vtkObjectBase8IsTypeOfEPKc__ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRb__ZN13vtkPythonArgs8GetValueERb__ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1___ZL36PyvtkTecplotTableReader_SafeDownCastP7_objectS0___ZL38PyvtkTecplotTableReader_SetHeaderLinesP7_objectS0___ZL38PyvtkTecplotTableReader_GetHeaderLinesP7_objectS0___ZL42PyvtkTecplotTableReader_SetSkipColumnNamesP7_objectS0___ZL42PyvtkTecplotTableReader_GetSkipColumnNamesP7_objectS0___ZL37PyvtkTecplotTableReader_SetMaxRecordsP7_objectS0___ZL37PyvtkTecplotTableReader_GetMaxRecordsP7_objectS0___ZL44PyvtkTecplotTableReader_SetOutputPedigreeIdsP7_objectS0___ZL44PyvtkTecplotTableReader_GetOutputPedigreeIdsP7_objectS0___ZL46PyvtkTecplotTableReader_SetGeneratePedigreeIdsP7_objectS0___ZL46PyvtkTecplotTableReader_GetGeneratePedigreeIdsP7_objectS0___ZL36PyvtkTecplotTableReader_GetLastErrorP7_objectS0___ZL43PyvtkTecplotTableReader_OutputPedigreeIdsOnP7_objectS0___ZL45PyvtkTecplotTableReader_GeneratePedigreeIdsOnP7_objectS0___ZL44PyvtkTecplotTableReader_OutputPedigreeIdsOffP7_objectS0___ZL46PyvtkTecplotTableReader_GeneratePedigreeIdsOffP7_objectS0___ZL32PyvtkTecplotTableReader_IsTypeOfP7_objectS0___ZL44PyvtkTecplotTableReader_SetColumnNamesOnLineP7_objectS0___ZL44PyvtkTecplotTableReader_GetColumnNamesOnLineP7_objectS0___ZL46PyvtkTecplotTableReader_SetPedigreeIdArrayNameP7_objectS0___ZL46PyvtkTecplotTableReader_GetPedigreeIdArrayNameP7_objectS0___ZL35PyvtkTecplotTableReader_SetFileNameP7_objectS0___ZL35PyvtkTecplotTableReader_GetFileNameP7_objectS0___ZL35PyvtkTecplotTableReader_NewInstanceP7_objectS0___ZL27PyvtkTecplotTableReader_IsAP7_objectS0_GCC_except_table27___gxx_personality_v0