ELF> @@98 !/0UH@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+%(utHH[]fHt$H|$tHl$H=HtHH=uHuHc@HUH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=HG(HtL$9L$t:H111HT$(dH+%(u4H0]fDHHuӐHh0HuHUH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=HG(HtL$9L$t:H111HT$(dH+%(u4H0]fDHHuӐHh8HuHUH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=HG(HtL$9L$t:H111HT$(dH+%(u8H0]fDHHuӐH@8Hh0HuHff.@SH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(uDHھLHHAWAVAUATUSHHVdH%(H$81HH$H$HGfnfn؉$fbfք$uWHo(Ht }H$1H$8dH+%(?HH[]A\A]A^A_HtHh(Ht$ H$1DL$L$LLrL$LLRH$L:L$LLH$LHHD$H$ LHH$LHHT$$HHEL$IL$$T$pH$f($d$P$8$l$`$t$h$0|$($(fL$@)L$xd$ l$Ht$X|$0T$8HT$RLLD$$@f($AXZf.$NHd$8f.$3-T$hf.$l$Xf.$mgt$Hf.$RL|$`f.$71HdT$f.$d$ f.$l$@f.$t$(f.$ zvut|$Pf.$(zcuaL$0f.$0zPuNHHIcvHL1LHuHھLHJHT$L.HLL$L4$L$wff.fUHAWAVAUATSHhHfnFdH%(HE1HHHHGfnȉfbfօKHH@(HLLHP4AHcHPHDžEtIcHHL4H}AHcHDžLuEtIcIHH~LLuE1MtHEI9tLHPHXH9t HtHEdH+%(IHeL[A\A]A^A_]LfDHHfDHLHHKDHL5HLHHH0LHHHLHHDLL xE~oHHCH9AD$DH1HDfHH9uDHAtH80@E~uHIFH9AEDH1Hf.fAHH9uDHAtAHHHLHLHHHAV f.XZf.xf. ~E~IHIc1fDHH9Gf.zt創HHef.0f.8f.@HE~DHIc1 HH9Af.zt䉝HOHHcLuIf.E1HcHLE딉HtH1LYLLHHD1AHH9uHcHHD1HH9uHDHھLDLLHHff.AUATUHHNdH%(H$1HGfnAH%HfnfbA)tdAH H4$HL$D$fD$HHo(HtvD$+D$H1QL H4$LL$L$D$D$HH(HtD$9D$\H111H$dH+%(HĐ]A\A]f.H5D1DHH(DLd$ ILLtfoT$ fo\$0LHfod$@)T$P)\$`)d$pD$ f.D$PD$Xf.D$(D$0f.D$`D$8f.D$hD$@f.D$pD$Hf.D$xzrupHHHfHHHHHLjf.HL1LkfDAV1IAUATUSHĀfnFdH%(HD$xHG~H%fn)fbtCH51HT$xdH+%(H[]A\A]A^H Ht$ HL$(T$8fD$0H\Ih(Ht|D$0+D$4"H|$ 1f.HHt$ H\$(T$8fD$0HtIx(HtD$49D$0}H|$ 111,H Ht$ HL$(T$8fD$0HHl$ Mp(1HH|$@4AHcLl$@EugMD$0+D$4HH|$@1HT$HH9HHD$HD$ufIcI\fDLIH1ADLIH H|$ H|$@4HcH|$@1IUL1KLIHx1DuHHH;t HcHHf.Ld$ Ht$L/HT$H5L|$H t$HHtfHt$H`DLHJHT$H5H|$H(E~WAD$IEH9D1HAoTHH9uDAt ITHËt$LLE~)Ic1 @HH9tH I9LtHtIIH|$@1M~HHnD1DITHHH9uzDLHHff.ATL%1HH5LuLHLA\ATIUHHtHH5LHugHHtHH5LHmtdHHtHH5LHmt&H]A\fDHmuHHH]A\HfDUH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(u|H0]fDHHuӐuGetNumberOfIds()vtkCell - abstract class to specify cell behavior Superclass: vtkObject vtkCell is an abstract class that specifies the interfaces for data cells. Data cells are simple topological elements like points, lines, polygons, and tetrahedra of which visualization datasets are composed. In some cases visualization datasets may explicitly represent cells (e.g., vtkPolyData, vtkUnstructuredGrid), and in some cases, the datasets are implicitly composed of cells (e.g., vtkStructuredPoints). @warning The #define VTK_CELL_SIZE is a parameter used to construct cells and provide a general guideline for controlling object execution. This parameter is not a hard boundary: you can create cells with more points. @sa vtkHexahedron vtkLine vtkPixel vtkPolyLine vtkPolyVertex vtkPolygon vtkQuad vtkTetra vtkTriangle vtkTriangleStrip vtkVertex vtkVoxel vtkWedge vtkPyramid vtkCommonDataModelPython.vtkCellV.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) -> vtkCell C++: static vtkCell *SafeDownCast(vtkObjectBase *o) V.NewInstance() -> vtkCell C++: vtkCell *NewInstance() V.Initialize(int, [int, ...], vtkPoints) C++: void Initialize(int npts, vtkIdType *pts, vtkPoints *p) V.Initialize(int, vtkPoints) C++: void Initialize(int npts, vtkPoints *p) V.Initialize() C++: virtual void Initialize() Initialize cell from outside with point ids and point coordinates specified. V.ShallowCopy(vtkCell) C++: virtual void ShallowCopy(vtkCell *c) Copy this cell by reference counting the internal data structures. This is safe if you want a "read-only" copy. If you modify the cell you might wish to use DeepCopy(). V.DeepCopy(vtkCell) C++: virtual void DeepCopy(vtkCell *c) Copy this cell by completely copying internal data structures. This is slower but safer than ShallowCopy(). V.GetCellType() -> int C++: virtual int GetCellType() Return the type of cell. V.GetCellDimension() -> int C++: virtual int GetCellDimension() Return the topological dimensional of the cell (0,1,2, or 3). V.IsLinear() -> int C++: virtual int IsLinear() Non-linear cells require special treatment beyond the usual cell type and connectivity list information. Most cells in VTK are implicit cells. V.RequiresInitialization() -> int C++: virtual int RequiresInitialization() Some cells require initialization prior to access. For example, they may have to triangulate themselves or set up internal data structures. V.IsExplicitCell() -> int C++: virtual int IsExplicitCell() Explicit cells require additional representational information beyond the usual cell type and connectivity list information. Most cells in VTK are implicit cells. V.RequiresExplicitFaceRepresentation() -> int C++: virtual int RequiresExplicitFaceRepresentation() Determine whether the cell requires explicit face representation, and methods for setting and getting the faces (see vtkPolyhedron for example usage of these methods). V.SetFaces([int, ...]) C++: virtual void SetFaces(vtkIdType *faces) V.GetFaces() -> (int, ...) C++: virtual vtkIdType *GetFaces() V.GetPoints() -> vtkPoints C++: vtkPoints *GetPoints() Get the point coordinates for the cell. V.GetNumberOfPoints() -> int C++: vtkIdType GetNumberOfPoints() Return the number of points in the cell. V.GetNumberOfEdges() -> int C++: virtual int GetNumberOfEdges() Return the number of edges in the cell. V.GetNumberOfFaces() -> int C++: virtual int GetNumberOfFaces() Return the number of faces in the cell. V.GetPointIds() -> vtkIdList C++: vtkIdList *GetPointIds() Return the list of point ids defining the cell. V.GetPointId(int) -> int C++: vtkIdType GetPointId(int ptId) For cell point i, return the actual point id. V.GetEdge(int) -> vtkCell C++: virtual vtkCell *GetEdge(int edgeId) Return the edge cell from the edgeId of the cell. V.GetFace(int) -> vtkCell C++: virtual vtkCell *GetFace(int faceId) Return the face cell from the faceId of the cell. V.CellBoundary(int, [float, float, float], vtkIdList) -> int C++: virtual int CellBoundary(int subId, double pcoords[3], vtkIdList *pts) Given parametric coordinates of a point, return the closest cell boundary, and whether the point is inside or outside of the cell. The cell boundary is defined by a list of points (pts) that specify a face (3D cell), edge (2D cell), or vertex (1D cell). If the return value of the method is != 0, then the point is inside the cell. V.EvaluatePosition([float, float, float], [float, ...], int, [float, float, float], float, [float, ...]) -> int C++: virtual int EvaluatePosition(double x[3], double *closestPoint, int &subId, double pcoords[3], double &dist2, double *weights) 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++: virtual void EvaluateLocation(int &subId, double pcoords[3], double x[3], double *weights) 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.Contour(float, vtkDataArray, vtkIncrementalPointLocator, vtkCellArray, vtkCellArray, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData) C++: virtual void Contour(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *verts, vtkCellArray *lines, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd) Generate contouring primitives. The scalar list cellScalars are scalar values at each cell point. The point locator is essentially a points list that merges points as they are inserted (i.e., prevents duplicates). Contouring primitives can be vertices, lines, or polygons. It is possible to interpolate point data along the edge by providing input and output point data - if outPd is nullptr, then no interpolation is performed. Also, if the output cell data is non-nullptr, the cell data from the contoured cell is passed to the generated contouring primitives. (Note: the CopyAllocate() method must be invoked on both the output cell and point data. The cellId refers to the cell from which the cell data is copied.) V.Clip(float, vtkDataArray, vtkIncrementalPointLocator, vtkCellArray, vtkPointData, vtkPointData, vtkCellData, int, vtkCellData, int) C++: virtual void Clip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *connectivity, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut) Cut (or clip) the cell based on the input cellScalars and the specified value. The output of the clip operation will be one or more cells of the same topological dimension as the original cell. The flag insideOut controls what part of the cell is considered inside - normally cell points whose scalar value is greater than "value" are considered inside. If insideOut is on, this is reversed. Also, if the output cell data is non-nullptr, the cell data from the clipped cell is passed to the generated contouring primitives. (Note: the CopyAllocate() method must be invoked on both the output cell and point data. The cellId refers to the cell from which the cell data is copied.) V.IntersectWithLine([float, float, float], [float, float, float], float, float, [float, float, float], [float, float, float], int) -> int C++: virtual int IntersectWithLine(double p1[3], double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId) 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++: virtual int Triangulate(int index, vtkIdList *ptIds, vtkPoints *pts) 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++: virtual void Derivatives(int subId, double pcoords[3], double *values, int dim, double *derivs) 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)). V.GetBounds([float, float, float, float, float, float]) C++: void GetBounds(double bounds[6]) V.GetBounds() -> (float, float, float, float, float, float) C++: double *GetBounds() Compute cell bounding box (xmin,xmax,ymin,ymax,zmin,zmax). Copy result into user provided array. V.GetLength2() -> float C++: double GetLength2() Compute Length squared of cell (i.e., bounding box diagonal squared). V.GetParametricCenter([float, float, float]) -> int C++: virtual int GetParametricCenter(double pcoords[3]) Return center of the cell in parametric coordinates. Note that the parametric center is not always located at (0.5,0.5,0.5). The return value is the subId that the center is in (if a composite cell). If you want the center in x-y-z space, invoke the EvaluateLocation() method. V.GetParametricDistance([float, float, float]) -> float C++: virtual double GetParametricDistance(double pcoords[3]) Return the distance of the parametric coordinate provided to the cell. If inside the cell, a distance of zero is returned. This is used during picking to get the correct cell picked. (The tolerance will occasionally allow cells to be picked who are not really intersected "inside" the cell.) V.IsPrimaryCell() -> int C++: virtual int IsPrimaryCell() Return whether this cell type has a fixed topology or whether the topology varies depending on the data (e.g., vtkConvexPointSet). This compares to composite cells that are typically composed of primary cells (e.g., a triangle strip composite cell is made up of triangle primary cells). V.GetParametricCoords() -> (float, ...) C++: virtual double *GetParametricCoords() Return a contiguous array of parametric coordinates of the points defining this cell. In other words, (px,py,pz, px,py,pz, etc..) The coordinates are ordered consistent with the definition of the point ordering for the cell. This method returns a non-nullptr pointer when the cell is a primary type (i.e., IsPrimaryCell() is true). Note that 3D parametric coordinates are returned no matter what the topological dimension of the cell. V.InterpolateFunctions([float, float, float], [float, ...]) C++: virtual void InterpolateFunctions(double pcoords[3], double *weight) Compute the interpolation functions/derivatives (aka shape functions/derivatives) No-ops at this level. Typically overridden in subclasses. V.InterpolateDerivs([float, float, float], [float, ...]) C++: virtual void InterpolateDerivs(double pcoords[3], double *derivs) H|$ HD$(H9t HtHH|$`HD$hH9t HtHH|$`HD$hH9t HtHH$H$H9t HtHH$H$H9t HtH$HtH$H9tHH}HEH9t HtHPHtHXH9tHH|$@HtHD$HH9tHl0z5z5zm8"{   A l  7e  HHHDh㈵>GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0GNUzRx  0DXl  EDPa AE  <EY B W(<EAD`j AAJ hED@ AG ED@ AG ED@ AG ED@ AG ED@ AG ED@ AG @ED@ AG dED@ AG ED@ AG ED@{ AK ED@{ AK ED@{ AK ED@{ AK <ED@ AG ` EDP AA  EDP AA (EAD` AAE 8sFBB A(Dp (A BBBG 0^FAA D`  AABH DgFD@ EE 0hFBA D  ABBE zPLRx D$FBB A(A0D 0D(A BBBG l!`(FBB B(A0A8D 8A0A(B BBBD EDA_hFBB B(A0A8G 8A0A(B BBBA KGBBAPL`sFBB B(A0A8G 8D0A(B BBBA !LsFBB B(A0A8G 8D0A(B BBBA $!LHFBB B(A0A8G 8D0A(B BBBC 'P FBB B(A0D8Gw 8D0A(B BBBD F\FBB B(A0A8G 8A0A(B BBBD %dA8EC P A g.. < 4FBA G  ABBK D,FGB A(A0Do 0A(A BBBD t!0 HFA4L FDD  ABG \ DBF   ED@ AG @ FBB A(A0D 0A(A BBBI @ FBB A(A0D 0A(A BBBI D EDP AK h EDP AK  )MrP "Bp ` &P R@ ~0 @ P `s5^T`g{#%#!` 3@ s`#!!#s#B!@'##c'T+ {#F05#<1=V?|# !*,&&E"FSpH J0K*, #,6BT_v" #)/5;AGM"(SY_e&k*q6wC}LQ^y#.19Mcw  "` " $ "J "d " " " " " "( "M r     "  0 " <D K k       ' N ]        ; ] !/y     d 1Pp2W~DHDAe~#8K[_ZL22PyvtkCell_SafeDownCastP7_objectS0__ZL18PyvtkCell_IsTypeOfP7_objectS0__ZL19PyvtkCell_GetPointsP7_objectS0__ZL21PyvtkCell_GetPointIdsP7_objectS0__ZL27PyvtkCell_GetNumberOfPointsP7_objectS0__ZL20PyvtkCell_GetLength2P7_objectS0__ZL32PyvtkCell_RequiresInitializationP7_objectS0__ZL18PyvtkCell_IsLinearP7_objectS0__ZL44PyvtkCell_RequiresExplicitFaceRepresentationP7_objectS0__ZL24PyvtkCell_IsExplicitCellP7_objectS0__ZL23PyvtkCell_IsPrimaryCellP7_objectS0__ZL26PyvtkCell_GetCellDimensionP7_objectS0__ZL21PyvtkCell_GetCellTypeP7_objectS0__ZL26PyvtkCell_GetNumberOfEdgesP7_objectS0__ZL26PyvtkCell_GetNumberOfFacesP7_objectS0__ZL18PyvtkCell_GetFacesP7_objectS0__ZL17PyvtkCell_GetEdgeP7_objectS0__ZL17PyvtkCell_GetFaceP7_objectS0__ZL20PyvtkCell_GetPointIdP7_objectS0__ZL21PyvtkCell_TriangulateP7_objectS0__ZL13PyvtkCell_IsAP7_objectS0__ZL21PyvtkCell_NewInstanceP7_objectS0__ZL22PyvtkCell_CellBoundaryP7_objectS0__ZL18PyvtkCell_SetFacesP7_objectS0__ZL18PyvtkCell_SetFacesP7_objectS0_.cold_ZL14PyvtkCell_ClipP7_objectS0__ZL17PyvtkCell_ContourP7_objectS0__ZL27PyvtkCell_InterpolateDerivsP7_objectS0__ZL27PyvtkCell_InterpolateDerivsP7_objectS0_.cold_ZL30PyvtkCell_InterpolateFunctionsP7_objectS0__ZL30PyvtkCell_InterpolateFunctionsP7_objectS0_.cold_ZL26PyvtkCell_EvaluateLocationP7_objectS0__ZL26PyvtkCell_EvaluateLocationP7_objectS0_.cold_ZL21PyvtkCell_DerivativesP7_objectS0__ZL21PyvtkCell_DerivativesP7_objectS0_.cold_ZL27PyvtkCell_IntersectWithLineP7_objectS0__ZL26PyvtkCell_EvaluatePositionP7_objectS0__ZL26PyvtkCell_EvaluatePositionP7_objectS0_.cold_ZL19PyvtkCell_GetBoundsP7_objectS0__ZL20PyvtkCell_InitializeP7_objectS0__ZL20PyvtkCell_InitializeP7_objectS0_.cold_ZL14PyvtkCell_Type_ZL17PyvtkCell_Methods_GLOBAL__sub_I_vtkCellPython.cxx_ZL29PyvtkCell_GetParametricCoordsP7_objectS0__ZL31PyvtkCell_GetParametricDistanceP7_objectS0__ZL29PyvtkCell_GetParametricCenterP7_objectS0__ZL18PyvtkCell_DeepCopyP7_objectS0__ZL21PyvtkCell_ShallowCopyP7_objectS0_.LC0.LC1.LC2.LC4.LC3.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.LC30.LC32.LC33.LC34.LC35.LC36.LC37.LC38.LC39.LC41.LC43.LC45.LC47.LC48.LC50.LC51.LC53.LC54.LC55.LC57.LC58.LC59.LC60.LC61.LC56_ZN7vtkCell8IsLinearEv_ZN7vtkCell22RequiresInitializationEv_ZN7vtkCell10InitializeEv_ZN7vtkCell14IsExplicitCellEv_ZN7vtkCell34RequiresExplicitFaceRepresentationEv_ZN7vtkCell8SetFacesEPx_ZN7vtkCell8GetFacesEv_ZN7vtkCell13IsPrimaryCellEv_ZN7vtkCell20InterpolateFunctionsEPdS0__ZN7vtkCell17InterpolateDerivsEPdS0__ZN13vtkPythonArgs13ArgCountErrorEii_ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRbPyErr_Occurred_ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__stack_chk_fail_ZNK7vtkCell19NewInstanceInternalEv_ZN9vtkObject3NewEv_ZN7vtkCell3IsAEPKcstrcmp_ZN13vtkObjectBase8IsTypeOfEPKc_ZN13vtkPythonArgs8GetValueERPcPyLong_FromLong_ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1_PyLong_FromLongLong_ZN7vtkCell10GetLength2EvPyFloat_FromDouble_GLOBAL_OFFSET_TABLE__ZN13vtkPythonArgs16PureVirtualErrorEv_Py_NoneStruct_ZN13vtkPythonUtil13ManglePointerEPKvPKcPyUnicode_FromString_ZN13vtkPythonArgs8GetValueERi_ZN13vtkPythonArgs12PrecondErrorEPKcPyVTKObject_CheckPyVTKObject_GetObjectPyVTKObject_SetFlag_ZN13vtkPythonArgs8GetArrayEPdi_ZN13vtkPythonArgs8SetArrayEiPKdiDW.ref.__gxx_personality_v0_ZN13vtkPythonArgs10GetArgSizeEi_ZN13vtkPythonArgs5ArrayIxEC1El_ZdaPv_ZN13vtkPythonArgs8GetArrayEPxi_ZN13vtkPythonArgs8SetArrayEiPKxi_Unwind_Resume_ZN13vtkPythonArgs8GetValueERd_ZN13vtkPythonArgs8GetValueERx_ZN13vtkPythonArgs5ArrayIdEC1El_ZN13vtkPythonArgs11SetArgValueEii_ZN13vtkPythonArgs11SetArgValueEid_ZN13vtkPythonArgs13ArgCountErrorEiPKc_ZN7vtkCell9GetBoundsEPd_ZN7vtkCell9GetBoundsEv_ZN13vtkPythonArgs10BuildTupleEPKdi_ZN7vtkCell10InitializeEiP9vtkPoints_ZN7vtkCell10InitializeEiPxP9vtkPointsPyvtkCell_ClassNewPyVTKClass_AddPyvtkObject_ClassNewPyType_ReadyPyVTKAddFile_vtkCellPyDict_SetItemString_Py_Dealloc_ZN7vtkCell19GetParametricCoordsEv_ZN7vtkCell21GetParametricDistanceEPd_ZN7vtkCell19GetParametricCenterEPd_ZN7vtkCell8DeepCopyEPS__ZN7vtkCell11ShallowCopyEPS_PyType_TypePyVTKObject_DeletePyVTKObject_ReprPyVTKObject_StringPyObject_GenericGetAttrPyObject_GenericSetAttrPyVTKObject_AsBufferPyVTKObject_TraversePyVTKObject_GetSetPyVTKObject_NewPyObject_GC_DelGP}HIJ:m}IKL>auM!5BIqN AOP^*Q>az*~R.Qgt*S1GTm*zT * 7 R *_  U   < I P  V   , 9 @ o W    ) 0 _ X      Q Y   *  *Z'1_[ (5?o\8EO]9^>Yjt_)Mfv`a$b*I K)DZc*%8IGThxdHq`Whre  Vr ***;Ef5N^gihijk)9kl* Kl%g2ThYxij;kFk  *. p m  ! !a!!!!!y"*"##*O#Y#t###n;$N$$$$$%A%W%%*z&&&*&&&#'p'o'' (.(t((((( )2)H) *** +*+6+@+_+r+++,pL,b,,,,-=-t------ .///0*0900001qv1111242O2t222F44445"5,5F5M5m5w55555&6r6666=7Z7w77778!8G8h8~8::;c;q;;;;;<!<9<<<<a=s==s=3>s;>I>t>>1?A?*Q?Y?o?????1@t6@c@t@@tAAtHA[AAAABB1B\BB*BB*BBaBC C)C?CSCa[CCCD!D*^DeDDEDIDFDDEDDEDDDIDEEu!E0Ev5EGEwOEsEEExF1FQFeFZjFrFFF*FFy1GaGGGH-HAHXH_HHzH!IFIIIIIJJAJ{JJJIJKK*$K+KQK|KKKIKL"L*4L;LQ(#(/'(>+(_0(0(<(<(qD(EI&K+86>W_~!)}E>0X8@ #  &(8@ HX` *h`xP ? 0K w J ` `  p   v(88 @ _HX ` hx   C  0   ,` BP  (P 88@ H@ X` 6hx ` @ Pp 6 5  (@'8@ H X(` Lh`x 0# & +( =p, T -  c(pH8.@ MHFX/` hx01 9E2 #4 @ 5 4H\p      @lP  Dhp ` P @ @0 d@P`H`l*(*,` @ *"L(!U*<p#y*D(B*^@'*f4(c=*X+a*(*0059*l(u*=?* (  *4 DP D > E F pHH  Jl 0K.symtab.strtab.shstrtab.rela.text.data.bss.text._ZN7vtkCell8IsLinearEv.text._ZN7vtkCell22RequiresInitializationEv.text._ZN7vtkCell10InitializeEv.text._ZN7vtkCell14IsExplicitCellEv.text._ZN7vtkCell34RequiresExplicitFaceRepresentationEv.text._ZN7vtkCell8SetFacesEPx.text._ZN7vtkCell8GetFacesEv.text._ZN7vtkCell13IsPrimaryCellEv.text._ZN7vtkCell20InterpolateFunctionsEPdS0_.text._ZN7vtkCell17InterpolateDerivsEPdS0_.rodata.str1.1.rela.text._ZNK7vtkCell19NewInstanceInternalEv.rodata._ZN7vtkCell3IsAEPKc.str1.1.rela.text._ZN7vtkCell3IsAEPKc.rodata.str1.8.rela.text.unlikely.gcc_except_table.rela.text.startup.rela.init_array.rela.data.rel.rela.data.rel.local.rodata.cst8.rela.data.rel.local.DW.ref.__gxx_personality_v0.comment.note.GNU-stack.note.gnu.property.rela.eh_frame.group#@6~#H6#P6#X6#`6#h6#p6#x6#6#6# 6# 6# 6 ?L@h16&L,L1M NMz M0M@MPM`M1pM TMM2M0P @629P PP<@x6 -2P>6AΆ-<@6#Pgb@06&zu@@6(  @X 6* @x 6,ȏ@p6/0Џ,  @ 64P7~ k*