ELF>ȯ@@!   ATUHhdH%(HD$X1HHt$HD$HFHD$$D$ D$ Hl$Ht$HHt$8HLd$HHLD$ 9D$(Lc\$8L$H1H$dH+%(HĨ[]A\A]DLd$ HLHtLl$`HLtHD$0foD$ LLfoL$`HD$PHD$p)D$@H$)$ËD$@9D$ D$D9D$$D$H9D$(D$L9D$,D$P9D$0D$T9D$4$9D$`ue$9D$duXD$h9$uK$9D$lu>$9D$pu1$9D$tu$HHcfHuҹLHHXL1HAff.AWAVAUATUSHxdH%(HD$h1HHt$ HD$(HFHD$4D$0t?H|$ 1HT$hdH+%(+Hx[]A\A]A^A_fDLd$HHl$ LHtLl$XHLtD$PLLDt$\~D$H\$XD$D$`fpfD$fA~ωD$~D$D$f~;D$HusD9|$LulD$9D$Pub9\$Xu4D;t$\u-D$9D$`u#HHc|$ fDHuӹLHHuL1Hff.fUH@dH%(HD$81HHt$HD$HFHD$$D$ t0H|$1HT$8dH+%(uhH@]@HT$H|$H5|$HtHt+HH5HPtHuH1Huff.fHFuHHH=HH51HAWAVAUATUSHdH%(H$HFtIXH51H$dH+%(HĘ[]A\A]A^A_HHl$@Ht$@HD$HHt$8HHD$XHD$PtLl$7L%HLL|$7IkLLH|$7IOLd$xHL2~D$xLLLH|$8D$fpfD$f~~D$f~;D$xu;\$|uD9$HwLH]HHl$@Ht$@HD$HHt$8HHD$XHD$PwLl$7L%HLL|$7RLLHHD$|$74HD$HD$hHHHD$LL$LT$Ld$xHLT$(LLL$ ~D$h$MHL$HT$(Ht$ H|$8fpD$fD$D|$pDl$|fA~֋\$x~D$f~;D$husD9t$lulD9|$pue;\$xu7D;l$|u0D$9$u#HKHH=DHuӹLHHuHT$Huff.fATUHhdH%(HD$X1HHt$HD$HFHD$$D$ D$ Hl$Ht$HHt$@HLd$0HLD$ 9D$(|$Dt$L+|$@+t$HHL$DL$8Lc~D$0HHfpfA~LcIIHDT$PDT$8Hc)H)HIf~D$HD$4)L$@L$09urA9umE9uhHu"HHH|$1HT$XdH+%(uNHh]A\fHt$HfHuLHtUSHHdH%(HD$81HHt$HD$HFHD$$D$ HD$t6H|$1HT$8dH+%(utHH[]fHt$H|$tHl$H=HtHH=uHuHc@HATUSH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uYHD$Ho(Ht!\$ +\$$tJH|$1HT$8dH+%(H@[]A\HHuːHt$H|$tD$$Ld$uXHELH@H;u\H=tLH=u)HeHcZfDLL@HЉfATH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$uDH(HtD$9D$tIH11E1HD$(dH+%(H0LA\@HHufHHRxH;IMtoI$H5LPtZHuLIHoHbL1HHP@L8fE1H"DIjfATL%1HH5LuLHLA\AUIATUSHHtHH5LHudHL @HL9t7Hc{HHtH3HLHmuHHL9uH[]A\A]DHmuHComputePointStructuredCoordsComputeCellStructuredCoordsGetLocalStructuredCoordinatesGetCellDimensionsFromExtentGetDimensionsFromExtentGetCellExtentFromPointExtentComputeCellIdComputePointIdComputeCellIdForExtentComputePointIdForExtentGetNumberOfCellsGetNumberOfPointsGetPointCellsvtkIdListGetCellPointsGetDataDimensionGetDataDescriptionFromExtentGetDataDescriptionSetExtentSetDimensionsSafeDownCastvtkObjectBasevtkStructuredDataGetCellNeighborsIsTypeOfIsANewInstanceVTK_UNCHANGEDVTK_SINGLE_POINTVTK_X_LINEVTK_Y_LINEVTK_Z_LINEVTK_XY_PLANEVTK_YZ_PLANEVTK_XZ_PLANEVTK_XYZ_GRIDVTK_EMPTYiP *iComputeCellStructuredCoordsForExtentGetGlobalStructuredCoordinatesGetCellDimensionsFromPointDimensionsComputePointStructuredCoordsForExtentvtkStructuredData - Singleton class for topologically regular data Superclass: vtkObject vtkStructuredData is a singleton class that provides an interface for topologically regular data. Regular data is data that can be accessed in rectangular fashion using an i-j-k index. A finite difference grid, a volume, or a pixmap are all considered regular. @sa vtkStructuredGrid vtkUniformGrid vtkRectilinearGrid vtkRectilinearGrid vtkCommonDataModelPython.vtkStructuredDataV.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) -> vtkStructuredData C++: static vtkStructuredData *SafeDownCast(vtkObjectBase *o) V.NewInstance() -> vtkStructuredData C++: vtkStructuredData *NewInstance() V.SetDimensions([int, int, int], [int, int, int]) -> int C++: static int SetDimensions(int inDim[3], int dim[3]) Specify the dimensions of a regular, rectangular dataset. The input is the new dimensions (inDim) and the current dimensions (dim). The function returns the dimension of the dataset (0-3D). If the dimensions are improperly specified a -1 is returned. If the dimensions are unchanged, a value of 100 is returned. V.SetExtent([int, int, int, int, int, int], [int, int, int, int, int, int]) -> int C++: static int SetExtent(int inExt[6], int ext[6]) Specify the dimensions of a regular, rectangular dataset. The input is the new dimensions (inDim) and the current dimensions (dim). The function returns the dimension of the dataset (0-3D). If the dimensions are improperly specified a -1 is returned. If the dimensions are unchanged, a value of 100 is returned. V.GetDataDescription([int, int, int]) -> int C++: static int GetDataDescription(int dims[3]) Returns the data description given the dimensions (eg. VTK_SINGLE_POINT, VTK_X_LINE, VTK_XY_PLANE etc.) V.GetDataDescriptionFromExtent([int, int, int, int, int, int]) -> int C++: static int GetDataDescriptionFromExtent(int ext[6]) Returns the data description given the dimensions (eg. VTK_SINGLE_POINT, VTK_X_LINE, VTK_XY_PLANE etc.) V.GetDataDimension(int) -> int C++: static int GetDataDimension(int dataDescription) V.GetDataDimension([int, int, int, int, int, int]) -> int C++: static int GetDataDimension(int ext[6]) Return the topological dimension of the data (e.g., 0, 1, 2, or 3D). V.GetNumberOfPoints([int, int, int, int, int, int], int) -> int C++: static vtkIdType GetNumberOfPoints(int ext[6], int dataDescription=VTK_EMPTY) Given the grid extent, this method returns the total number of points within the extent. The dataDescription field is not used. V.GetNumberOfCells([int, int, int, int, int, int], int) -> int C++: static vtkIdType GetNumberOfCells(int ext[6], int dataDescription=VTK_EMPTY) Given the grid extent, this method returns the total number of cells within the extent. The dataDescription field is not used. V.GetCellExtentFromPointExtent([int, int, int, int, int, int], [int, int, int, int, int, int], int) C++: static void GetCellExtentFromPointExtent(int pntExtent[6], int cellExtent[6], int dataDescription=VTK_EMPTY) Given the point extent of a grid, this method computes the corresponding cell extent for the grid. The dataDescription field is not used. V.GetDimensionsFromExtent([int, int, int, int, int, int], [int, int, int], int) C++: static void GetDimensionsFromExtent(int ext[6], int dims[3], int dataDescription=VTK_EMPTY) Computes the structured grid dimensions based on the given extent. The dataDescription field is not used. V.GetCellDimensionsFromExtent([int, int, int, int, int, int], [int, int, int], int) C++: static void GetCellDimensionsFromExtent(int ext[6], int celldims[3], int dataDescription=VTK_EMPTY) Returns the cell dimensions, i.e., the number of cells along the i,j,k for the grid with the given grid extent. Note, the grid extent is the number of points. The dataDescription field is not used. V.GetCellDimensionsFromPointDimensions([int, int, int], [int, int, int]) C++: static void GetCellDimensionsFromPointDimensions( int pntdims[3], int cellDims[3]) Given the dimensions of the grid, in pntdims, this method returns the corresponding cell dimensions for the given grid. The dataDescription field is not used. V.GetLocalStructuredCoordinates([int, int, int], [int, int, int, int, int, int], [int, int, int], int) C++: static void GetLocalStructuredCoordinates(int ijk[3], int ext[6], int lijk[3], int dataDescription=VTK_EMPTY) Given the global structured coordinates for a point or cell, ijk, w.r.t. as well as, the global sub-grid cell or point extent, this method computes the corresponding local structured coordinates, lijk, starting from 0. The dataDescription argument is not used. V.GetGlobalStructuredCoordinates([int, int, int], [int, int, int, int, int, int], [int, int, int], int) C++: static void GetGlobalStructuredCoordinates(int lijk[3], int ext[6], int ijk[3], int dataDescription=VTK_EMPTY) Given local structured coordinates, and the corresponding global sub-grid extent, this method computes the global ijk coordinates. The dataDescription parameter is not used. V.GetCellPoints(int, vtkIdList, int, [int, int, int]) C++: static void GetCellPoints(vtkIdType cellId, vtkIdList *ptIds, int dataDescription, int dim[3]) Get the points defining a cell. (See vtkDataSet for more info.) V.GetPointCells(int, vtkIdList, [int, int, int]) C++: static void GetPointCells(vtkIdType ptId, vtkIdList *cellIds, int dim[3]) Get the cells using a point. (See vtkDataSet for more info.) V.GetCellNeighbors(int, vtkIdList, vtkIdList, [int, int, int]) C++: static void GetCellNeighbors(vtkIdType cellId, vtkIdList *ptIds, vtkIdList *cellIds, int dim[3]) V.GetCellNeighbors(int, vtkIdList, vtkIdList, [int, int, int], [int, int, int]) C++: static void GetCellNeighbors(vtkIdType cellId, vtkIdList *ptIds, vtkIdList *cellIds, int dim[3], int seedLoc[3]) Get the cells using the points ptIds, exclusive of the cell cellId. (See vtkDataSet for more info.) V.ComputePointIdForExtent([int, int, int, int, int, int], [int, int, int], int) -> int C++: static vtkIdType ComputePointIdForExtent(int extent[6], int ijk[3], int dataDescription=VTK_EMPTY) Given a location in structured coordinates (i-j-k), and the extent of the structured dataset, return the point id. The dataDescription argument is not used. V.ComputeCellIdForExtent([int, int, int, int, int, int], [int, int, int], int) -> int C++: static vtkIdType ComputeCellIdForExtent(int extent[6], int ijk[3], int dataDescription=VTK_EMPTY) Given a location in structured coordinates (i-j-k), and the extent of the structured dataset, return the point id. The dataDescription argument is not used. V.ComputePointId([int, int, int], [int, int, int], int) -> int C++: static vtkIdType ComputePointId(int dim[3], int ijk[3], int dataDescription=VTK_EMPTY) Given a location in structured coordinates (i-j-k), and the dimensions of the structured dataset, return the point id. This method does not adjust for the beginning of the extent. The dataDescription argument is not used. V.ComputeCellId([int, int, int], [int, int, int], int) -> int C++: static vtkIdType ComputeCellId(int dim[3], int ijk[3], int dataDescription=VTK_EMPTY) Given a location in structured coordinates (i-j-k), and the dimensions of the structured dataset, return the cell id. This method does not adjust for the beginning of the extent. The dataDescription argument is not used. V.ComputeCellStructuredCoordsForExtent(int, [int, int, int, int, int, int], [int, int, int], int) C++: static void ComputeCellStructuredCoordsForExtent( const vtkIdType cellIdx, int ext[6], int ijk[3], int dataDescription=VTK_EMPTY) Given the global grid extent and the linear index of a cell within the grid extent, this method computes the corresponding structured coordinates of the given cell. This method adjusts for the beginning of the extent. The dataDescription argument is not used. V.ComputeCellStructuredCoords(int, [int, int, int], [int, int, int], int) C++: static void ComputeCellStructuredCoords( const vtkIdType cellId, int dim[3], int ijk[3], int dataDescription=VTK_EMPTY) Given a cellId and grid dimensions 'dim', get the structured coordinates (i-j-k). This method does not adjust for the beginning of the extent. The dataDescription argument is not used. V.ComputePointStructuredCoordsForExtent(int, [int, int, int, int, int, int], [int, int, int], int) C++: static void ComputePointStructuredCoordsForExtent( const vtkIdType ptId, int ext[6], int ijk[3], int dataDescription=VTK_EMPTY) Given a pointId and the grid extent ext, get the structured coordinates (i-j-k). This method adjusts for the beginning of the extent. The dataDescription argument is not used. V.ComputePointStructuredCoords(int, [int, int, int], [int, int, int], int) C++: static void ComputePointStructuredCoords( const vtkIdType ptId, int dim[3], int ijk[3], int dataDescription=VTK_EMPTY) Given a pointId and grid dimensions 'dim', get the structured coordinates (i-j-k). This method does not adjust for the beginning of the extent. The dataDescription argument is not used. vtkObjectUH=Hu]ÐHH=tH]HH HD!!GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0GNUzRx ,FADg ABK ,LFADg ABK ,|FADo ABC ,FADO ABC ,FADO ABC ( VFADpb ABH ,8FAD? ABC ,hFAD' ABK ,FAG ABE DDFBB A(A0D  0A(A BBBF @$FBB A(A0D 0A(A BBBF LTFBB B(A0A8DH 8A0A(B BBBD LtFBB B(A0A8D8 8A0A(B BBBD HOFBB B(A0A8D 8A0A(B BBBI H@/FBB B(A0A8D 8A0A(B BBBE @^FBB A(A0De 0A(A BBBC @rFBB A(A0De 0A(A BBBC 03FAA Db  AABF HEDPa AE 0l3FAA Db  AABF @#FBB A(A0De 0A(A BBBC 8FBA A(Gk (A ABBF H FBB B(A0A8De 8A0A(B BBBG l EDPa AE 9dTHcFBB B(A0A8GQ 8A0A(B BBBH ,FADo ABC 8<EY B W(XEAD`j AAJ 0^FAA D`  AABH gFD@ EE HFA8FEA A(D0{ (A ABBF 4Cp UV0  ` _`D$pt?Ou@/p^rP3K@3#-  `"`#9`#c0' {()^0+g!Bq(9HWs%/=N k~"(.4:@pFL RX^d = N b    % 5 `     " H \    6 t " <     ! 7 K ,Hh w   ,      4Lav_ZL48PyvtkStructuredData_ComputePointStructuredCoordsP7_objectS0__ZL47PyvtkStructuredData_ComputeCellStructuredCoordsP7_objectS0__ZL56PyvtkStructuredData_ComputeCellStructuredCoordsForExtentP7_objectS0__ZL50PyvtkStructuredData_GetGlobalStructuredCoordinatesP7_objectS0__ZL49PyvtkStructuredData_GetLocalStructuredCoordinatesP7_objectS0__ZL56PyvtkStructuredData_GetCellDimensionsFromPointDimensionsP7_objectS0__ZL47PyvtkStructuredData_GetCellDimensionsFromExtentP7_objectS0__ZL43PyvtkStructuredData_GetDimensionsFromExtentP7_objectS0__ZL48PyvtkStructuredData_GetCellExtentFromPointExtentP7_objectS0__ZL33PyvtkStructuredData_ComputeCellIdP7_objectS0__ZL34PyvtkStructuredData_ComputePointIdP7_objectS0__ZL42PyvtkStructuredData_ComputeCellIdForExtentP7_objectS0__ZL43PyvtkStructuredData_ComputePointIdForExtentP7_objectS0__ZL36PyvtkStructuredData_GetNumberOfCellsP7_objectS0__ZL37PyvtkStructuredData_GetNumberOfPointsP7_objectS0__ZL33PyvtkStructuredData_GetPointCellsP7_objectS0__ZL33PyvtkStructuredData_GetCellPointsP7_objectS0__ZL39PyvtkStructuredData_GetDataDimension_s2P7_objectS0__ZL39PyvtkStructuredData_GetDataDimension_s1P7_objectS0__ZL48PyvtkStructuredData_GetDataDescriptionFromExtentP7_objectS0__ZL38PyvtkStructuredData_GetDataDescriptionP7_objectS0__ZL29PyvtkStructuredData_SetExtentP7_objectS0__ZL33PyvtkStructuredData_SetDimensionsP7_objectS0__ZL32PyvtkStructuredData_SafeDownCastP7_objectS0__ZL36PyvtkStructuredData_GetDataDimensionP7_objectS0__ZL44PyvtkStructuredData_GetDataDimension_Methods_ZL36PyvtkStructuredData_GetCellNeighborsP7_objectS0__ZL57PyvtkStructuredData_ComputePointStructuredCoordsForExtentP7_objectS0__ZL28PyvtkStructuredData_IsTypeOfP7_objectS0__ZL23PyvtkStructuredData_IsAP7_objectS0__ZL31PyvtkStructuredData_NewInstanceP7_objectS0__ZL24PyvtkStructuredData_Type_ZL27PyvtkStructuredData_Methods_ZZ30PyVTKAddFile_vtkStructuredDataE9constants_GLOBAL__sub_I_vtkStructuredDataPython.cxx.LC0.LC1.LC2.LC3.LC4.LC5.LC6.LC7.LC8.LC9.LC10.LC11.LC12.LC13.LC14.LC15.LC16.LC17.LC18.LC19.LC20.LC21.LC22.LC23.LC24.LC25.LC26.LC27.LC28.LC29.LC31.LC30.LC32.LC33.LC34_ZN13vtkPythonArgs8GetValueERx_ZN13vtkPythonArgs8GetArrayEPiiPyErr_Occurred_GLOBAL_OFFSET_TABLE__Py_NoneStruct_ZN13vtkPythonArgs13ArgCountErrorEii_ZN13vtkPythonArgs8GetValueERi_ZN13vtkPythonArgs8SetArrayEiPKii__stack_chk_failPyLong_FromLongLong_ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRb_ZN17vtkStructuredData13GetPointCellsExP9vtkIdListPi_ZN17vtkStructuredData13GetCellPointsExP9vtkIdListiPi_ZN17vtkStructuredData16GetDataDimensionEPiPyLong_FromLong_ZN17vtkStructuredData16GetDataDimensionEi_ZN17vtkStructuredData28GetDataDescriptionFromExtentEPi_ZN17vtkStructuredData18GetDataDescriptionEPi_ZN17vtkStructuredData9SetExtentEPiS0__ZN17vtkStructuredData13SetDimensionsEPiS0__ZNK17vtkStructuredData19NewInstanceInternalEv_ZN9vtkObject3NewEv_ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase_ZN17vtkPythonOverload10CallMethodEP11PyMethodDefP7_objectS3__ZN13vtkPythonArgs13ArgCountErrorEiPKc_ZN17vtkStructuredData16GetCellNeighborsExP9vtkIdListS1_Pi_ZN17vtkStructuredData16GetCellNeighborsExP9vtkIdListS1_PiS2__ZN17vtkStructuredData3IsAEPKcstrcmp_ZN13vtkObjectBase8IsTypeOfEPKc_ZN13vtkPythonArgs8GetValueERPc_ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1_PyVTKObject_CheckPyVTKObject_GetObjectPyVTKObject_SetFlagPyvtkStructuredData_ClassNewPyVTKClass_AddPyvtkObject_ClassNewPyType_ReadyPyVTKAddFile_vtkStructuredDataPyDict_SetItemString_Py_DeallocPyType_TypePyVTKObject_DeletePyVTKObject_ReprPyVTKObject_StringPyObject_GenericGetAttrPyObject_GenericSetAttrPyVTKObject_AsBufferPyVTKObject_TraversePyVTKObject_GetSetPyVTKObject_NewPyObject_GC_Del._QyRR/S;*UXVWSXY//QIRfRS *U(VYWqSXY0QR6RS*UV)WAS[XeY1RR RS*UVWS XY>2RRR8SD*U`VWSXY3 VY Rr R S *U S X" YN 4 R R7 SC *U` V W S X Y 54 RQ R S *U V W1 SK XU Y 6 R RS*UV!W1SKXUY7RRSIZ`VWY8R+RWSrZVWY9KReRSZ VQW`Y:RR@SZVWY;WRSVZ)W;Ye<RSVDZYWkY=VQ>[5Rc\S*USXY?'V^Qn>y[WR]S*US7X>Yo@VR^@SQ_aSxXY@V W`S,_3Y_AVRa0SA_QShXoYBVR=bbSs_SXYCVLReRcM S^ _q S X S X Y D)!Vn!R!R!d"S"_)"SC"XQ"Sh"Xo"Y"E"V"F#[#G*#S7#gC#SO#Yv#-#@#i#H#i$H9$IK$Q[$>i$[$[$R$j %S'%X3%HQ%Jc%Qw%>%[%[%R%RQ&k&S&*U&S&X&S&X&Y.'Ko'Q'R'RI(SU(*Up(V(W(S(X(Y(L:)Vm)o})G)m)M)m)S)_)n)Y)NV*V*p*o**l*G*m*M*m*S*_+n*+YR+O+V+p+*e+f,G,S$,g8,qH,re,st,S,Y,,,G,-,u,,,v,,,w-t-G-y'-+F-_\-yo-z-z{#hfGm&M+m8nP,)  0@"P-`:pGTa{H0|X}~8@(x ()8@H"Xx`h0+x @~kN@ =`#p (@8x @HX `h` x s  W0 HH9 ((p /(8@HpX`h#x`pH` (8"@pH'X#`hxP%kPm Pp <0 l ` `XpD@pPLp@$ p"`## '<"\()0+,,8).symtab.strtab.shstrtab.rela.text.data.bss.rodata.str1.1.rodata.str1.8.rela.text._ZNK17vtkStructuredData19NewInstanceInternalEv.rodata._ZN17vtkStructuredData3IsAEPKc.str1.1.rela.text._ZN17vtkStructuredData3IsAEPKc.rela.text.startup.rela.init_array.rela.data.rel.ro.local.rela.data.rel.rela.data.rel.local.rodata.cst8.comment.note.GNU-stack.note.gnu.property.rela.eh_frame.group@ eL l `-@&-,-12-r@2p0&TPW O@ȟ 2YW pW<@x W@X0W@ W @"X @ 1 Z ,@@A ^N00^,W\^g`^ ^Hz@He Q Xr8