X p,xp,__text__TEXT x.__data__DATA h4@__cstring__TEXTH__compact_unwind__LDp&(6__eh_frame__TEXT)`+ h2  6H0;T P1UHH=H5HH uHH=H]ÐUH]fDUHSPHH=H5HRH uHH=H5HHt H tH[]H=H[]fUHSH(HuHHE؋FEHEHEH}Ѓu1Hut3H}HuHcH([]þ1H([]UHAWAVSH(HuHvHED~D}HG]ԉ]؅y HHtdLw(HEMt8A)Au3HuH}t}Hut;HHt<1@H}1)HE1ILPHuHcH([A^A_]f.@UHAVSH0HuHHEЋFEHEuGH5#H}HU}t@HHtCHH5HPE1LEHu+H}Ⱦ1H0[A^]E1HuLUHAVSH HuHnHEDvDuHG]]yHHH(HD9u3HPxHt9HHH5JHPE1LEHucH}111RE1HuCLHt6HHt)HHH1Q@H߾1HH [A^]UHAVSH0DvHGD)؃t`HuHHEDu؉]܉]yHHH(HD9HHuy\HuHbHEDu؉]܉]y HHtMH_(HtDHuH}t3uHHHuHHH51HH0[A^]H}111fUHAVSH HuHlHEDvDuHG]]y HHt H(HtD9uHHt1H}111 HHHH [A^]f.fUHAVSH HuHHEDvDuHG]]y HHt H(HtD9uHHt1H}111 HHHH [A^]f.fUHAVSH HuHHEDvDuHG]]y HHt H(HtD9uHHt1H}111 HHHH [A^]f.fUHAVSH HuHHEDvDuHG]]y HHt H(HtD9uHHt1H}111 HHHH [A^]f.fUHAVSH HuHHEDvDuHG]]y HHt H(HtD9uHHt1H}111 HHHH [A^]f.fUHAVSH HuHHEDvDuHG]]y HHt H(HtD9uHHt1H}111 HHHH [A^]f.fUHAVSH HuHHEDvDuHG]]y HHt H(HtD9uHHt1H}111 HHHH [A^]f.fUHAVSH HuHHEDvDuHG]]y HHt H(HtD9uHHt1H}111 HHHH [A^]f.fUHAVSH HuHHEDvDuHG]]y HHt%H(HtD9uEt'HHt+12H}111!HHHuHHHH [A^]ÐUHAVSH HuHmHEDvDuHG]]y HHt%H(HtD9uEt'HHt+12H}111!HHHuHHHH [A^]ÐUHAVSH HuH+HEDvDuHG]]y HHt"H(HtD9uEt$Ht(1.H}111HHuHHHH [A^]UHAWAVSH8HuHHED~D}HG]̉]ЅyHHLw(HEMtiA)AudHuH}tOH}Hut>}HutdHULHuUH}HtN1!H}1 HE1H8[A^A_]IHUL HuHcUHSPHH=`HtZH=HtGH=Ht4H=Ht!H=HtHH[]H[]HD.as  @"Z"#$c$t$$$H%W%vtkXMLGenericDataObjectReadervtkIOXMLPython.vtkXMLGenericDataObjectReadervtkXMLGenericDataObjectReader - Read any type of vtk data object Superclass: vtkXMLDataReader vtkXMLGenericDataObjectReader reads any type of vtk data object encoded in XML format. @sa vtkGenericDataObjectReader 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) -> vtkXMLGenericDataObjectReader C++: static vtkXMLGenericDataObjectReader *SafeDownCast( vtkObjectBase *o) NewInstanceV.NewInstance() -> vtkXMLGenericDataObjectReader C++: vtkXMLGenericDataObjectReader *NewInstance() GetOutputV.GetOutput() -> vtkDataObject C++: vtkDataObject *GetOutput() V.GetOutput(int) -> vtkDataObject C++: vtkDataObject *GetOutput(int idx) Get the reader's output. GetHierarchicalBoxDataSetOutputV.GetHierarchicalBoxDataSetOutput() -> vtkHierarchicalBoxDataSet C++: vtkHierarchicalBoxDataSet *GetHierarchicalBoxDataSetOutput() Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used nullptr is returned. (You must also set the filename of the object prior to getting the output.) GetHyperOctreeOutputV.GetHyperOctreeOutput() -> vtkHyperOctree C++: vtkHyperOctree *GetHyperOctreeOutput() Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used nullptr is returned. (You must also set the filename of the object prior to getting the output.) GetImageDataOutputV.GetImageDataOutput() -> vtkImageData C++: vtkImageData *GetImageDataOutput() Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used nullptr is returned. (You must also set the filename of the object prior to getting the output.) GetMultiBlockDataSetOutputV.GetMultiBlockDataSetOutput() -> vtkMultiBlockDataSet C++: vtkMultiBlockDataSet *GetMultiBlockDataSetOutput() Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used nullptr is returned. (You must also set the filename of the object prior to getting the output.) GetPolyDataOutputV.GetPolyDataOutput() -> vtkPolyData C++: vtkPolyData *GetPolyDataOutput() Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used nullptr is returned. (You must also set the filename of the object prior to getting the output.) GetRectilinearGridOutputV.GetRectilinearGridOutput() -> vtkRectilinearGrid C++: vtkRectilinearGrid *GetRectilinearGridOutput() Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used nullptr is returned. (You must also set the filename of the object prior to getting the output.) GetStructuredGridOutputV.GetStructuredGridOutput() -> vtkStructuredGrid C++: vtkStructuredGrid *GetStructuredGridOutput() Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used nullptr is returned. (You must also set the filename of the object prior to getting the output.) GetUnstructuredGridOutputV.GetUnstructuredGridOutput() -> vtkUnstructuredGrid C++: vtkUnstructuredGrid *GetUnstructuredGridOutput() Get the output as various concrete types. This method is typically used when you know exactly what type of data is being read. Otherwise, use the general GetOutput() method. If the wrong type is used nullptr is returned. (You must also set the filename of the object prior to getting the output.) GetNumberOfPointsV.GetNumberOfPoints() -> int C++: vtkIdType GetNumberOfPoints() override; Overridden method. GetNumberOfCellsV.GetNumberOfCells() -> int C++: vtkIdType GetNumberOfCells() override; Overridden method. SetupEmptyOutputV.SetupEmptyOutput() C++: void SetupEmptyOutput() override; Overridden method. Not Used. Delegated. ReadOutputTypeV.ReadOutputType(string, bool) -> int C++: virtual int ReadOutputType(const char *name, bool ¶llel) This method can be used to find out the type of output expected without needing to read the whole file. vtkXMLDataReadervtkXMLReadervtkAlgorithmvtkObjectvtkObjectBaseOP `pa`!!!0!!p!!!P!! !0 ! ! !@ a` zRx $OAC $D AC $lAC B$HAC E$AC I$hAC G$ AC G$4AC G$\AC G$8AC G$AC G$(AC G$AC G$$AC G$LAC G$tAC G$AC G$AC G$AC G$ AC I$<AC B .- G-  G-  G-  G- t G-l Z -K - 1- - /- - 8- 5- 4-~ 3-T % -= - 1- - :- 3- | -o -\ 1-D -< 9- 3-  - - 1- - ;-l 3-B  7- 1- - A- 3- q 7-g 1-O -G ?-, 3- 7-1--@-3-b17-'1--<-3-7-1-o-gB-L3-"7-1--=-3-Q7-G1-/-'>- 3-7-1--C-l3-B(1- 0-7--E-6-3--F-^3-G(-$-"-7--1--L3-"7--1--2-rC-6-1---4-3-c1-M-@-9-,4-,---+- -zslVD-IB-=6/+-'! -xh`XH@8(     xh `XH@8( @8&%*!)X'0#`@ `@ `@  gPd  p ` 0Y pd 4 P   0 !   @ V`` J&$56@V.t`9FtSy?["p/A_PyType_Ready_PyvtkXMLGenericDataObjectReader_ClassNew_PyvtkXMLDataReader_ClassNew_PyVTKObject_New__ZL41PyvtkXMLGenericDataObjectReader_StaticNewv__ZN29vtkXMLGenericDataObjectReader3NewEv__ZN29vtkXMLGenericDataObjectReader16SetupEmptyOutputEv__ZN29vtkXMLGenericDataObjectReader31GetHierarchicalBoxDataSetOutputEv__ZN29vtkXMLGenericDataObjectReader26GetMultiBlockDataSetOutputEv__ZN29vtkXMLGenericDataObjectReader9GetOutputEv__ZN29vtkXMLGenericDataObjectReader20GetHyperOctreeOutputEv__ZN29vtkXMLGenericDataObjectReader24GetRectilinearGridOutputEv__ZN29vtkXMLGenericDataObjectReader25GetUnstructuredGridOutputEv__ZN29vtkXMLGenericDataObjectReader23GetStructuredGridOutputEv__ZN29vtkXMLGenericDataObjectReader17GetPolyDataOutputEv__ZN29vtkXMLGenericDataObjectReader18GetImageDataOutputEv__ZN29vtkXMLGenericDataObjectReader17GetNumberOfPointsEv__ZN29vtkXMLGenericDataObjectReader16GetNumberOfCellsEv_PyVTKObject_GetSet__Py_NoneStruct_PyVTKObject_GetObject__ZL39PyvtkXMLGenericDataObjectReader_Methods_PyObject_GenericSetAttr_PyObject_GenericGetAttr_PyVTKObject_Repr_PyVTKObject_AsBuffer_PyVTKAddFile_vtkXMLGenericDataObjectReader_strcmp_PyObject_GC_Del_PyVTKObject_Check__ZN13vtkPythonArgs13ArgCountErrorEii__ZN13vtkPythonArgs8GetValueERi__ZN29vtkXMLGenericDataObjectReader9GetOutputEi_PyLong_FromLong_PyLong_FromLongLong_PyDict_SetItemString_PyVTKObject_String_PyVTKObject_SetFlag_PyVTKObject_Delete_PyVTKObject_Traverse__ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__ZL36PyvtkXMLGenericDataObjectReader_Type_PyType_Type_PyErr_Occurred_PyVTKClass_Add__Py_Dealloc__ZN13vtkPythonArgs8GetValueERPc__ZN13vtkPythonArgs13ArgCountErrorEiPKc__ZN29vtkXMLGenericDataObjectReader8IsTypeOfEPKc__ZN13vtkObjectBase8IsTypeOfEPKc__ZN13vtkPythonArgs11SetArgValueEib__ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRb__ZN29vtkXMLGenericDataObjectReader14ReadOutputTypeEPKcRb__ZN13vtkPythonArgs8GetValueERb__ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1___ZL48PyvtkXMLGenericDataObjectReader_SetupEmptyOutputP7_objectS0___ZL63PyvtkXMLGenericDataObjectReader_GetHierarchicalBoxDataSetOutputP7_objectS0___ZL58PyvtkXMLGenericDataObjectReader_GetMultiBlockDataSetOutputP7_objectS0___ZL41PyvtkXMLGenericDataObjectReader_GetOutputP7_objectS0___ZL52PyvtkXMLGenericDataObjectReader_GetHyperOctreeOutputP7_objectS0___ZL56PyvtkXMLGenericDataObjectReader_GetRectilinearGridOutputP7_objectS0___ZL57PyvtkXMLGenericDataObjectReader_GetUnstructuredGridOutputP7_objectS0___ZL55PyvtkXMLGenericDataObjectReader_GetStructuredGridOutputP7_objectS0___ZL49PyvtkXMLGenericDataObjectReader_GetPolyDataOutputP7_objectS0___ZL50PyvtkXMLGenericDataObjectReader_GetImageDataOutputP7_objectS0___ZL44PyvtkXMLGenericDataObjectReader_SafeDownCastP7_objectS0___ZL49PyvtkXMLGenericDataObjectReader_GetNumberOfPointsP7_objectS0___ZL48PyvtkXMLGenericDataObjectReader_GetNumberOfCellsP7_objectS0___ZL40PyvtkXMLGenericDataObjectReader_IsTypeOfP7_objectS0___ZL46PyvtkXMLGenericDataObjectReader_ReadOutputTypeP7_objectS0___ZL43PyvtkXMLGenericDataObjectReader_NewInstanceP7_objectS0___ZL35PyvtkXMLGenericDataObjectReader_IsAP7_objectS0_