ELF>Ȭ@@ SH@dH%(HD$81HHt$HD$HFHD$$D$ t0H|$1HT$8dH+%(uEH@[@H|$HT$H5|$HtHuHcSH@dH%(HD$81HHt$HD$HFHD$$D$ t0H|$1HT$8dH+%(uEH@[@H|$HT$H5|$HtHuHcSH@dH%(HD$81HHt$HD$HFHD$$D$ t0H|$1HT$8dH+%(uEH@[@H|$HT$H5|$HtHuHcUH@dH%(HD$81HHt$HD$HFHD$$D$ t0H|$1HT$8dH+%(uhH@]@HT$H|$H5|$HtHt+HH5HPtHuH1Huff.fAUATUHpdH%(HD$h1HHt$HD$HFHD$$D$ t 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) -> vtkStreamingDemandDrivenPipeline C++: static vtkStreamingDemandDrivenPipeline *SafeDownCast( vtkObjectBase *o) V.NewInstance() -> vtkStreamingDemandDrivenPipeline C++: vtkStreamingDemandDrivenPipeline *NewInstance() V.Update() -> int C++: int Update() override; V.Update(int) -> int C++: int Update(int port) override; V.Update(int, vtkInformationVector) -> int C++: virtual int Update(int port, vtkInformationVector *requests) Bring the outputs up-to-date. V.UpdateWholeExtent() -> int C++: virtual int UpdateWholeExtent() Bring the outputs up-to-date. V.PropagateUpdateExtent(int) -> int C++: int PropagateUpdateExtent(int outputPort) Propagate the update request from the given output port back through the pipeline. Should be called only when information is up to date. V.PropagateTime(int) -> int C++: int PropagateTime(int outputPort) Propagate time through the pipeline. this is a special pass only necessary if there is temporal meta data that must be updated V.UpdateTimeDependentInformation(int) -> int C++: int UpdateTimeDependentInformation(int outputPort) Propagate time through the pipeline. this is a special pass only necessary if there is temporal meta data that must be updated V.SetWholeExtent(vtkInformation, [int, int, int, int, int, int]) -> int C++: static int SetWholeExtent(vtkInformation *, int extent[6]) Set/Get the whole extent of an output port. The whole extent is meta data for structured data sets. It gets set by the algorithm during the update information pass. V.GetWholeExtent(vtkInformation, [int, int, int, int, int, int]) C++: static void GetWholeExtent(vtkInformation *, int extent[6]) V.GetWholeExtent(vtkInformation) -> (int, int, int, int, int, int) C++: static int *GetWholeExtent(vtkInformation *) Set/Get the whole extent of an output port. The whole extent is meta data for structured data sets. It gets set by the algorithm during the update information pass. V.SetRequestExactExtent(int, int) -> int C++: int SetRequestExactExtent(int port, int flag) This request flag indicates whether the requester can handle more data than requested for the given port. Right now it is used in vtkImageData. Image filters can return more data than requested. The the consumer cannot handle this (i.e. DataSetToDataSetFitler) the image will crop itself. This functionality used to be in ImageToStructuredPoints. V.GetRequestExactExtent(int) -> int C++: int GetRequestExactExtent(int port) This request flag indicates whether the requester can handle more data than requested for the given port. Right now it is used in vtkImageData. Image filters can return more data than requested. The the consumer cannot handle this (i.e. DataSetToDataSetFitler) the image will crop itself. This functionality used to be in ImageToStructuredPoints. V.REQUEST_UPDATE_EXTENT() -> vtkInformationRequestKey C++: static vtkInformationRequestKey *REQUEST_UPDATE_EXTENT() Key defining a request to propagate the update extent upstream.\ingroup InformationKeys V.REQUEST_UPDATE_TIME() -> vtkInformationRequestKey C++: static vtkInformationRequestKey *REQUEST_UPDATE_TIME() Key defining a request to propagate the update extent upstream.\ingroup InformationKeys V.REQUEST_TIME_DEPENDENT_INFORMATION() -> vtkInformationRequestKey C++: static vtkInformationRequestKey *REQUEST_TIME_DEPENDENT_INFORMATION( ) Key defining a request to make sure the meta information is up to date.\ingroup InformationKeys V.CONTINUE_EXECUTING() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *CONTINUE_EXECUTING() Key for an algorithm to store in a request to tell this executive to keep executing it.\ingroup InformationKeys V.UPDATE_EXTENT_INITIALIZED() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *UPDATE_EXTENT_INITIALIZED() Keys to store an update request in pipeline information.\ingroup InformationKeys V.UPDATE_EXTENT() -> vtkInformationIntegerVectorKey C++: static vtkInformationIntegerVectorKey *UPDATE_EXTENT() \ingroup InformationKeys V.UPDATE_PIECE_NUMBER() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *UPDATE_PIECE_NUMBER() \ingroup InformationKeys V.UPDATE_NUMBER_OF_PIECES() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *UPDATE_NUMBER_OF_PIECES() \ingroup InformationKeys V.UPDATE_NUMBER_OF_GHOST_LEVELS() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *UPDATE_NUMBER_OF_GHOST_LEVELS( ) \ingroup InformationKeys V.COMBINED_UPDATE_EXTENT() -> vtkInformationIntegerVectorKey C++: static vtkInformationIntegerVectorKey *COMBINED_UPDATE_EXTENT( ) Key for combining the update extents requested by all consumers, so that the final extent that is produced satisfies all consumers.\ingroup InformationKeys V.WHOLE_EXTENT() -> vtkInformationIntegerVectorKey C++: static vtkInformationIntegerVectorKey *WHOLE_EXTENT() Key to store the whole extent provided in pipeline information.\ingroup InformationKeys V.UNRESTRICTED_UPDATE_EXTENT() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *UNRESTRICTED_UPDATE_EXTENT() This is set if the update extent is not restricted to the whole extent, for sources that can generate an extent of any requested size.\ingroup InformationKeys V.EXACT_EXTENT() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *EXACT_EXTENT() Key to specify the request for exact extent in pipeline information.\ingroup InformationKeys V.TIME_STEPS() -> vtkInformationDoubleVectorKey C++: static vtkInformationDoubleVectorKey *TIME_STEPS() Key to store available time steps.\ingroup InformationKeys V.TIME_RANGE() -> vtkInformationDoubleVectorKey C++: static vtkInformationDoubleVectorKey *TIME_RANGE() Key to store available time range for continuous sources.\ingroup InformationKeys V.UPDATE_TIME_STEP() -> vtkInformationDoubleKey C++: static vtkInformationDoubleKey *UPDATE_TIME_STEP() Update time steps requested by the pipeline.\ingroup InformationKeys V.TIME_DEPENDENT_INFORMATION() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *TIME_DEPENDENT_INFORMATION() Whether there are time dependent meta information if there is, the pipeline will perform two extra passes to gather the time dependent information\ingroup InformationKeys V.BOUNDS() -> vtkInformationDoubleVectorKey C++: static vtkInformationDoubleVectorKey *BOUNDS() key to record the bounds of a dataset.\ingroup InformationKeys V.GetUpdateExtent(vtkInformation, [int, int, int, int, int, int]) C++: static void GetUpdateExtent(vtkInformation *, int extent[6]) V.GetUpdateExtent(vtkInformation) -> (int, ...) C++: static int *GetUpdateExtent(vtkInformation *) Get/Set the update extent for output ports that use 3D extents. V.GetUpdatePiece(vtkInformation) -> int C++: static int GetUpdatePiece(vtkInformation *) Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D. V.GetUpdateNumberOfPieces(vtkInformation) -> int C++: static int GetUpdateNumberOfPieces(vtkInformation *) Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D. V.GetUpdateGhostLevel(vtkInformation) -> int C++: static int GetUpdateGhostLevel(vtkInformation *) Set/Get the update piece, update number of pieces, and update number of ghost levels for an output port. Similar to update extent in 3D. vtkDemandDrivenPipelinevtkExecutivevtkObjectUH=Hu]ÐHH=tHH=tHH=tH]HHHDGCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0GNUzRx  0 DEDPa AE hEDPa AE EDPa AE EDPa AE 0^FBA De  ABBI ED@W AG ,ED@W AG PED@W AG tED@W AG ED@W AG ED@W AG ED@W AG ED@W AG (ED@W AG LED@W AG pED@W AG ED@W AG ED@W AG ED@W AG ED@W AG $ED@W AG HED@W AG lED@W AG 4 FBA DC  ABBK 4FBA DC  ABBK bEY B }( EAD`n AAF LEDP AK pEDP AK EDP AK EDP AK (FAD` ABG gFD@ EE 0,FAA D`  AABH `MFF4|FDD } ABB \ DBN  ED@ AG ,FCD`{ ABE   4|p  L^`^0lPp J    n@  ` T   %bAp`pg M z   * pe j o #t ;y J~ W e t {  ' ? S a { (         ! ' %- 3 P9 ? E !K 7Q CW G] ac {i o u p{  "  6      L    A']^VZ:cx ." b\c.v4F\ppM *e (9Ld|_ZL44PyvtkStreamingDemandDrivenPipeline_StaticNewv_ZL54PyvtkStreamingDemandDrivenPipeline_GetUpdateGhostLevelP7_objectS0__ZL58PyvtkStreamingDemandDrivenPipeline_GetUpdateNumberOfPiecesP7_objectS0__ZL49PyvtkStreamingDemandDrivenPipeline_GetUpdatePieceP7_objectS0__ZL47PyvtkStreamingDemandDrivenPipeline_SafeDownCastP7_objectS0__ZL49PyvtkStreamingDemandDrivenPipeline_SetWholeExtentP7_objectS0__ZL41PyvtkStreamingDemandDrivenPipeline_BOUNDSP7_objectS0__ZL61PyvtkStreamingDemandDrivenPipeline_TIME_DEPENDENT_INFORMATIONP7_objectS0__ZL51PyvtkStreamingDemandDrivenPipeline_UPDATE_TIME_STEPP7_objectS0__ZL45PyvtkStreamingDemandDrivenPipeline_TIME_RANGEP7_objectS0__ZL45PyvtkStreamingDemandDrivenPipeline_TIME_STEPSP7_objectS0__ZL47PyvtkStreamingDemandDrivenPipeline_EXACT_EXTENTP7_objectS0__ZL61PyvtkStreamingDemandDrivenPipeline_UNRESTRICTED_UPDATE_EXTENTP7_objectS0__ZL47PyvtkStreamingDemandDrivenPipeline_WHOLE_EXTENTP7_objectS0__ZL57PyvtkStreamingDemandDrivenPipeline_COMBINED_UPDATE_EXTENTP7_objectS0__ZL64PyvtkStreamingDemandDrivenPipeline_UPDATE_NUMBER_OF_GHOST_LEVELSP7_objectS0__ZL58PyvtkStreamingDemandDrivenPipeline_UPDATE_NUMBER_OF_PIECESP7_objectS0__ZL54PyvtkStreamingDemandDrivenPipeline_UPDATE_PIECE_NUMBERP7_objectS0__ZL48PyvtkStreamingDemandDrivenPipeline_UPDATE_EXTENTP7_objectS0__ZL60PyvtkStreamingDemandDrivenPipeline_UPDATE_EXTENT_INITIALIZEDP7_objectS0__ZL53PyvtkStreamingDemandDrivenPipeline_CONTINUE_EXECUTINGP7_objectS0__ZL69PyvtkStreamingDemandDrivenPipeline_REQUEST_TIME_DEPENDENT_INFORMATIONP7_objectS0__ZL54PyvtkStreamingDemandDrivenPipeline_REQUEST_UPDATE_TIMEP7_objectS0__ZL56PyvtkStreamingDemandDrivenPipeline_REQUEST_UPDATE_EXTENTP7_objectS0__ZL50PyvtkStreamingDemandDrivenPipeline_GetUpdateExtentP7_objectS0__ZL49PyvtkStreamingDemandDrivenPipeline_GetWholeExtentP7_objectS0__ZL43PyvtkStreamingDemandDrivenPipeline_IsTypeOfP7_objectS0__ZL48PyvtkStreamingDemandDrivenPipeline_PropagateTimeP7_objectS0__ZL65PyvtkStreamingDemandDrivenPipeline_UpdateTimeDependentInformationP7_objectS0__ZL56PyvtkStreamingDemandDrivenPipeline_GetRequestExactExtentP7_objectS0__ZL56PyvtkStreamingDemandDrivenPipeline_PropagateUpdateExtentP7_objectS0__ZL56PyvtkStreamingDemandDrivenPipeline_SetRequestExactExtentP7_objectS0__ZL46PyvtkStreamingDemandDrivenPipeline_NewInstanceP7_objectS0__ZL38PyvtkStreamingDemandDrivenPipeline_IsAP7_objectS0__ZL39PyvtkStreamingDemandDrivenPipeline_Type_ZL42PyvtkStreamingDemandDrivenPipeline_Methods_GLOBAL__sub_I_vtkStreamingDemandDrivenPipelinePython.cxx_ZL52PyvtkStreamingDemandDrivenPipeline_UpdateWholeExtentP7_objectS0__ZL41PyvtkStreamingDemandDrivenPipeline_UpdateP7_objectS0_.LC0.LC1.LC2.LC3.LC4.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.LC34.LC31.LC32.LC33.LC35.LC36.LC37.LC38.LC39.LC40.LC41.LC42.LC43.LC45.LC46.LC47.LC44_ZN32vtkStreamingDemandDrivenPipeline3NewEv_ZNK32vtkStreamingDemandDrivenPipeline19NewInstanceInternalEv_ZN13vtkPythonArgs13ArgCountErrorEii_ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRb_ZN32vtkStreamingDemandDrivenPipeline19GetUpdateGhostLevelEP14vtkInformationPyErr_OccurredPyLong_FromLong__stack_chk_fail_ZN32vtkStreamingDemandDrivenPipeline23GetUpdateNumberOfPiecesEP14vtkInformation_ZN32vtkStreamingDemandDrivenPipeline14GetUpdatePieceEP14vtkInformation_ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase_ZN13vtkPythonArgs8GetArrayEPii_ZN32vtkStreamingDemandDrivenPipeline14SetWholeExtentEP14vtkInformationPi_ZN13vtkPythonArgs8SetArrayEiPKii_ZN32vtkStreamingDemandDrivenPipeline6BOUNDSEv_ZN32vtkStreamingDemandDrivenPipeline26TIME_DEPENDENT_INFORMATIONEv_ZN32vtkStreamingDemandDrivenPipeline16UPDATE_TIME_STEPEv_ZN32vtkStreamingDemandDrivenPipeline10TIME_RANGEEv_ZN32vtkStreamingDemandDrivenPipeline10TIME_STEPSEv_ZN32vtkStreamingDemandDrivenPipeline12EXACT_EXTENTEv_ZN32vtkStreamingDemandDrivenPipeline26UNRESTRICTED_UPDATE_EXTENTEv_ZN32vtkStreamingDemandDrivenPipeline12WHOLE_EXTENTEv_ZN32vtkStreamingDemandDrivenPipeline22COMBINED_UPDATE_EXTENTEv_ZN32vtkStreamingDemandDrivenPipeline29UPDATE_NUMBER_OF_GHOST_LEVELSEv_ZN32vtkStreamingDemandDrivenPipeline23UPDATE_NUMBER_OF_PIECESEv_ZN32vtkStreamingDemandDrivenPipeline19UPDATE_PIECE_NUMBEREv_ZN32vtkStreamingDemandDrivenPipeline13UPDATE_EXTENTEv_ZN32vtkStreamingDemandDrivenPipeline25UPDATE_EXTENT_INITIALIZEDEv_ZN32vtkStreamingDemandDrivenPipeline18CONTINUE_EXECUTINGEv_ZN32vtkStreamingDemandDrivenPipeline34REQUEST_TIME_DEPENDENT_INFORMATIONEv_ZN32vtkStreamingDemandDrivenPipeline19REQUEST_UPDATE_TIMEEv_ZN32vtkStreamingDemandDrivenPipeline21REQUEST_UPDATE_EXTENTEv_ZN32vtkStreamingDemandDrivenPipeline15GetUpdateExtentEP14vtkInformationPi_GLOBAL_OFFSET_TABLE__Py_NoneStruct_ZN13vtkPythonArgs13ArgCountErrorEiPKc_ZN32vtkStreamingDemandDrivenPipeline15GetUpdateExtentEP14vtkInformation_ZN13vtkPythonUtil13ManglePointerEPKvPKcPyUnicode_FromString_ZN32vtkStreamingDemandDrivenPipeline14GetWholeExtentEP14vtkInformationPi_ZN32vtkStreamingDemandDrivenPipeline14GetWholeExtentEP14vtkInformation_ZN13vtkPythonArgs10BuildTupleEPKii_ZN32vtkStreamingDemandDrivenPipeline3IsAEPKcstrcmp_ZN13vtkObjectBase8IsTypeOfEPKc_ZN13vtkPythonArgs8GetValueERPc_ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1__ZN13vtkPythonArgs8GetValueERi_ZN32vtkStreamingDemandDrivenPipeline13PropagateTimeEi_ZN32vtkStreamingDemandDrivenPipeline30UpdateTimeDependentInformationEi_ZN32vtkStreamingDemandDrivenPipeline21GetRequestExactExtentEi_ZN32vtkStreamingDemandDrivenPipeline21PropagateUpdateExtentEi_ZN32vtkStreamingDemandDrivenPipeline21SetRequestExactExtentEiiPyVTKObject_CheckPyVTKObject_GetObjectPyVTKObject_SetFlagPyvtkStreamingDemandDrivenPipeline_ClassNewPyVTKClass_AddPyvtkDemandDrivenPipeline_ClassNewPyType_ReadyPyVTKAddFile_vtkStreamingDemandDrivenPipelinePyDict_SetItemString_Py_Dealloc_ZN32vtkStreamingDemandDrivenPipeline17UpdateWholeExtentEv_ZN32vtkStreamingDemandDrivenPipeline6UpdateEv_ZN32vtkStreamingDemandDrivenPipeline6UpdateEi_ZN32vtkStreamingDemandDrivenPipeline6UpdateEiP20vtkInformationVectorPyType_TypePyVTKObject_DeletePyVTKObject_ReprPyVTKObject_StringPyObject_GenericGetAttrPyObject_GenericSetAttrPyVTKObject_AsBufferPyVTKObject_TraversePyVTKObject_GetSetPyVTKObject_NewPyObject_GC_Del,1`c2defgh3c=2BdQiXfeglh4c2djfgh<5pc6d7fkfh 8Tc2dlmf,g9fSnZh|9cofkh :6cYpafskzh;cqfk h,<Vcyrfkh=c sf#k*hL>vctfkh?c)u1fCkJhl@cvfkhA& cI wQ fc kj h B c x f k h CF ci yq f k h D c z f k h< Ef c { f k h F c |! f3 k: h\ G c } f k h H c9 ~A fS kZ h| I c  f k h J6cYafskzhKL2dl6f*KKM2d&.fJNOWafnhOL2dlFf*OO M2'd6>fTafnhPc-75CQHQf^gnRsShTcA[krfghU c1K[bfogvhVc!;KRf_gfhWc+;BfOgVhXc/CJfWg^hYc **b5aH7WfdkxfhZfc*7Qf g.R3ASFRjhy/70//7g ["g4\<[]c!@fMgYbh^^Pcc^c^ c1In_dfg) < H T hasa7&Q+9R>LSQ^`/+ 0X8@ ` C(8 h@JH X ``7hpx p h{ ` p   P p e(8 X @HX `!h`x 0    `  p (  @{@  8 a( 8 @SH X `?h x x'   p   HP p 8 (08 X@HX `hx  { 8t` h ;p @ #(8 ( @HX ! 4Hlp  `0Tx0P,Pp t    @ ( L` p  $Ptp` p0dp+p.symtab.strtab.shstrtab.rela.text.data.bss.rela.text._ZNK32vtkStreamingDemandDrivenPipeline19NewInstanceInternalEv.rodata.str1.1.rodata.str1.8.rodata._ZN32vtkStreamingDemandDrivenPipeline3IsAEPKc.str1.1.rela.text._ZN32vtkStreamingDemandDrivenPipeline3IsAEPKc.rela.text.startup.rela.init_array.rela.data.rel.rela.data.rel.local.rodata.cst8.comment.note.GNU-stack.note.gnu.property.rela.eh_frame.group@ bL  `X @@|& , 6 1@z2 2x#"2E/Eb@0 0F@0&HF!@87`F 2@P FH A@p VLc0L,lL|L L@HRha `c