ELF>H@@0/&'UH@dH%(HD$81HHt$HD$HFHD$$D$ t0H|$1HT$8dH+%(uhH@]@HT$H|$H5|$HtHt+HH5HPtHuH1Huff.fUSHHdH%(HD$81HHt$HD$HFHD$$D$ HD$t6H|$1HT$8dH+%(HH[]DHt$H|$tHl$H=HtHH=uHuHc@HH=tH@SH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(Ht\$9\$t:H111HT$(dH+%(uUH0[fDHHuӐt1HuHcfDHHH;tЉfSH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(Ht\$9\$t:H111HT$(dH+%(uUH0[fDHHuӐt1HuHcfDHHH;tЉfSH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(Ht\$9\$t:H111HT$(dH+%(uUH0[fDHHuӐt1HuHcfDHHH;tЉfSH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(Ht\$9\$t:H111HT$(dH+%(uUH0[fDHHuӐt1HuHcfDHHH;tЉfATUHHfnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uJHo(Ht!D$ +D$$tDH|$1HT$8dH+%(u|HH]A\fDHHuѐHt$ H|$tD$$E1uHEHH;uHuLf.t$ HIff.fATUHHfnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uJHo(Ht!D$ +D$$tDH|$1HT$8dH+%(u|HH]A\fDHHuѐHt$ H|$tD$$E1uHEHH;uHuLf.t$ HIff.fATUSH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uYHD$Ho(Ht!\$ +\$$tJH|$1HT$8dH+%(H@[]A\HHuːHt$H|$tD$$Ld$uXHELH@H;ulH=tLH=u)HeHcZfDLLH=tL븐HЉfATH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$uDH(HtD$9D$tIH11E1HD$(dH+%(H0LA\@HHufHHRxH;IMtoI$H5LPtZHuLIHoHbL1HHP@L8fE1H"DIjfATL%H \HH5LuLHLA\ATIUHHt HH5LHtHmtH]A\HH]A\AWAVAUATUHSHfnFdH%(H$1HHt$@HD$HHGfnȉD$XfbfD$P6Hm(L|$@LH$4AHcH$H$Et IcHH$L4H$AHcHD$L$Et IcIHD$H,D$P+D$TLL$E1MtH$I9tLH$HtH$H9tH$dH+%(vHL[]A\A]A^A_fHHf.Ht$8LRHD$`LHHD$0DHLHt$ 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) -> vtkEmptyCell C++: static vtkEmptyCell *SafeDownCast(vtkObjectBase *o) V.NewInstance() -> vtkEmptyCell C++: vtkEmptyCell *NewInstance() V.GetCellType() -> int C++: int GetCellType() override; See the vtkCell API for descriptions of these methods. V.GetCellDimension() -> int C++: int GetCellDimension() override; See the vtkCell API for descriptions of these methods. V.GetNumberOfEdges() -> int C++: int GetNumberOfEdges() override; See the vtkCell API for descriptions of these methods. V.GetNumberOfFaces() -> int C++: int GetNumberOfFaces() override; See the vtkCell API for descriptions of these methods. V.GetEdge(int) -> vtkCell C++: vtkCell *GetEdge(int) override; See the vtkCell API for descriptions of these methods. V.GetFace(int) -> vtkCell C++: vtkCell *GetFace(int) override; See the vtkCell API for descriptions of these methods. V.CellBoundary(int, [float, float, float], vtkIdList) -> int C++: int CellBoundary(int subId, double pcoords[3], vtkIdList *pts) override; See the vtkCell API for descriptions of these methods. V.Contour(float, vtkDataArray, vtkIncrementalPointLocator, vtkCellArray, vtkCellArray, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData) C++: void Contour(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *verts1, vtkCellArray *lines, vtkCellArray *verts2, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd) override; See the vtkCell API for descriptions of these methods. V.Clip(float, vtkDataArray, vtkIncrementalPointLocator, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData, int) C++: void Clip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *pts, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut) override; See the vtkCell API for descriptions of these methods. V.EvaluatePosition([float, float, float], [float, ...], int, [float, float, float], float, [float, ...]) -> int C++: int EvaluatePosition(double x[3], double *closestPoint, int &subId, double pcoords[3], double &dist2, double *weights) override; Given a point x[3] return inside(=1), outside(=0) cell, or (-1) computational problem encountered; evaluate parametric coordinates, sub-cell id (!=0 only if cell is composite), distance squared of point x[3] to cell (in particular, the sub-cell indicated), closest point on cell to x[3] (unless closestPoint is null, in which case, the closest point and dist2 are not found), and interpolation weights in cell. (The number of weights is equal to the number of points defining the cell). Note: on rare occasions a -1 is returned from the method. This means that numerical error has occurred and all data returned from this method should be ignored. Also, inside/outside is determine parametrically. That is, a point is inside if it satisfies parametric limits. This can cause problems for cells of topological dimension 2 or less, since a point in 3D can project onto the cell within parametric limits but be "far" from the cell. Thus the value dist2 may be checked to determine true in/out. V.EvaluateLocation(int, [float, float, float], [float, float, float], [float, ...]) C++: void EvaluateLocation(int &subId, double pcoords[3], double x[3], double *weights) override; Determine global coordinate (x[3]) from subId and parametric coordinates. Also returns interpolation weights. (The number of weights is equal to the number of points in the cell.) V.IntersectWithLine([float, float, float], [float, float, float], float, float, [float, float, float], [float, float, float], int) -> int C++: int IntersectWithLine(double p1[3], double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId) override; Intersect with a ray. Return parametric coordinates (both line and cell) and global intersection coordinates, given ray definition p1[3], p2[3] and tolerance tol. The method returns non-zero value if intersection occurs. A parametric distance t between 0 and 1 along the ray representing the intersection point, the point coordinates x[3] in data coordinates and also pcoords[3] in parametric coordinates. subId is the index within the cell if a composed cell like a triangle strip. V.Triangulate(int, vtkIdList, vtkPoints) -> int C++: int Triangulate(int index, vtkIdList *ptIds, vtkPoints *pts) override; Generate simplices of proper dimension. If cell is 3D, tetrahedron are generated; if 2D triangles; if 1D lines; if 0D points. The form of the output is a sequence of points, each n+1 points (where n is topological cell dimension) defining a simplex. The index is a parameter that controls which triangulation to use (if more than one is possible). If numerical degeneracy encountered, 0 is returned, otherwise 1 is returned. This method does not insert new points: all the points that define the simplices are the points that define the cell. V.Derivatives(int, [float, float, float], [float, ...], int, [float, ...]) C++: void Derivatives(int subId, double pcoords[3], double *values, int dim, double *derivs) override; Compute derivatives given cell subId and parametric coordinates. The values array is a series of data value(s) at the cell points. There is a one-to-one correspondence between cell point and data value(s). Dim is the number of data values per cell point. Derivs are derivatives in the x-y-z coordinate directions for each data value. Thus, if computing derivatives for a scalar function in a hexahedron, dim=1, 8 values are supplied, and 3 deriv values are returned (i.e., derivatives in x-y-z directions). On the other hand, if computing derivatives of velocity (vx,vy,vz) dim=3, 24 values are supplied ((vx,vy,vz)1, (vx,vy,vz)2, ....()8), and 9 deriv values are returned ((d(vx)/dx),(d(vx)/dy),(d(vx)/dz), (d(vy)/dx),(d(vy)/dy), (d(vy)/dz), (d(vz)/dx),(d(vz)/dy),(d(vz)/dz)). HHH$H$H9t HtH$HtH$H9tHH$H$H9t HtHH}HEH9t HtHPHXH9t HtH{   Az 8 " 7HDGCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0GNUzRx 0DXl  EDPa AE OEY B j(EAD`n AAF ,ED@ AG PED@ AG tED@ AG ED@ AG (FAD` ABG (FAD` ABG 0nFAA D`  AABH HgFD@ EE lMFF0OFDD n ABA DDBzPLRx P$FBB B(A0D8Gq 8D0A(B BBBJ xF8htFBB A(Dp (A BBBG l$FBB B(A0A8G 8A0A(B BBBD GUArJTALHFBB B(A0A8G 8D0A(B BBBE '@DEC P G e...R. < tFBB B(A0A8D 8A0A(B BBBA HDAKEKAAIh6FBB B(A0A8G 8A0A(B BBBK KDDBAKKGDDBAI@FBB A(A0D 0A(A BBBI     M v    5 p]  n g"$` 0 0 !\F Pt $ F'R Dm< # %6 )"$38 =B(GLQ1V=[N`_epkxqw}*7CK""$"J"p""" ;J"O;Qp M O ".!&Jk5  S r     Q p  j        ! 6 I Y _ZL24PyvtkEmptyCell_StaticNewv_ZL27PyvtkEmptyCell_SafeDownCastP7_objectS0__ZL23PyvtkEmptyCell_IsTypeOfP7_objectS0__ZL26PyvtkEmptyCell_GetCellTypeP7_objectS0__ZL31PyvtkEmptyCell_GetNumberOfFacesP7_objectS0__ZL31PyvtkEmptyCell_GetCellDimensionP7_objectS0__ZL31PyvtkEmptyCell_GetNumberOfEdgesP7_objectS0__ZL22PyvtkEmptyCell_GetEdgeP7_objectS0__ZL22PyvtkEmptyCell_GetFaceP7_objectS0__ZL18PyvtkEmptyCell_IsAP7_objectS0__ZL26PyvtkEmptyCell_NewInstanceP7_objectS0__ZL19PyvtkEmptyCell_Type_ZL22PyvtkEmptyCell_Methods_GLOBAL__sub_I_vtkEmptyCellPython.cxx_ZL26PyvtkEmptyCell_DerivativesP7_objectS0__ZL26PyvtkEmptyCell_DerivativesP7_objectS0_.cold_ZL26PyvtkEmptyCell_TriangulateP7_objectS0__ZL32PyvtkEmptyCell_IntersectWithLineP7_objectS0__ZL31PyvtkEmptyCell_EvaluateLocationP7_objectS0__ZL31PyvtkEmptyCell_EvaluateLocationP7_objectS0_.cold_ZL31PyvtkEmptyCell_EvaluatePositionP7_objectS0__ZL31PyvtkEmptyCell_EvaluatePositionP7_objectS0_.cold_ZL19PyvtkEmptyCell_ClipP7_objectS0__ZL22PyvtkEmptyCell_ContourP7_objectS0__ZL27PyvtkEmptyCell_CellBoundaryP7_objectS0_.LC0.LC1.LC2.LC5.LC3.LC4.LC6.LC7.LC8.LC9.LC10.LC11.LC12.LC13.LC15.LC17.LC18.LC19.LC20.LC21.LC23.LC25.LC26.LC27.LC28.LC29.LC30.LC31.LC32.LC14_ZN12vtkEmptyCell11GetCellTypeEv_ZN12vtkEmptyCell16GetCellDimensionEv_ZN12vtkEmptyCell16GetNumberOfEdgesEv_ZN12vtkEmptyCell16GetNumberOfFacesEv_ZN12vtkEmptyCell7GetEdgeEi_ZN12vtkEmptyCell7GetFaceEi_ZN12vtkEmptyCell3NewEv_ZNK12vtkEmptyCell19NewInstanceInternalEv_ZN13vtkPythonArgs13ArgCountErrorEii_ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRbPyErr_Occurred_ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__stack_chk_fail_ZN12vtkEmptyCell3IsAEPKcstrcmp_ZN13vtkObjectBase8IsTypeOfEPKc_ZN13vtkPythonArgs8GetValueERPcPyLong_FromLong_ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1__GLOBAL_OFFSET_TABLE__ZN13vtkPythonArgs8GetValueERiPyVTKObject_CheckPyVTKObject_GetObjectPyVTKObject_SetFlagPyvtkEmptyCell_ClassNewPyVTKClass_AddPyvtkCell_ClassNewPyType_ReadyPyVTKAddFile_vtkEmptyCellPyDict_SetItemString_Py_DeallocDW.ref.__gxx_personality_v0_ZN13vtkPythonArgs10GetArgSizeEi_ZN13vtkPythonArgs5ArrayIdEC1El_ZdaPv_ZN13vtkPythonArgs8GetArrayEPdi_Py_NoneStruct_ZN12vtkEmptyCell11DerivativesEiPdS0_iS0__ZN13vtkPythonArgs8SetArrayEiPKdi_Unwind_Resume_ZN12vtkEmptyCell11TriangulateEiP9vtkIdListP9vtkPoints_ZN13vtkPythonArgs8GetValueERd_ZN12vtkEmptyCell17IntersectWithLineEPdS0_dRdS0_S0_Ri_ZN13vtkPythonArgs11SetArgValueEid_ZN13vtkPythonArgs11SetArgValueEii_ZN12vtkEmptyCell16EvaluateLocationERiPdS1_S1__ZN12vtkEmptyCell16EvaluatePositionEPdS0_RiS0_RdS0__ZN13vtkPythonArgs8GetValueERx_ZN12vtkEmptyCell4ClipEdP12vtkDataArrayP26vtkIncrementalPointLocatorP12vtkCellArrayP12vtkPointDataS7_P11vtkCellDataxS9_i_ZN12vtkEmptyCell7ContourEdP12vtkDataArrayP26vtkIncrementalPointLocatorP12vtkCellArrayS5_S5_P12vtkPointDataS7_P11vtkCellDataxS9__ZN12vtkEmptyCell12CellBoundaryEiPdP9vtkIdListPyType_TypePyVTKObject_DeletePyVTKObject_ReprPyVTKObject_StringPyObject_GenericGetAttrPyObject_GenericSetAttrPyVTKObject_AsBufferPyVTKObject_TraversePyVTKObject_GetSetPyVTKObject_NewPyObject_GC_Del,+`Q,R-STSU .JQ}Y-W/WSZ0WXU1^Q[SZ*IU2>Qa[wSZ*LU3QA[WSdZ}*JU4Q![7SDZ]*KjU5Q[+]L*MSS`TU6 Q1[K]l*NsSTU76Qa[{Y*V-W/WSZ0W X UB 8 Q [ *P O - S T( ^8 _U `d S U ) - * b ) c ) d a - fc 9 i j i jS Qx k k [ ] l1 lF ]\ lS)S7SR*mwnSooo)Uw:Q];)R=<ERsSZ[rU=nQ[llss<l\ly]!SSSZt$S>oHShorSoSouvU0>{ijQk1[Oidj]lllSSS*mw S,o6SVovoU?WiljijQ$kAkq[ll]l(s>lr S S S3!SA!SV!Zy!S!o!S!o "x_"vy"u"o"o"U:#@#Q#s#A#R#B$R$C!$R3$DE$Rc$Ru$E$R$y$E$R%]m%S}%*m%[%z%U%FZ&Q&s&A&R&B&R&C'R*'RM'Rd'Dw'R'R'E'R!(y((E@(R(S(*m([({)U8)G)Q)[)])l*;*R*S*Z*|*S*o*UO+ g5AB"#iO-W&/+W90>WKXH)k:kBqakiqkkq}0~X8@ (  (8@ HX` h xp 1 N0 _ =0 pp  x(8(@ KH)X` Ch%xh #h  (    P  (0 88p 4H\p  0TxpL p  h0 HQ lP!(hFqBJmk#l%).symtab.strtab.shstrtab.rela.text.data.bss.text._ZN12vtkEmptyCell11GetCellTypeEv.text._ZN12vtkEmptyCell16GetCellDimensionEv.text._ZN12vtkEmptyCell16GetNumberOfEdgesEv.text._ZN12vtkEmptyCell16GetNumberOfFacesEv.text._ZN12vtkEmptyCell7GetEdgeEi.text._ZN12vtkEmptyCell7GetFaceEi.rela.text._ZNK12vtkEmptyCell19NewInstanceInternalEv.rodata.str1.1.rodata._ZN12vtkEmptyCell3IsAEPKc.str1.1.rela.text._ZN12vtkEmptyCell3IsAEPKc.rodata.str1.8.rela.text.startup.rela.init_array.rela.text.unlikely.gcc_except_table.rela.data.rel.rela.data.rel.local.rela.data.rel.local.DW.ref.__gxx_personality_v0.comment.note.GNU-stack.note.gnu.property.rela.eh_frame.group@-IH-JP-KX-L`-Mh-Np -P| -V -h *@m- &+,+1+X+++++%+  @Ј-U2+Xd2Q-p-O@-2-H@0-H@-H@؉-IsJ @ -"K` @-$4N/@Ȑ-&`0N,i4Ny8N XN0@-+T .I Hai