ELF>E@@  AWAVAUATUSHVdH%(H$1HHt$PHD$XHGfnfnȉD$hfbfD$`uSL(MttuH|$P1H$dH+%(H[]A\A]A^A_fDHtLx(MtD$dTH|$P1Hl$PHt$HHtL$HLiL$HLILt$pHL,D$xfnl$tML$\$pLLf($D$,T$8IHt$H$fD$$$)$T$ \$d$0f~l$(f($f.$|$f.$T$8f.$t$f.$|$ f.$\$0f.$;\$puZD$(;D$tuPD$,9D$xuFHHHHiLHOHuLHHqLHWT$`:ff.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+%(utHH[]fHt$H|$tHl$H=HtHH=uHuHc@HSH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(u7H0[fDHHuӐHuHcH8VdH%(HD$(1HH4$HD$HGfnfnȉD$fbfD$u4H(HttOH111HT$(dH+%(uQH8@HtHx(HtҋD$t2H1HHuHHT$DUH@VdH%(HD$81HHt$HD$HGfnfnȉD$(fbfD$ u:Ho(Htt\H|$1HT$8dH+%(utH@]HtHh(HtՋD$$tXH|$1Ht$ H|$tHEt$ HHuHH|T$ S@ATUSH@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ЉfAWAVAUATUSHVdH%(HD$x1HHt$0HD$8HGfnfnȉD$HfbfD$@uNL(MttpH|$01HT$xdH+%(cHĈ[]A\A]A^A_@HtLx(MtD$D3H|$01Ld$`Hl$0LHtLl$PHLiD$Xf(D$`LL\$pDt$TLD$$IfD$\$P)$\$(f($f.D$`zxuvT$f.T$hzhuf\$(f.\$pzXuV;\$Pu/D;t$Tu(D$$9D$XuHHHHuعLHHuL1HT$@`DAWAVAUATUSHVdH%(H$1HHt$PHD$XHGfnfnȉD$hfbfD$`uSL(MttuH|$P1H$dH+%(H[]A\A]A^A_fDHtLx(MtD$dTH|$P1Hl$PHt$HHtL$HLiL$HLILt$pHL,D$xfnl$tML$\$pLLf($D$,T$8IHt$H$fD$$$)$T$ \$d$0f~l$(f($f.$|$f.$T$8f.$t$f.$|$ f.$\$0f.$;\$puZD$(;D$tuPD$,9D$xuFHHHHiLHOHuLHHqLHWT$`:ff.ATH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$uDH(HtD$9D$tIH11E1HD$(dH+%(H0LA\@HHufHHRxH;IMtoI$H5LPtZHuLIHoHbL1HHP@L8fE1H"DIjfATL%1HH5LuLHLA\ATIUHHt HH5LHtHmtH]A\HH]A\InsertPointWithMergeSafeDownCastvtkObjectBasevtkHyperOctreePointsGrabberIsTypeOfGetDimensionInitPointInsertionSetDimensionIsAInsertPoint2DInsertPointNewInstancevtkObjectUH=Hu]ÐHH=tH]vtkHyperOctreePointsGrabber - An object used by filters to store points computed on face or edge of an hyperoctant. Superclass: vtkObject It is an abstract class. vtkClipHyperOctree and vtkHyperOctreeCutter use vtkHyperOctreeClipCutPointsGrabber vtkHyperOctreeContourFilter use an internal one: vtkHyperOctreeContourFilterPointsGrabber. @sa vtkHyperOctree, vtkHyperOctreeClipCutPointsGrabber, vtkClipHyperOctree, vtkHyperOctreeCutter vtkCommonDataModelPython.vtkHyperOctreePointsGrabberV.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) -> vtkHyperOctreePointsGrabber C++: static vtkHyperOctreePointsGrabber *SafeDownCast( vtkObjectBase *o) V.NewInstance() -> vtkHyperOctreePointsGrabber C++: vtkHyperOctreePointsGrabber *NewInstance() V.GetDimension() -> int C++: int GetDimension() Return the dimension of the hyperoctree. \post valid_result: (result==2 || result==3) V.SetDimension(int) C++: virtual void SetDimension(int dim) Set the dimension of the hyperoctree. \pre valid_dim: (dim==2 || dim==3) \post is_set: GetDimension()==dim V.InitPointInsertion() C++: virtual void InitPointInsertion() Initialize the points insertion scheme. Actually, it is just a trick to initialize the IdSet from the filter. The IdSet class cannot be shared with the filter because it is a Pimpl. It is used by clip,cut and contour filters to build the points that lie on an hyperoctant. \pre only_in_3d: GetDimension()==3 V.InsertPoint(int, [float, float, float], [float, float, float], [int, int, int]) C++: virtual void InsertPoint(vtkIdType ptId, double pt[3], double pcoords[3], int ijk[3]) Insert a point, assuming the point is unique and does not require a locator. Tt does not mean it does not use a locator. It just mean that some implementation may skip the use of a locator. V.InsertPointWithMerge(int, [float, float, float], [float, float, float], [int, int, int]) C++: virtual void InsertPointWithMerge(vtkIdType ptId, double pt[3], double pcoords[3], int ijk[3]) Insert a point using a locator. V.InsertPoint2D([float, float, float], [int, int, int]) C++: virtual void InsertPoint2D(double pt[3], int ijk[3]) Insert a point in the quadtree case. HHHDGCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0GNUzRx H4FBB B(A0A8G 8A0A(B BBBG h |EDPa AE <EY B W(EAD`j AAJ ED@ AG H@{ E , EDP AA 0P^FAA D`  AABH H FBB B(A0A8G 8A0A(B BBBE H4FBB B(A0A8G 8A0A(B BBBG gFD@ EE @HFA0\OFDD n ABA DDB4E@  7 s^ 0 4pgY` "0L Ub u% +P 0?a"  G" <pw)?SHz0O%8Ph}_ZL50PyvtkHyperOctreePointsGrabber_InsertPointWithMergeP7_objectS0__ZL42PyvtkHyperOctreePointsGrabber_SafeDownCastP7_objectS0__ZL38PyvtkHyperOctreePointsGrabber_IsTypeOfP7_objectS0__ZL42PyvtkHyperOctreePointsGrabber_GetDimensionP7_objectS0__ZL48PyvtkHyperOctreePointsGrabber_InitPointInsertionP7_objectS0__ZL42PyvtkHyperOctreePointsGrabber_SetDimensionP7_objectS0__ZL33PyvtkHyperOctreePointsGrabber_IsAP7_objectS0__ZL43PyvtkHyperOctreePointsGrabber_InsertPoint2DP7_objectS0__ZL41PyvtkHyperOctreePointsGrabber_InsertPointP7_objectS0__ZL41PyvtkHyperOctreePointsGrabber_NewInstanceP7_objectS0__ZL34PyvtkHyperOctreePointsGrabber_Type_ZL37PyvtkHyperOctreePointsGrabber_Methods_GLOBAL__sub_I_vtkHyperOctreePointsGrabberPython.cxx.LC0.LC1.LC2.LC3.LC5.LC4.LC6.LC7.LC8.LC9.LC10.LC11.LC12.LC13_ZN13vtkPythonArgs13ArgCountErrorEii_ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1__ZN13vtkPythonArgs16PureVirtualErrorEv_ZN13vtkPythonArgs8GetValueERx_ZN13vtkPythonArgs8GetArrayEPdi_ZN13vtkPythonArgs8GetArrayEPiiPyErr_Occurred_GLOBAL_OFFSET_TABLE__Py_NoneStruct_ZN13vtkPythonArgs8SetArrayEiPKdi_ZN13vtkPythonArgs8SetArrayEiPKii__stack_chk_fail_ZNK27vtkHyperOctreePointsGrabber19NewInstanceInternalEv_ZN9vtkObject3NewEv_ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRb_ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase_ZN27vtkHyperOctreePointsGrabber3IsAEPKcstrcmp_ZN13vtkObjectBase8IsTypeOfEPKc_ZN13vtkPythonArgs8GetValueERPcPyLong_FromLong_ZN27vtkHyperOctreePointsGrabber12GetDimensionEv_ZN13vtkPythonArgs8GetValueERiPyVTKObject_CheckPyVTKObject_GetObjectPyVTKObject_SetFlagPyvtkHyperOctreePointsGrabber_ClassNewPyVTKClass_AddPyvtkObject_ClassNewPyType_ReadyPyVTKAddFile_vtkHyperOctreePointsGrabberPyDict_SetItemString_Py_DeallocPyType_TypePyVTKObject_DeletePyVTKObject_ReprPyVTKObject_StringPyObject_GenericGetAttrPyObject_GenericSetAttrPyVTKObject_AsBufferPyVTKObject_TraversePyVTKObject_GetSetPyVTKObject_NewPyObject_GC_Del.%&'()2)O*+*-+.+/+.'0\%3+4+0=z%866+9701~%&:+909%Y&w'+*-0$%A&a'{;+*-0 F%q&8*566+9 7 0K ! % & ' )/ * + *- + / + . 0^ " % & '& (B )b ) * + *- +.+(//+M.W0#% &**152HW+d4x<=>+0@AB??NYD{E26&+687$F0GXHIJKLMN8O@PL  (8@H@X`hpxUupb 0  ( 8 l@ 0T 0 pD`0.symtab.strtab.shstrtab.rela.text.data.bss.rodata.str1.1.rela.text._ZNK27vtkHyperOctreePointsGrabber19NewInstanceInternalEv.rodata._ZN27vtkHyperOctreePointsGrabber3IsAEPKc.str1.1.rela.text._ZN27vtkHyperOctreePointsGrabber3IsAEPKc.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@ 1L 5 `@2 &,12E @@=2 <@>x 2 @>0@>( #@> 7`` 2@?G0,P` x s@Bh"% H*(D