ELF>y@@21 SH@dH%(HD$81HHt$HD$HFHD$$D$ HD$t/H|$1HT$8dH+%(uH(HtD$9D$t;H111HT$(dH+%(uEH8HHuҐHHpHuHHH8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(uEH8HHuҐHHpHuHHH8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(uEH8HHuҐHHpHuHHH8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(uEH8HHuҐHHpHuHHH8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(uEH8HHuҐHHpHuHHUH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(H@]fDHHuϐHt$H|$tD$$D$t?f. ztHE HHuHHt@HEH`H;u$f. zt HDHff.UH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(H@]fDHHuϐHt$ H|$tD$$t$ t99tHEHHuHH|@HEH0H;u;tƉHHff.UH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(H@]fDHHuϐHt$H|$tD$$D$t?f.ztHEHHuHHt@HEHPH;u$f.ztHDHff.H8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(H8@HHuҐHtIH0H;uQtLJHuHHH@H;t@1ff.fH8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(H8@HHuҐHtIH0H;uQtLJHuHHfH8H;t@f.ATH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$uDH(HtD$9D$tIH11E1HD$(dH+%(H0LA\@HHufHHRxH;IMtoI$H5LPtZHuLIHoHbL1HHP@L8fE1H"DIjfATL%H HH5LuLHLA\ATIUHHt HH5LHtHmtH]A\HH]A\UH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(urH@]f.HHuϐHt$ H|$tD$$t$ u)HEHpHuHHDH9tHDf.z uH f. z uH (CanReadFileSafeDownCastvtkObjectBasevtkNetCDFCFReaderIsTypeOfIsAGetSphericalCoordinatesGetVerticalScaleGetOutputTypeGetVerticalBiasSetOutputTypeToAutomaticSetOutputTypeToImageSetOutputTypeToRectilinearSetOutputTypeToStructuredSetOutputTypeToUnstructuredSetVerticalBiasSetSphericalCoordinatesSetVerticalScaleSphericalCoordinatesOffSphericalCoordinatesOnNewInstanceSetOutputTypevtkNetCDFReadervtkDataObjectAlgorithmvtkAlgorithmvtkObjectUH=Hu]ÐHH=tHH=tHH=tHH=tH]HH0H;u!tLJHH0H;u)tLJ1vtkNetCDFCFReader - Reads netCDF files that follow the CF convention. Superclass: vtkNetCDFReader Details on this convention can be found at . vtkIONetCDFPython.vtkNetCDFCFReaderV.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) -> vtkNetCDFCFReader C++: static vtkNetCDFCFReader *SafeDownCast(vtkObjectBase *o) V.NewInstance() -> vtkNetCDFCFReader C++: vtkNetCDFCFReader *NewInstance() V.GetSphericalCoordinates() -> int C++: virtual int GetSphericalCoordinates() If on (the default), then 3D data with latitude/longitude dimensions will be read in as curvilinear data shaped like spherical coordinates. If false, then the data will always be read in Cartesian coordinates. V.SetSphericalCoordinates(int) C++: virtual void SetSphericalCoordinates(int _arg) If on (the default), then 3D data with latitude/longitude dimensions will be read in as curvilinear data shaped like spherical coordinates. If false, then the data will always be read in Cartesian coordinates. V.SphericalCoordinatesOn() C++: virtual void SphericalCoordinatesOn() If on (the default), then 3D data with latitude/longitude dimensions will be read in as curvilinear data shaped like spherical coordinates. If false, then the data will always be read in Cartesian coordinates. V.SphericalCoordinatesOff() C++: virtual void SphericalCoordinatesOff() If on (the default), then 3D data with latitude/longitude dimensions will be read in as curvilinear data shaped like spherical coordinates. If false, then the data will always be read in Cartesian coordinates. V.GetVerticalScale() -> float C++: virtual double GetVerticalScale() The scale and bias of the vertical component of spherical coordinates. It is common to write the vertical component with respect to something other than the center of the sphere (for example, the surface). In this case, it might be necessary to scale and/or bias the vertical height. The height will become height*scale + bias. Keep in mind that if the positive attribute of the vertical dimension is down, then the height is negated. By default the scale is 1 and the bias is 0 (that is, no change). The scaling will be adjusted if it results in invalid (negative) vertical values. V.SetVerticalScale(float) C++: virtual void SetVerticalScale(double _arg) The scale and bias of the vertical component of spherical coordinates. It is common to write the vertical component with respect to something other than the center of the sphere (for example, the surface). In this case, it might be necessary to scale and/or bias the vertical height. The height will become height*scale + bias. Keep in mind that if the positive attribute of the vertical dimension is down, then the height is negated. By default the scale is 1 and the bias is 0 (that is, no change). The scaling will be adjusted if it results in invalid (negative) vertical values. V.GetVerticalBias() -> float C++: virtual double GetVerticalBias() The scale and bias of the vertical component of spherical coordinates. It is common to write the vertical component with respect to something other than the center of the sphere (for example, the surface). In this case, it might be necessary to scale and/or bias the vertical height. The height will become height*scale + bias. Keep in mind that if the positive attribute of the vertical dimension is down, then the height is negated. By default the scale is 1 and the bias is 0 (that is, no change). The scaling will be adjusted if it results in invalid (negative) vertical values. V.SetVerticalBias(float) C++: virtual void SetVerticalBias(double _arg) The scale and bias of the vertical component of spherical coordinates. It is common to write the vertical component with respect to something other than the center of the sphere (for example, the surface). In this case, it might be necessary to scale and/or bias the vertical height. The height will become height*scale + bias. Keep in mind that if the positive attribute of the vertical dimension is down, then the height is negated. By default the scale is 1 and the bias is 0 (that is, no change). The scaling will be adjusted if it results in invalid (negative) vertical values. V.GetOutputType() -> int C++: virtual int GetOutputType() Set/get the data type of the output. The index used is taken from the list of VTK data types in vtkType.h. Valid types are VTK_IMAGE_DATA, VTK_RECTILINEAR_GRID, VTK_STRUCTURED_GRID, and VTK_UNSTRUCTURED_GRID. In addition you can set the type to -1 (the default), and this reader will pick the data type best suited for the dimensions being read. V.SetOutputType(int) C++: virtual void SetOutputType(int type) Set/get the data type of the output. The index used is taken from the list of VTK data types in vtkType.h. Valid types are VTK_IMAGE_DATA, VTK_RECTILINEAR_GRID, VTK_STRUCTURED_GRID, and VTK_UNSTRUCTURED_GRID. In addition you can set the type to -1 (the default), and this reader will pick the data type best suited for the dimensions being read. V.SetOutputTypeToAutomatic() C++: void SetOutputTypeToAutomatic() Set/get the data type of the output. The index used is taken from the list of VTK data types in vtkType.h. Valid types are VTK_IMAGE_DATA, VTK_RECTILINEAR_GRID, VTK_STRUCTURED_GRID, and VTK_UNSTRUCTURED_GRID. In addition you can set the type to -1 (the default), and this reader will pick the data type best suited for the dimensions being read. V.SetOutputTypeToImage() C++: void SetOutputTypeToImage() Set/get the data type of the output. The index used is taken from the list of VTK data types in vtkType.h. Valid types are VTK_IMAGE_DATA, VTK_RECTILINEAR_GRID, VTK_STRUCTURED_GRID, and VTK_UNSTRUCTURED_GRID. In addition you can set the type to -1 (the default), and this reader will pick the data type best suited for the dimensions being read. V.SetOutputTypeToRectilinear() C++: void SetOutputTypeToRectilinear() Set/get the data type of the output. The index used is taken from the list of VTK data types in vtkType.h. Valid types are VTK_IMAGE_DATA, VTK_RECTILINEAR_GRID, VTK_STRUCTURED_GRID, and VTK_UNSTRUCTURED_GRID. In addition you can set the type to -1 (the default), and this reader will pick the data type best suited for the dimensions being read. V.SetOutputTypeToStructured() C++: void SetOutputTypeToStructured() Set/get the data type of the output. The index used is taken from the list of VTK data types in vtkType.h. Valid types are VTK_IMAGE_DATA, VTK_RECTILINEAR_GRID, VTK_STRUCTURED_GRID, and VTK_UNSTRUCTURED_GRID. In addition you can set the type to -1 (the default), and this reader will pick the data type best suited for the dimensions being read. V.SetOutputTypeToUnstructured() C++: void SetOutputTypeToUnstructured() Set/get the data type of the output. The index used is taken from the list of VTK data types in vtkType.h. Valid types are VTK_IMAGE_DATA, VTK_RECTILINEAR_GRID, VTK_STRUCTURED_GRID, and VTK_UNSTRUCTURED_GRID. In addition you can set the type to -1 (the default), and this reader will pick the data type best suited for the dimensions being read. V.CanReadFile(string) -> int C++: static int CanReadFile(const char *filename) Returns true if the given file can be read. UH-HH=HHH]HHDGCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0GNUzRx  0!D X)l )   EDPj AD EDPa AE uEY B P8?LD(`"EAD`n AAF 0FAA D`  AABH ED@ AG ED@ AG ED@ AG ,ED@ AG PH@ I lH@ I H@ I H@ I H@ I TEDP AG DEDP AG $TEDP AG HH@ E dH@ E gFD@ EE MFF0OFDD n ABA DDB:Em EDP AK   % V  "  p PR ` @ P 2 r   ` T' Dd T p  gD&b(!"": &( '9 '4B"F(^.o4}:@FLRX ^d4jEp]vt|!" "!" ")B" l")" " /Ow "u,3S"?"D  # B a s    M     pO % 1 I a n {        + @ S c _ZL29PyvtkNetCDFCFReader_StaticNewv_ZL31PyvtkNetCDFCFReader_CanReadFileP7_objectS0__ZL32PyvtkNetCDFCFReader_SafeDownCastP7_objectS0__ZL28PyvtkNetCDFCFReader_IsTypeOfP7_objectS0__ZL23PyvtkNetCDFCFReader_IsAP7_objectS0__ZL43PyvtkNetCDFCFReader_GetSphericalCoordinatesP7_objectS0__ZL36PyvtkNetCDFCFReader_GetVerticalScaleP7_objectS0__ZL33PyvtkNetCDFCFReader_GetOutputTypeP7_objectS0__ZL35PyvtkNetCDFCFReader_GetVerticalBiasP7_objectS0__ZL44PyvtkNetCDFCFReader_SetOutputTypeToAutomaticP7_objectS0__ZL40PyvtkNetCDFCFReader_SetOutputTypeToImageP7_objectS0__ZL46PyvtkNetCDFCFReader_SetOutputTypeToRectilinearP7_objectS0__ZL45PyvtkNetCDFCFReader_SetOutputTypeToStructuredP7_objectS0__ZL47PyvtkNetCDFCFReader_SetOutputTypeToUnstructuredP7_objectS0__ZL35PyvtkNetCDFCFReader_SetVerticalBiasP7_objectS0__ZL43PyvtkNetCDFCFReader_SetSphericalCoordinatesP7_objectS0__ZL36PyvtkNetCDFCFReader_SetVerticalScaleP7_objectS0__ZL43PyvtkNetCDFCFReader_SphericalCoordinatesOffP7_objectS0__ZL42PyvtkNetCDFCFReader_SphericalCoordinatesOnP7_objectS0__ZL31PyvtkNetCDFCFReader_NewInstanceP7_objectS0__ZL24PyvtkNetCDFCFReader_Type_ZL27PyvtkNetCDFCFReader_Methods_GLOBAL__sub_I_vtkNetCDFCFReaderPython.cxx_ZStL8__ioinit_ZL33PyvtkNetCDFCFReader_SetOutputTypeP7_objectS0_.LC0.LC1.LC2.LC3.LC8.LC4.LC5.LC6.LC7.LC9.LC10.LC11.LC12.LC13.LC14.LC15.LC16.LC17.LC18.LC19.LC20.LC21.LC22.LC23.LC24.LC26.LC25_ZN17vtkNetCDFCFReader23GetSphericalCoordinatesEv_ZN17vtkNetCDFCFReader23SetSphericalCoordinatesEi_ZN17vtkNetCDFCFReader16GetVerticalScaleEv_ZN17vtkNetCDFCFReader16SetVerticalScaleEd_ZN17vtkNetCDFCFReader15GetVerticalBiasEv_ZN17vtkNetCDFCFReader15SetVerticalBiasEd_ZN17vtkNetCDFCFReader13GetOutputTypeEv_ZN17vtkNetCDFCFReader3NewEv_ZNK17vtkNetCDFCFReader19NewInstanceInternalEv_ZN13vtkPythonArgs13ArgCountErrorEii_ZN13vtkPythonArgs8GetValueERPc_ZN17vtkNetCDFCFReader11CanReadFileEPKcPyErr_OccurredPyLong_FromLong__stack_chk_fail_ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRb_ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase_ZN17vtkNetCDFCFReader3IsAEPKcstrcmp_ZN13vtkObjectBase8IsTypeOfEPKc_ZN17vtkNetCDFCFReader22SphericalCoordinatesOnEv_GLOBAL_OFFSET_TABLE__ZN17vtkNetCDFCFReader23SphericalCoordinatesOffEv_ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1_PyFloat_FromDouble_Py_NoneStruct_ZN13vtkPythonArgs8GetValueERd_ZN13vtkPythonArgs8GetValueERiPyVTKObject_CheckPyVTKObject_GetObjectPyVTKObject_SetFlagPyvtkNetCDFCFReader_ClassNewPyVTKClass_AddPyvtkNetCDFReader_ClassNewPyType_ReadyPyVTKAddFile_vtkNetCDFCFReaderPyDict_SetItemString_Py_Dealloc_ZNSt8ios_base4InitC1Ev_ZNSt8ios_base4InitD1Ev__dso_handle__cxa_atexit_ZN17vtkNetCDFCFReader13SetOutputTypeEiPyType_TypePyVTKObject_DeletePyVTKObject_ReprPyVTKObject_StringPyObject_GenericGetAttrPyObject_GenericSetAttrPyVTKObject_AsBufferPyVTKObject_TraversePyVTKObject_GetSetPyVTKObject_NewPyObject_GC_Del,-iQRSTUV.Q=/BW[0jTwXTV1Q-R=0EZS2XZaTnU~3Z4Z5Z[V6VQ_R*Y0Z2ZTU3#Z146ZD5IZU[jV7Q_T(U=*HJVq8Q_T`-*JRV9Q_ TU-*N:Va:Q_T`*LBVp;Q_ T *a V@ < Q _ T *a V =] Q _ T *a V >- QQ _r T~ *a V ? Q! _B TN *aY V @ Q _ bS T_ *a~ *M V A:Qa_{cT*a*IV1BQ_bT*a.*K`VCQ_!*IBTN*aj*^VDQ!_A*IaTm*a*\VEQI_j*PuO0TXdefTV)+70>,FhL+Ti^+cjg0lF:Qa_{cT*arVOmO0Z&2+Z93>ZL4QZ_5dZq[*I*In*o!p&q-G5+'s&0tXuvwxyz{8|@} 9&  B(8&@ HX&` thx&P Fp&  & ]& Ep& ^P&0  4(8& @ }H@X&` ` h` x& o`& &0 P&  &x  &  ( 8&@ H X&h` hx& 4H\p   <PdpP `0@TPp    `  (Lph p'.symtab.strtab.shstrtab.rela.text.data.bss.text._ZN17vtkNetCDFCFReader23GetSphericalCoordinatesEv.text._ZN17vtkNetCDFCFReader23SetSphericalCoordinatesEi.text._ZN17vtkNetCDFCFReader16GetVerticalScaleEv.text._ZN17vtkNetCDFCFReader16SetVerticalScaleEd.text._ZN17vtkNetCDFCFReader15GetVerticalBiasEv.text._ZN17vtkNetCDFCFReader15SetVerticalBiasEd.text._ZN17vtkNetCDFCFReader13GetOutputTypeEv.rela.text._ZNK17vtkNetCDFCFReader19NewInstanceInternalEv.rodata.str1.1.rodata._ZN17vtkNetCDFCFReader3IsAEPKc.str1.1.rela.text._ZN17vtkNetCDFCFReader3IsAEPKc.rela.text._ZN17vtkNetCDFCFReader22SphericalCoordinatesOnEv.rela.text._ZN17vtkNetCDFCFReader23SphericalCoordinatesOffEv.rodata.str1.8.rela.text.startup.rela.init_array.rela.data.rel.rela.data.rel.local.comment.note.GNU-stack.note.gnu.property.rela.eh_frame.group=@/H=H/I=P/J=X/K=`/L=h/M=p/N=x /P= /Y= /\= /^ @(Y@/ &w,w1 i! ) 3)c@ P @hj/2Y2> 0u@j/7?2@k/sDn@k/288:@k/"9@`l/$ 9 @xl /&: @m/(0`=, == 3=0.@8sH/-A 0H Ms vD