ELF>r@@.-  $%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@HH8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(u9H8HHuҐHuHHff.@SH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(u7H0[fDHHuӐHuHcSH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(u7H0[fDHHuӐHuHcSH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(uUH0[fDHHuӐt_8HuHcDHHH;tЉfUH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(uVH@]f.HHuϐHt$ H|$tt$ HHuHHDUH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(uUH@]f.HHuϐHt$ H|$tt$ HHuHcfDUH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(H@]fDHHuϐHt$ H|$tD$$t$ t19u8tHEu8HHuHHDHEHH;u;u8tˉu8HfH@H8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(H8@HHuҐHtAHH;uI8t G8HuHHHH;t@fH8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(H8@HHuҐHtAHH;uIG8t G8HuHHfDHH;t@1DATUSH@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ЉfATH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$uDH(HtD$9D$tIH11E1HD$(dH+%(H0LA\@HHufHHRxH;IMtoI$H5LPtZHuLIHoHbL1HHP@L8fE1H"DIjfAV1IAUATUSHpfnFdH%(HD$hHG~H%fn)fbt;H51HT$hdH+%(fHp[]A\A]A^H Ht$ HL$(T$8fD$0HIh(Ht%D$0+D$4H|$ 1fHHt$ H\$(T$8fD$0H,Hl$ Mp(1HH|$@4AHcLl$@EugM5D$0+D$4HH|$@1HT$HH9HHD$HD$fIcI\fDHt$H|$ t$HHHHnf.Ht$HPDLH:EIUHH)H[AD$MD1HfDAoTHH9uDAt4AtH4HA9~ALLA9~ ADDt$LLE~1Ic1fHH9t A9LtHIH|$@1MSHHCLIHH|$ H|$@4HcH|$@1IL1LIH1D1ATHH9uDLH#HAV1AUATUSHĀHNdH%(HD$x1HGAfnH%fnA)fbAtA5HHt$0H\$8T$HfD$@HAHo(Ht%D$@+D$DGH|$01HT$xdH+%({H[]A\A]A^HHt$0H\$8L$@T$DT$HHHl$0Lw(11HH|$P4AHcLl$PEMD$@+D$DjHH|$P1HT$XH9BH9HD$HD$%fDH5D1 f.IcI\oHHf.Ld$0Ht$LHt$LHt$ LHt$$LtHt$(L_Ht$,LJHHD$4PDL$8DD$4L$0T$,t$(XZHHHfDDLHEIUHH)H=AD$/D1HAoTHH9uDAt4AtH4HA9~ALLA9~ ADDLLE~ 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) -> vtkExtentSplitter C++: static vtkExtentSplitter *SafeDownCast(vtkObjectBase *o) V.NewInstance() -> vtkExtentSplitter C++: vtkExtentSplitter *NewInstance() V.AddExtentSource(int, int, int, int, int, int, int, int) C++: void AddExtentSource(int id, int priority, int x0, int x1, int y0, int y1, int z0, int z1) V.AddExtentSource(int, int, [int, ...]) C++: void AddExtentSource(int id, int priority, int *extent) Add/Remove a source providing the given extent. Sources with higher priority numbers are favored. Source id numbers and priorities must be non-negative. V.RemoveExtentSource(int) C++: void RemoveExtentSource(int id) Add/Remove a source providing the given extent. Sources with higher priority numbers are favored. Source id numbers and priorities must be non-negative. V.RemoveAllExtentSources() C++: void RemoveAllExtentSources() Add/Remove a source providing the given extent. Sources with higher priority numbers are favored. Source id numbers and priorities must be non-negative. V.AddExtent(int, int, int, int, int, int) C++: void AddExtent(int x0, int x1, int y0, int y1, int z0, int z1) V.AddExtent([int, ...]) C++: void AddExtent(int *extent) Add an extent to the queue of extents to be split among the available sources. V.ComputeSubExtents() -> int C++: int ComputeSubExtents() Split the extents currently in the queue among the available sources. The queue is empty when this returns. Returns 1 if all extents could be read. Returns 0 if any portion of any extent was not available through any source. V.GetNumberOfSubExtents() -> int C++: int GetNumberOfSubExtents() Get the number of sub-extents into which the original set of extents have been split across the available sources. Valid after a call to ComputeSubExtents. V.GetSubExtent(int) -> (int, int, int, int, int, int) C++: int *GetSubExtent(int index) V.GetSubExtent(int, [int, ...]) C++: void GetSubExtent(int index, int *extent) Get the sub-extent associated with the given index. Use GetSubExtentSource to get the id of the source from which this sub-extent should be read. Valid after a call to ComputeSubExtents. V.GetSubExtentSource(int) -> int C++: int GetSubExtentSource(int index) Get the id of the source from which the sub-extent associated with the given index should be read. Returns -1 if no source provides the sub-extent. V.GetPointMode() -> int C++: virtual int GetPointMode() Get/Set whether "point mode" is on. In point mode, sub-extents are generated to ensure every point in the update request is read, but not necessarily every cell. This can be used when point data are stored in a planar slice per piece with no cell data. The default is OFF. V.SetPointMode(int) C++: virtual void SetPointMode(int _arg) Get/Set whether "point mode" is on. In point mode, sub-extents are generated to ensure every point in the update request is read, but not necessarily every cell. This can be used when point data are stored in a planar slice per piece with no cell data. The default is OFF. V.PointModeOn() C++: virtual void PointModeOn() Get/Set whether "point mode" is on. In point mode, sub-extents are generated to ensure every point in the update request is read, but not necessarily every cell. This can be used when point data are stored in a planar slice per piece with no cell data. The default is OFF. V.PointModeOff() C++: virtual void PointModeOff() Get/Set whether "point mode" is on. In point mode, sub-extents are generated to ensure every point in the update request is read, but not necessarily every cell. This can be used when point data are stored in a planar slice per piece with no cell data. The default is OFF. HHHDGCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0GNUzRx 0D X lEDPa AE <EY B W?<(EAD`j AAJ H@ I ED@ AG DED@ AG hED@ AG EDP AK EDP AK <EDP AG H@ E  H@ E 00^FAA D`  AABH dgFD@ EE zPLRx D$FGB A(A0Dg 0A(A BBBD l!XOFDB A(A0D 0A(A BBBA H\A !\FDB A(A0D 0A(A BBBA HEE_ p!MFF04OFDD n ABA DDBhM   %Wp30e<08@ jP ^ g !-O\!!`B! " > "in sx-}6M_u" " %B" q "<;Bb"?"<*[j?Qg{!$ - Q q      H u  M    pO    " 3 F ^ v     _ZL29PyvtkExtentSplitter_StaticNewv_ZL32PyvtkExtentSplitter_SafeDownCastP7_objectS0__ZL28PyvtkExtentSplitter_IsTypeOfP7_objectS0__ZL42PyvtkExtentSplitter_RemoveAllExtentSourcesP7_objectS0__ZL37PyvtkExtentSplitter_ComputeSubExtentsP7_objectS0__ZL41PyvtkExtentSplitter_GetNumberOfSubExtentsP7_objectS0__ZL32PyvtkExtentSplitter_GetPointModeP7_objectS0__ZL38PyvtkExtentSplitter_RemoveExtentSourceP7_objectS0__ZL38PyvtkExtentSplitter_GetSubExtentSourceP7_objectS0__ZL32PyvtkExtentSplitter_SetPointModeP7_objectS0__ZL31PyvtkExtentSplitter_PointModeOnP7_objectS0__ZL32PyvtkExtentSplitter_PointModeOffP7_objectS0__ZL23PyvtkExtentSplitter_IsAP7_objectS0__ZL31PyvtkExtentSplitter_NewInstanceP7_objectS0__ZL32PyvtkExtentSplitter_GetSubExtentP7_objectS0__ZL32PyvtkExtentSplitter_GetSubExtentP7_objectS0_.cold_ZL29PyvtkExtentSplitter_AddExtentP7_objectS0__ZL29PyvtkExtentSplitter_AddExtentP7_objectS0_.cold_ZL35PyvtkExtentSplitter_AddExtentSourceP7_objectS0__ZL35PyvtkExtentSplitter_AddExtentSourceP7_objectS0_.cold_ZL24PyvtkExtentSplitter_Type_ZL27PyvtkExtentSplitter_Methods_GLOBAL__sub_I_vtkExtentSplitterPython.cxx.LC0.LC1.LC2.LC4.LC3.LC5.LC6.LC7.LC8.LC9.LC10.LC11.LC12.LC13.LC14.LC15.LC16.LC18.LC20.LC22_ZN17vtkExtentSplitter12GetPointModeEv_ZN17vtkExtentSplitter12SetPointModeEi_ZN17vtkExtentSplitter3NewEv_ZNK17vtkExtentSplitter19NewInstanceInternalEv_ZN13vtkPythonArgs13ArgCountErrorEii_ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRbPyErr_Occurred_ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__stack_chk_fail_ZN17vtkExtentSplitter3IsAEPKcstrcmp_ZN13vtkObjectBase8IsTypeOfEPKc_ZN17vtkExtentSplitter11PointModeOnEv_GLOBAL_OFFSET_TABLE__ZN17vtkExtentSplitter12PointModeOffEv_ZN13vtkPythonArgs8GetValueERPcPyLong_FromLong_ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1__ZN17vtkExtentSplitter22RemoveAllExtentSourcesEv_Py_NoneStruct_ZN17vtkExtentSplitter17ComputeSubExtentsEv_ZN17vtkExtentSplitter21GetNumberOfSubExtentsEv_ZN13vtkPythonArgs8GetValueERi_ZN17vtkExtentSplitter18RemoveExtentSourceEi_ZN17vtkExtentSplitter18GetSubExtentSourceEiPyVTKObject_CheckPyVTKObject_GetObjectPyVTKObject_SetFlagDW.ref.__gxx_personality_v0_ZN13vtkPythonArgs13ArgCountErrorEiPKc_ZN13vtkPythonArgs10GetArgSizeEi_ZN13vtkPythonArgs5ArrayIiEC1El_ZdaPv_ZN17vtkExtentSplitter12GetSubExtentEi_ZN13vtkPythonArgs10BuildTupleEPKii_ZN13vtkPythonArgs8GetArrayEPii_ZN17vtkExtentSplitter12GetSubExtentEiPi_ZN13vtkPythonArgs8SetArrayEiPKii_Unwind_Resume_ZN17vtkExtentSplitter9AddExtentEiiiiii_ZN17vtkExtentSplitter9AddExtentEPi_ZN17vtkExtentSplitter15AddExtentSourceEiiiiiiii_ZN17vtkExtentSplitter15AddExtentSourceEiiPiPyvtkExtentSplitter_ClassNewPyVTKClass_AddPyvtkObject_ClassNewPyType_ReadyPyVTKAddFile_vtkExtentSplitterPyDict_SetItemString_Py_DeallocPyType_TypePyVTKObject_DeletePyVTKObject_ReprPyVTKObject_StringPyObject_GenericGetAttrPyObject_GenericSetAttrPyVTKObject_AsBufferPyVTKObject_TraversePyVTKObject_GetSetPyVTKObject_NewPyObject_GC_Del,'`?(@)ABAC *J?}J)E+EAKFC,M?qLMA*NC-?ALQOXAeKlC.?LPA%K,CQ/?LAK*; C10?LQRA*NC!1z?LQSAKC2j?LQA*N*<(CP3?L*<A *N" *G: C` 4 ? L *< A *N2 *IG Ct 5 ? L J> *DG )L EZ +_ Eh Ay K F C 6 ?I Lj *>u = ) A B T U V A Cy 7~ X 7 ?78YKZ?[Q\A ])Q?^_A"A<*NTLoYZL`Cn8?8Y*Zd?[8XLQQ(Q=QRQgQcA*N^kdA`A*NLY ZOC9 ?39jY}Z?[9X!LNQcQxQQQQQQe#A3*NIQ^Qt^#fLAZAt*NLYZ`C)%7)>&FhL%Ti^%cjg)l= [>m=)E&++E8F*<*<[b6[>bW[_b:%#n"H0oXpqrstuv8w@x-"x (P 8"@HX"x`h x"`"@"6""M" _(p8" @H X" `hx" u0" "@0"@ "a 4H\p   $Hpl00@ 4P h W &!.t!}O`WB~ 8pl#.symtab.strtab.shstrtab.rela.text.data.bss.text._ZN17vtkExtentSplitter12GetPointModeEv.text._ZN17vtkExtentSplitter12SetPointModeEi.rela.text._ZNK17vtkExtentSplitter19NewInstanceInternalEv.rodata.str1.1.rodata._ZN17vtkExtentSplitter3IsAEPKc.str1.1.rela.text._ZN17vtkExtentSplitter3IsAEPKc.rela.text._ZN17vtkExtentSplitter11PointModeOnEv.rela.text._ZN17vtkExtentSplitter12PointModeOffEv.rela.text.unlikely.gcc_except_table.rodata.str1.8.rela.text.startup.rela.init_array.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.groupx@+;xH+<xP +>x\ +Dxh +Gxt +Ix +W @`QX+&O,O1P^` @e+22 <@ex+1?,@Hf+b <]@`f+\c@xf+2H(p1@g0+1@8g+1 @Pg + @3  @ph+"`5 @l+$=0h5,F5V5 n5xi@m`+)0:X ,; E hp