ELF>8x@@21()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@HATH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$uDH(HtD$9D$tIH11E1HD$(dH+%(H0LA\@HHufHHRxH;IMtoI$H5LPtZHuLIHoHbL1HHP@L8fE1H"DIjfH8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(uQH8HHuҐuHHH;uHuHHfSH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(uZH0[fDHHuӐtHuHHH;tЉff.fUH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(u]H0]fDHHuӐHtHuH뵐HHHH;tHf.UH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(uVH0]fDHHuӐtHo0HuH@HHH;tHSH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(uUH0[fDHHuӐt_HHuHcDHH(H;tЉfUH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(uzH@]f.HHuϐHT$H|$H5|$tT$$uHUHH;uHuHHHHUH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(H@]fDHHuϐHt$ H|$tD$$t$ t19uHtHEuHHHuHHDHEH H;u;uHtˉuHHfH@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ЉfAVAUATUHxVdH%(HD$h1HHt$0HD$8HGfnfnȉD$HfbfD$@uDHo(HttfH|$01HT$hdH+%(/Hx]A\A]A^HtHh(HtˋD$D H|$01Ll$PLd$0LLtLt$(LLxf(D$PHELL\$`HfD$)$\$f($f.D$PzcuaT$f.T$XzSuQ\$f.\$`zCuAHt"HHH@D$(LHuL1LT$@ff.@ATL%1HH5LuLHLA\ATIUHHt HH5LHtHmtH]A\HH]A\UH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(uzH@]f.HHuϐH5HT$H|$|$HtD$$u(HEHHuHH@HH8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(uLH8HHuҐu$HHuHH@ff.UH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(uzH@]f.HHuϐH5HT$H|$|$HtD$$u(HEHHuHH@HSH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(uXH0[fDHHuӐu,HfH~HufHnfH~ff.@USHfnFdH%(HD$x1HHt$HD$HGfnȉD$(fbfD$ uHHw(HtD$$9D$ tEH|$111HT$xdH+%(HĈ[]HHuʐuDHHl$0HI1Mt 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) -> vtkLabelHierarchyIterator C++: static vtkLabelHierarchyIterator *SafeDownCast( vtkObjectBase *o) V.NewInstance() -> vtkLabelHierarchyIterator C++: vtkLabelHierarchyIterator *NewInstance() V.Begin(vtkIdTypeArray) C++: virtual void Begin(vtkIdTypeArray *) Initializes the iterator. lastLabels is an array holding labels which should be traversed before any other labels in the hierarchy. This could include labels placed during a previous rendering or a label located under the mouse pointer. You may pass a null pointer. V.Next() C++: virtual void Next() Advance the iterator. V.IsAtEnd() -> bool C++: virtual bool IsAtEnd() Returns true if the iterator is at the end. V.GetPoint([float, float, float]) C++: virtual void GetPoint(double x[3]) Retrieves the current label location. V.GetSize([float, float]) C++: virtual void GetSize(double sz[2]) Retrieves the current label size. V.GetBoundedSize([float, float]) C++: virtual void GetBoundedSize(double sz[2]) Retrieves the current label maximum width in world coordinates. V.GetType() -> int C++: virtual int GetType() Retrieves the current label type. V.GetLabel() -> string C++: virtual vtkStdString GetLabel() Retrieves the current label string. V.GetUnicodeLabel() -> unicode C++: virtual vtkUnicodeString GetUnicodeLabel() Retrieves the current label as a unicode string. V.GetOrientation() -> float C++: virtual double GetOrientation() Retrieves the current label orientation. V.GetLabelId() -> int C++: virtual vtkIdType GetLabelId() Retrieves the current label id. V.GetHierarchy() -> vtkLabelHierarchy C++: virtual vtkLabelHierarchy *GetHierarchy() Get the label hierarchy associated with the current label. V.SetTraversedBounds(vtkPolyData) C++: virtual void SetTraversedBounds(vtkPolyData *) Sets a polydata to fill with geometry representing the bounding boxes of the traversed octree nodes. V.GetNodeGeometry([float, float, float], float) C++: virtual void GetNodeGeometry(double ctr[3], double &size) Retrieve the coordinates of the center of the current hierarchy node and the size of the node. Nodes are n-cubes, so the size is the length of any edge of the cube. This is used by BoxNode(). V.BoxNode() C++: virtual void BoxNode() Add a representation to TraversedBounds for the current octree node. This should be called by subclasses inside Next(). Does nothing if TraversedBounds is NULL. V.BoxAllNodes(vtkPolyData) C++: virtual void BoxAllNodes(vtkPolyData *) Add a representation for all existing octree nodes to the specified polydata. This is equivalent to setting TraversedBounds, iterating over the entire hierarchy, and then resetting TraversedBounds to its original value. V.SetAllBounds(int) C++: virtual void SetAllBounds(int _arg) Set/get whether all nodes in the hierarchy should be added to the TraversedBounds polydata or only those traversed. When non-zero, all nodes will be added. By default, AllBounds is 0. V.GetAllBounds() -> int C++: virtual int GetAllBounds() Set/get whether all nodes in the hierarchy should be added to the TraversedBounds polydata or only those traversed. When non-zero, all nodes will be added. By default, AllBounds is 0. HHH|$PH9tH|$0HD$@H9tHH|$0HD$@H9tHtQ&rP!HDGCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0GNUzRx 0D X l  EDPa AE  <EY B W(EAD`j AAJ ,gFD@ EE PH@ I lED@ AG ED@ AG ED@ AG ED@ AG EDP AK <EDP AG 0D^FAA D`  AABH 8xFBB A(D (A BBBA HFA0OFDD n ABA DDB EDP AK <H@ I XEDP AK |ED@ AG zPLRx ,$EAG AAH T+,pGFAD ABD  XED@ AG 8|FBA A(D (A ABBE 8FBA A(D (A ABBE DFBB A(A0D 0A(A BBBI   ; q g @  I    <*  ^[ p $& S   ! #A!+ pG!+ ) e @ $& 5>JOWbo| &,28>DJP V\$b,hn""" " !" P""HY" "< " W m        " B a    P H     O# 8 D     . !(J Q   5   ' C O i    %8I\t_ZL40PyvtkLabelHierarchyIterator_SafeDownCastP7_objectS0__ZL36PyvtkLabelHierarchyIterator_IsTypeOfP7_objectS0__ZL39PyvtkLabelHierarchyIterator_NewInstanceP7_objectS0__ZL32PyvtkLabelHierarchyIterator_NextP7_objectS0__ZL35PyvtkLabelHierarchyIterator_IsAtEndP7_objectS0__ZL38PyvtkLabelHierarchyIterator_GetLabelIdP7_objectS0__ZL40PyvtkLabelHierarchyIterator_GetHierarchyP7_objectS0__ZL40PyvtkLabelHierarchyIterator_GetAllBoundsP7_objectS0__ZL33PyvtkLabelHierarchyIterator_BeginP7_objectS0__ZL40PyvtkLabelHierarchyIterator_SetAllBoundsP7_objectS0__ZL31PyvtkLabelHierarchyIterator_IsAP7_objectS0__ZL43PyvtkLabelHierarchyIterator_GetNodeGeometryP7_objectS0__ZL32PyvtkLabelHierarchyIterator_Type_ZL35PyvtkLabelHierarchyIterator_Methods_GLOBAL__sub_I_vtkLabelHierarchyIteratorPython.cxx_ZL39PyvtkLabelHierarchyIterator_BoxAllNodesP7_objectS0__ZL35PyvtkLabelHierarchyIterator_BoxNodeP7_objectS0__ZL46PyvtkLabelHierarchyIterator_SetTraversedBoundsP7_objectS0__ZL42PyvtkLabelHierarchyIterator_GetOrientationP7_objectS0__ZL43PyvtkLabelHierarchyIterator_GetUnicodeLabelP7_objectS0__ZL43PyvtkLabelHierarchyIterator_GetUnicodeLabelP7_objectS0_.cold_ZL36PyvtkLabelHierarchyIterator_GetLabelP7_objectS0__ZL36PyvtkLabelHierarchyIterator_GetLabelP7_objectS0_.cold_ZL35PyvtkLabelHierarchyIterator_GetTypeP7_objectS0__ZL42PyvtkLabelHierarchyIterator_GetBoundedSizeP7_objectS0__ZL35PyvtkLabelHierarchyIterator_GetSizeP7_objectS0__ZL36PyvtkLabelHierarchyIterator_GetPointP7_objectS0_.LC0.LC1.LC2.LC4.LC3.LC5.LC6.LC7.LC8.LC9.LC10.LC11.LC12.LC13.LC14.LC15.LC17.LC18.LC19.LC20.LC21.LC22.LC24.LC26.LC27.LC28.LC29.LC16_ZN25vtkLabelHierarchyIterator5BeginEP14vtkIdTypeArray_ZN25vtkLabelHierarchyIterator4NextEv_ZN25vtkLabelHierarchyIterator7IsAtEndEv_ZN25vtkLabelHierarchyIterator10GetLabelIdEv_ZN25vtkLabelHierarchyIterator12GetHierarchyEv_ZN25vtkLabelHierarchyIterator12SetAllBoundsEi_ZN25vtkLabelHierarchyIterator12GetAllBoundsEv_ZN13vtkPythonArgs13ArgCountErrorEii_ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRbPyErr_Occurred_ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__stack_chk_fail_ZNK25vtkLabelHierarchyIterator19NewInstanceInternalEv_ZN9vtkObject3NewEv_ZN25vtkLabelHierarchyIterator3IsAEPKcstrcmp_ZN13vtkObjectBase8IsTypeOfEPKc_ZN13vtkPythonArgs8GetValueERPcPyLong_FromLong_ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1__GLOBAL_OFFSET_TABLE_PyVTKObject_CheckPyVTKObject_GetObjectPyVTKObject_SetFlag_Py_NoneStructPyBool_FromLongPyLong_FromLongLong_ZN13vtkPythonArgs8GetValueERi_ZN13vtkPythonArgs16PureVirtualErrorEv_ZN13vtkPythonArgs8GetArrayEPdi_ZN13vtkPythonArgs8GetValueERd_ZN13vtkPythonArgs11SetArgValueEid_ZN13vtkPythonArgs8SetArrayEiPKdiPyvtkLabelHierarchyIterator_ClassNewPyVTKClass_AddPyvtkObject_ClassNewPyType_ReadyPyVTKAddFile_vtkLabelHierarchyIteratorPyDict_SetItemString_Py_Dealloc_ZN25vtkLabelHierarchyIterator11BoxAllNodesEP11vtkPolyData_ZN25vtkLabelHierarchyIterator7BoxNodeEv_ZN25vtkLabelHierarchyIterator18SetTraversedBoundsEP11vtkPolyDataPyFloat_FromDouble_ZN25vtkLabelHierarchyIterator14GetOrientationEvDW.ref.__gxx_personality_v0_ZdlPv_ZN25vtkLabelHierarchyIterator15GetUnicodeLabelEv_ZNK16vtkUnicodeString8utf8_strERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPyUnicode_DecodeUTF8_Unwind_Resume_ZN25vtkLabelHierarchyIterator8GetLabelEvPyUnicode_FromStringAndSizePyErr_ClearPyBytes_FromStringAndSize_ZN25vtkLabelHierarchyIterator7GetTypeEv_ZN25vtkLabelHierarchyIterator14GetBoundedSizeEPd_ZN25vtkLabelHierarchyIterator7GetSizeEPd_ZN25vtkLabelHierarchyIterator8GetPointEPdPyType_TypePyVTKObject_DeletePyVTKObject_ReprPyVTKObject_StringPyObject_GenericGetAttrPyObject_GenericSetAttrPyVTKObject_AsBufferPyVTKObject_TraversePyVTKObject_GetSetPyVTKObject_NewPyObject_GC_Del.PQ}/R0STSU1:Qm[}0Y2YS\ZU3?Qi]*VW0ST_`aS3U`4Q]*KS*bUA5Q]Sc*LU16~Q]Sd*MU!7nQ]ST*NU8NQq]S\*PU9:Qa]}:R*JS*bU;J Qq ] e S *b *O U4 < Q ] [ *X 0 Y 2 Y( S9 \T Zj U = Q ]5 fV gj h S S *b i S- j4 UY ,b 0i -q lw , m , n k 0 p>jQ]?RS*brU @mQ]S*bsUAZQ]?RS*btUB^Q]SuvUCUQ]Sxyz"{6xEUDQ ]3SYxn~UE.QQ]pS}\UFQI]vgS*bS(j/UfGQ]gmS}*bSjUHaQ]g'S7*bUiSjU qQ"]" "'W0Y&2+Y8ZI, xx'};xC}0X8@ 5  ( 8@ HX` >hxP | J@ O @ , $@  (8@ HX` hpxp  ` W b0    (p 8 @ HX ` h x    o| 4H\p   0T@p $H |p P   @\w$"$p$!@"+I$:\@.symtab.strtab.shstrtab.rela.text.data.bss.text._ZN25vtkLabelHierarchyIterator5BeginEP14vtkIdTypeArray.text._ZN25vtkLabelHierarchyIterator4NextEv.text._ZN25vtkLabelHierarchyIterator7IsAtEndEv.text._ZN25vtkLabelHierarchyIterator10GetLabelIdEv.text._ZN25vtkLabelHierarchyIterator12GetHierarchyEv.text._ZN25vtkLabelHierarchyIterator12SetAllBoundsEi.text._ZN25vtkLabelHierarchyIterator12GetAllBoundsEv.rodata.str1.1.rela.text._ZNK25vtkLabelHierarchyIterator19NewInstanceInternalEv.rodata._ZN25vtkLabelHierarchyIterator3IsAEPKc.str1.1.rela.text._ZN25vtkLabelHierarchyIterator3IsAEPKc.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=@/J=H/K=P/L=X/M=`/N=h/O=p/P=x /V= /X= /w @8T(/ &+,+10n@P ` p 1f25 @`h/2 '<"@xhx/T2@h,c@h0/{-v@ i/-G@8ix/!W-B- @i /$@/ @j0/& 2@q/(0(2, T2X2 3x28.@q/-7 0J HEtD