ELF>U@@$#    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@H8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(uQH8HHuҐuHHH;uHuHHfUH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(uzH@]f.HHuϐHT$H|$H5|$tT$$uHUHH;uHuHHHHATUSH@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\AWAVAUATUSHhfnFdH%(HD$X1HHt$ HD$(HGfnȉD$8fbfD$0uSHo(Ht!D$0+D$4tMH|$ 1HT$XdH+%(8Hh[]A\A]A^A_@HHuȐLl$@Ld$ LLtLt$LLtD$4T$HD$@\$PfH~fI~D$ulHELLHD$f.D$@zcuafHnf.d$HzTuRfInf.l$PzEuCHtYHHHLLHD$fHuL1LfD$LfDUH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(uNH0]fDHHuӐu$HHHuH@HfUH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(uNH0]fDHHuӐu$HHHuH@HfSH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(uMH0[fDHHuӐu$HHuDf.H8fnFdH%(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@HH8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(uLH8HHuҐu$HHHuHH@ff.AV1AUATUHHHNdH%(HD$81HGAfnH%fnA)fbAt@AH5D1HT$8dH+%(HH]A\A]A^DL Ht$LL$L$ T$$T$(HzHo(HtD$ +D$$t|H|$1@H Ht$HL$T$(fD$ HHo(HPD$ +D$$H|$1&H5HT$ H|$|$ HT$$HEH@HHHLt$ Ll$LH5L|$ ILL|D$$T$ uwHELH@|fHHCf.HHu#f.H8H;HfLH HH@SafeDownCastvtkObjectBaseIsTypeOfBoxNodeBoxAllNodesvtkPolyDataIsANewInstanceGetNodeGeometryGetHierarchyGetLabelIdIsAtEndNextBeginvtkIdTypeArrayClearIteratorsAddIteratorvtkLabelHierarchyCompositeIteratorvtkLabelHierarchyCompositeIterator - Iterator over sub-iterators Superclass: vtkLabelHierarchyIterator Iterates over child iterators in a round-robin order. Each iterator may have its own count, which is the number of times it is repeated until moving to the next iterator. For example, if you initialize the iterator with it->AddIterator(A, 1); it->AddIterator(B, 3); The order of iterators will be A,B,B,B,A,B,B,B,... vtkRenderingLabelPython.vtkLabelHierarchyCompositeIteratorV.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) -> vtkLabelHierarchyCompositeIterator C++: static vtkLabelHierarchyCompositeIterator *SafeDownCast( vtkObjectBase *o) V.NewInstance() -> vtkLabelHierarchyCompositeIterator C++: vtkLabelHierarchyCompositeIterator *NewInstance() V.AddIterator(vtkLabelHierarchyIterator) C++: virtual void AddIterator(vtkLabelHierarchyIterator *it) V.AddIterator(vtkLabelHierarchyIterator, int) C++: virtual void AddIterator(vtkLabelHierarchyIterator *it, int count) Adds a label iterator to this composite iterator. The second optional argument is the number of times to repeat the iterator before moving to the next one round-robin style. Default is 1. V.ClearIterators() C++: virtual void ClearIterators() Remove all iterators from this composite iterator. V.Begin(vtkIdTypeArray) C++: void Begin(vtkIdTypeArray *) override; 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++: void Next() override; Advance the iterator. V.IsAtEnd() -> bool C++: bool IsAtEnd() override; Returns true if the iterator is at the end. V.GetLabelId() -> int C++: vtkIdType GetLabelId() override; Retrieves the current label id. V.GetHierarchy() -> vtkLabelHierarchy C++: vtkLabelHierarchy *GetHierarchy() override; Retrieve the current label hierarchy. V.GetNodeGeometry([float, float, float], float) C++: void GetNodeGeometry(double ctr[3], double &size) override; 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++: void BoxNode() override; Not implemented. V.BoxAllNodes(vtkPolyData) C++: void BoxAllNodes(vtkPolyData *) override; Not implemented. vtkLabelHierarchyIteratorvtkObjectUH=Hu]ÐHH=tHH=tH]HHHDGCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0GNUzRx 0DX l EDPa AE OEY B j(EAD`n AAF H@ I EDP AK 00nFAA D`  AABH dgFD@ EE MFF0OFDD n ABA DDBHFBB B(A0A8D 8A0A(B BBBE 8ED@ AG \ED@ AG ED@ AG H@ I EDP AK H@ I 8FDB A(Dpr (A BBBF $     6y8nrPgQ`@   Y   W\ afkpu$z,8DHTdq|(" " O" " &Ra"O#3h~M+8Oh} ( K      > ~    Q ] p         _ZL46PyvtkLabelHierarchyCompositeIterator_StaticNewv_ZL49PyvtkLabelHierarchyCompositeIterator_SafeDownCastP7_objectS0__ZL45PyvtkLabelHierarchyCompositeIterator_IsTypeOfP7_objectS0__ZL44PyvtkLabelHierarchyCompositeIterator_BoxNodeP7_objectS0__ZL48PyvtkLabelHierarchyCompositeIterator_BoxAllNodesP7_objectS0__ZL40PyvtkLabelHierarchyCompositeIterator_IsAP7_objectS0__ZL48PyvtkLabelHierarchyCompositeIterator_NewInstanceP7_objectS0__ZL41PyvtkLabelHierarchyCompositeIterator_Type_ZL44PyvtkLabelHierarchyCompositeIterator_Methods_GLOBAL__sub_I_vtkLabelHierarchyCompositeIteratorPython.cxx_ZL52PyvtkLabelHierarchyCompositeIterator_GetNodeGeometryP7_objectS0__ZL49PyvtkLabelHierarchyCompositeIterator_GetHierarchyP7_objectS0__ZL47PyvtkLabelHierarchyCompositeIterator_GetLabelIdP7_objectS0__ZL44PyvtkLabelHierarchyCompositeIterator_IsAtEndP7_objectS0__ZL41PyvtkLabelHierarchyCompositeIterator_NextP7_objectS0__ZL42PyvtkLabelHierarchyCompositeIterator_BeginP7_objectS0__ZL51PyvtkLabelHierarchyCompositeIterator_ClearIteratorsP7_objectS0__ZL48PyvtkLabelHierarchyCompositeIterator_AddIteratorP7_objectS0_.LC0.LC1.LC2.LC5.LC3.LC4.LC6.LC7.LC8.LC9.LC10.LC12.LC13.LC14.LC15.LC16.LC17.LC18.LC19.LC20.LC11_ZN34vtkLabelHierarchyCompositeIterator11AddIteratorEP25vtkLabelHierarchyIterator_ZN34vtkLabelHierarchyCompositeIterator7BoxNodeEv_ZN34vtkLabelHierarchyCompositeIterator11BoxAllNodesEP11vtkPolyData_ZN34vtkLabelHierarchyCompositeIterator3NewEv_ZNK34vtkLabelHierarchyCompositeIterator19NewInstanceInternalEv_ZN13vtkPythonArgs13ArgCountErrorEii_ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRbPyErr_Occurred_ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__stack_chk_fail_ZN34vtkLabelHierarchyCompositeIterator3IsAEPKcstrcmp_ZN13vtkObjectBase8IsTypeOfEPKc_ZN13vtkPythonArgs8GetValueERPcPyLong_FromLong_ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1__GLOBAL_OFFSET_TABLE__Py_NoneStructPyVTKObject_CheckPyVTKObject_GetObjectPyVTKObject_SetFlagPyvtkLabelHierarchyCompositeIterator_ClassNewPyVTKClass_AddPyvtkLabelHierarchyIterator_ClassNewPyType_ReadyPyVTKAddFile_vtkLabelHierarchyCompositeIteratorPyDict_SetItemString_Py_Dealloc_ZN13vtkPythonArgs8GetArrayEPdi_ZN13vtkPythonArgs8GetValueERd_ZN34vtkLabelHierarchyCompositeIterator15GetNodeGeometryEPdRd_ZN13vtkPythonArgs8SetArrayEiPKdi_ZN13vtkPythonArgs11SetArgValueEid_ZN34vtkLabelHierarchyCompositeIterator12GetHierarchyEvPyLong_FromLongLong_ZN34vtkLabelHierarchyCompositeIterator10GetLabelIdEvPyBool_FromLong_ZN34vtkLabelHierarchyCompositeIterator7IsAtEndEv_ZN34vtkLabelHierarchyCompositeIterator4NextEv_ZN34vtkLabelHierarchyCompositeIterator5BeginEP14vtkIdTypeArray_ZN34vtkLabelHierarchyCompositeIterator14ClearIteratorsEv_ZN13vtkPythonArgs13ArgCountErrorEiPKc_ZN13vtkPythonArgs8GetValueERi_ZN34vtkLabelHierarchyCompositeIterator11AddIteratorEP25vtkLabelHierarchyIteratoriPyType_TypePyVTKObject_DeletePyVTKObject_ReprPyVTKObject_StringPyObject_GenericGetAttrPyObject_GenericSetAttrPyVTKObject_AsBufferPyVTKObject_TraversePyVTKObject_GetSetPyVTKObject_NewPyObject_GC_Del,`9 :!;<;= "J9}A!?#?;B$?@=%]9C*5;*E=&J9qC':*6;*E=(f9CA*>!?#?; B&$+?7@J=r)9C *87(!7;D<XFhGH;=!JKLI.!9N*9C6PJQ;;*ER ; S/ T6 =a + 9 C ; < U =A , 9 C ; V W =! -n 9 C ; X Y = .M 9q C ; *E Z = /: 9a Cs 0 : ; *E [ = 1=9aC~;*E\= 2]C2929# :;;K*Ep#x:^CC *4'_1=7[O7!?&#+?9$>?K@3` 0aXbcdefgh8i@j  D(8 @HX `HhPx  (    8  |   q( 8 ( @dH@ X `Th`x  $ @ , 4H\p 4hP`<@ `     .symtab.strtab.shstrtab.rela.text.data.bss.text._ZN34vtkLabelHierarchyCompositeIterator11AddIteratorEP25vtkLabelHierarchyIterator.text._ZN34vtkLabelHierarchyCompositeIterator7BoxNodeEv.text._ZN34vtkLabelHierarchyCompositeIterator11BoxAllNodesEP11vtkPolyData.rela.text._ZNK34vtkLabelHierarchyCompositeIterator19NewInstanceInternalEv.rodata.str1.1.rodata.str1.8.rodata._ZN34vtkLabelHierarchyCompositeIterator3IsAEPKc.str1.1.rela.text._ZN34vtkLabelHierarchyCompositeIterator3IsAEPKc.rela.text.startup.rela.init_array.rela.data.rel.rela.data.rel.local.comment.note.GNU-stack.note.gnu.property.rela.eh_frame.groupq@!4qH!5qP!6qX !8qd !> p5@x<p!&,1  @J! V2e2 t2$O@K!@K0!(@K!@ @K !&  !@M!60",?"O" g#8b@Q(!H& "4 P0! (Sx