ELF>0~@@"!  UH@dH%(HD$81HHt$HD$HFHD$$D$ t0H|$1HT$8dH+%(uhH@]@HT$H|$H5|$HtHt+HH5HPtHuH1Huff.fUH0dH%(HD$(1HH4$HD$HFHD$D$t*H111HT$(dH+%(u-H0]fDHI1MuHfUH0dH%(HD$(1HH4$HD$HFHD$D$t*H111HT$(dH+%(u-H0]fDHI1MuHfUH0dH%(HD$(1HH4$HD$HFHD$D$t*H111HT$(dH+%(u-H0]fDHI1MuHfUH0dH%(HD$(1HH4$HD$HFHD$D$t*H111HT$(dH+%(u-H0]fDHI1MuHfUH0dH%(HD$(1HH4$HD$HFHD$D$t*H111HT$(dH+%(u-H0]fDHI1MuHfUH0dH%(HD$(1HH4$HD$HFHD$D$t*H111HT$(dH+%(u-H0]fDHI1MuHfUH0dH%(HD$(1HH4$HD$HFHD$D$t*H111HT$(dH+%(u-H0]fDHI1MuHfUH0dH%(HD$(1HH4$HD$HFHD$D$t*H111HT$(dH+%(u-H0]fDHI1MuHfUSHHdH%(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ӐHuHcUH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(u8H0]fDHHuӐHHuHff.@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+%(uZH0[fDHHuӐtHuHcHHH;tЉff.fUH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(u_H@]f.HHuϐH5HT$H|$|$HtHHuHHff.UH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(uUH@]f.HHuϐHt$ H|$tt$ HHuHcfDATUHHfnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uJHo(Ht!D$ +D$$tDH|$1HT$8dH+%(ulHH]A\fDHHuѐLd$Ht$LtHt$ LtT$ t$HHHuHff.fATUSH@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"DIjfAT1UHHHNdH%(HD$81HGAfnH%fnA)fbAAuZH Ht$HL$T$(fD$ HHo(HtD$ +D$$H|$1fDH5D1HT$8dH+%(H@]DL Ht$LL$L$ D$$D$(HH(HtD$$9D$ toH|$111DHH7yf.Ht$ H|$XD$$t$ u]HEHH HH!HDHHEf.HHff.UH@HNdH%(HD$81HGfnAH%HfnfbA)t6A|H5D1HT$8dH+%(sH@]ÐL Ht$LL$L$ D$$D$(H H(HtD$$9D$ twH|$111DH Ht$HL$D$(fD$ HHo(HbD$ +D$$tRH|$1<HHHcfHt$ H|$D$$t$ uMHEH@HHKfHHf.HdWSafeDownCastvtkObjectBasevtkExecutiveKEYS_TO_COPYFORWARD_DIRECTIONALGORITHM_DIRECTIONALGORITHM_AFTER_FORWARDALGORITHM_BEFORE_FORWARDFROM_OUTPUT_PORTCONSUMERSPRODUCERIsTypeOfGetNumberOfInputPortsGetAlgorithmGetNumberOfOutputPortsUpdateInformationSetSharedOutputInformationvtkInformationVectorGetNumberOfInputConnectionsGetInputExecutiveIsANewInstanceGetInputInformationGetInputDataSetOutputDatavtkDataObjectvtkInformationGetOutputDataGetOutputInformationUpdateRequestUpstreamRequestDownstreamBeforeForwardAfterForwardvtkObjectUH=Hu]ÐHH=tH]vtkExecutive - Superclass for all pipeline executives in VTK. Superclass: vtkObject vtkExecutive is the superclass for all pipeline executives in VTK. A VTK executive is responsible for controlling one instance of vtkAlgorithm. A pipeline consists of one or more executives that control data flow. Every reader, source, writer, or data processing algorithm in the pipeline is implemented in an instance of vtkAlgorithm. vtkCommonExecutionModelPython.vtkExecutiveV.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) -> vtkExecutive C++: static vtkExecutive *SafeDownCast(vtkObjectBase *o) V.NewInstance() -> vtkExecutive C++: vtkExecutive *NewInstance() V.GetAlgorithm() -> vtkAlgorithm C++: vtkAlgorithm *GetAlgorithm() Get the algorithm to which this executive has been assigned. V.UpdateInformation() -> int C++: virtual int UpdateInformation() Bring the output information up to date. V.Update() -> int C++: virtual int Update() V.Update(int) -> int C++: virtual int Update(int port) Bring the algorithm's outputs up-to-date. Returns 1 for success and 0 for failure. V.GetNumberOfInputPorts() -> int C++: int GetNumberOfInputPorts() Get the number of input/output ports for the algorithm associated with this executive. Returns 0 if no algorithm is set. V.GetNumberOfOutputPorts() -> int C++: int GetNumberOfOutputPorts() Get the number of input/output ports for the algorithm associated with this executive. Returns 0 if no algorithm is set. V.GetNumberOfInputConnections(int) -> int C++: int GetNumberOfInputConnections(int port) Get the number of input connections on the given port. V.GetOutputInformation(int) -> vtkInformation C++: virtual vtkInformation *GetOutputInformation(int port) V.GetOutputInformation() -> vtkInformationVector C++: vtkInformationVector *GetOutputInformation() Get the pipeline information object for the given output port. V.GetInputInformation(int, int) -> vtkInformation C++: vtkInformation *GetInputInformation(int port, int connection) V.GetInputInformation(int) -> vtkInformationVector C++: vtkInformationVector *GetInputInformation(int port) Get the pipeline information for the given input connection. V.GetInputExecutive(int, int) -> vtkExecutive C++: vtkExecutive *GetInputExecutive(int port, int connection) Get the executive managing the given input connection. V.GetOutputData(int) -> vtkDataObject C++: virtual vtkDataObject *GetOutputData(int port) Get/Set the data object for an output port of the algorithm. V.SetOutputData(int, vtkDataObject, vtkInformation) C++: virtual void SetOutputData(int port, vtkDataObject *, vtkInformation *info) V.SetOutputData(int, vtkDataObject) C++: virtual void SetOutputData(int port, vtkDataObject *) Get/Set the data object for an output port of the algorithm. V.GetInputData(int, int) -> vtkDataObject C++: virtual vtkDataObject *GetInputData(int port, int connection) Get the data object for an input port of the algorithm. V.SetSharedOutputInformation(vtkInformationVector) C++: void SetSharedOutputInformation( vtkInformationVector *outInfoVec) Set a pointer to an outside instance of input or output information vectors. No references are held to the given vectors, and setting this does not change the executive object modification time. This is a preliminary interface to use in implementing filters with internal pipelines, and may change without notice when a future interface is created. V.PRODUCER() -> vtkInformationExecutivePortKey C++: static vtkInformationExecutivePortKey *PRODUCER() Information key to store the executive/port number producing an information object. V.CONSUMERS() -> vtkInformationExecutivePortVectorKey C++: static vtkInformationExecutivePortVectorKey *CONSUMERS() Information key to store the executive/port number pairs consuming an information object. V.FROM_OUTPUT_PORT() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *FROM_OUTPUT_PORT() Information key to store the output port number from which a request is made. V.ALGORITHM_BEFORE_FORWARD() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *ALGORITHM_BEFORE_FORWARD() Keys to program vtkExecutive::ProcessRequest with the default behavior for unknown requests. V.ALGORITHM_AFTER_FORWARD() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *ALGORITHM_AFTER_FORWARD() Keys to program vtkExecutive::ProcessRequest with the default behavior for unknown requests. V.ALGORITHM_DIRECTION() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *ALGORITHM_DIRECTION() Keys to program vtkExecutive::ProcessRequest with the default behavior for unknown requests. V.FORWARD_DIRECTION() -> vtkInformationIntegerKey C++: static vtkInformationIntegerKey *FORWARD_DIRECTION() Keys to program vtkExecutive::ProcessRequest with the default behavior for unknown requests. V.KEYS_TO_COPY() -> vtkInformationKeyVectorKey C++: static vtkInformationKeyVectorKey *KEYS_TO_COPY() Keys to program vtkExecutive::ProcessRequest with the default behavior for unknown requests. HHHDGCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0GNUzRx  0EDPa AE T hED@W AG ED@W AG ED@W AG ED@W AG ED@W AG ED@W AG @ED@W AG dED@W AG <EY B W(EAD`j AAJ ED@ AG ED@ AG ED@ AG @ED@ AG dEDP AK EDP AK (FAD` ABG 0^FAA D`  AABH gFD@ EE (0FCD` ABD L\FRB H(D0O (D BBBA V (D BBBH 0OFDD n ABA DDB(*FAD` ABC 8 FDB A(Dp (A BBBH \ EDP AK EDP AF $EDPt AB D  .[p 2c@ `PBy  " T ^x g`@ @5[*p p@ E J O (T 5Y G^ [c sh m r x ~        5 Q c g s       " Bn}" (Ox4" <NUu ' S i     6 H ^ r      ( = J V @Op    - W         * ? T g w _ZL27PyvtkExecutive_SafeDownCastP7_objectS0__ZL27PyvtkExecutive_KEYS_TO_COPYP7_objectS0__ZL32PyvtkExecutive_FORWARD_DIRECTIONP7_objectS0__ZL34PyvtkExecutive_ALGORITHM_DIRECTIONP7_objectS0__ZL38PyvtkExecutive_ALGORITHM_AFTER_FORWARDP7_objectS0__ZL39PyvtkExecutive_ALGORITHM_BEFORE_FORWARDP7_objectS0__ZL31PyvtkExecutive_FROM_OUTPUT_PORTP7_objectS0__ZL24PyvtkExecutive_CONSUMERSP7_objectS0__ZL23PyvtkExecutive_PRODUCERP7_objectS0__ZL23PyvtkExecutive_IsTypeOfP7_objectS0__ZL36PyvtkExecutive_GetNumberOfInputPortsP7_objectS0__ZL27PyvtkExecutive_GetAlgorithmP7_objectS0__ZL37PyvtkExecutive_GetNumberOfOutputPortsP7_objectS0__ZL32PyvtkExecutive_UpdateInformationP7_objectS0__ZL41PyvtkExecutive_SetSharedOutputInformationP7_objectS0__ZL42PyvtkExecutive_GetNumberOfInputConnectionsP7_objectS0__ZL32PyvtkExecutive_GetInputExecutiveP7_objectS0__ZL18PyvtkExecutive_IsAP7_objectS0__ZL26PyvtkExecutive_NewInstanceP7_objectS0__ZL34PyvtkExecutive_GetInputInformationP7_objectS0__ZL22PyvtkExecutive_Methods_ZL19PyvtkExecutive_Type_ZZ23PyvtkExecutive_ClassNewE9constants_GLOBAL__sub_I_vtkExecutivePython.cxx_ZL27PyvtkExecutive_GetInputDataP7_objectS0__ZL28PyvtkExecutive_SetOutputDataP7_objectS0__ZL28PyvtkExecutive_GetOutputDataP7_objectS0__ZL35PyvtkExecutive_GetOutputInformationP7_objectS0__ZL21PyvtkExecutive_UpdateP7_objectS0_.LC0.LC1.LC2.LC3.LC4.LC5.LC6.LC7.LC8.LC9.LC10.LC12.LC11.LC13.LC14.LC15.LC16.LC17.LC18.LC19.LC20.LC21.LC22.LC23.LC25.LC26.LC27.LC28.LC29.LC30.LC31.LC24_ZN12vtkExecutive17UpdateInformationEv_ZN13vtkPythonArgs13ArgCountErrorEii_ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRbPyErr_Occurred_ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__stack_chk_fail_ZNK12vtkExecutive19NewInstanceInternalEv_ZN9vtkObject3NewEv_ZN12vtkExecutive12KEYS_TO_COPYEv_ZN12vtkExecutive17FORWARD_DIRECTIONEv_ZN12vtkExecutive19ALGORITHM_DIRECTIONEv_ZN12vtkExecutive23ALGORITHM_AFTER_FORWARDEv_ZN12vtkExecutive24ALGORITHM_BEFORE_FORWARDEv_ZN12vtkExecutive16FROM_OUTPUT_PORTEv_ZN12vtkExecutive9CONSUMERSEv_ZN12vtkExecutive8PRODUCEREv_ZN12vtkExecutive3IsAEPKcstrcmp_ZN13vtkObjectBase8IsTypeOfEPKc_ZN13vtkPythonArgs8GetValueERPcPyLong_FromLong_ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1__ZN12vtkExecutive21GetNumberOfInputPortsEv_ZN12vtkExecutive12GetAlgorithmEv_ZN12vtkExecutive22GetNumberOfOutputPortsEv_GLOBAL_OFFSET_TABLE__ZN12vtkExecutive26SetSharedOutputInformationEP20vtkInformationVector_Py_NoneStruct_ZN13vtkPythonArgs8GetValueERi_ZN12vtkExecutive27GetNumberOfInputConnectionsEi_ZN12vtkExecutive17GetInputExecutiveEiiPyVTKObject_CheckPyVTKObject_GetObjectPyVTKObject_SetFlag_ZN13vtkPythonArgs13ArgCountErrorEiPKc_ZN12vtkExecutive19GetInputInformationEii_ZN12vtkExecutive19GetInputInformationEiPyvtkExecutive_ClassNewPyVTKClass_AddPyvtkObject_ClassNewPyDict_SetItemStringPyType_Ready_Py_DeallocPyVTKAddFile_vtkExecutive_ZN12vtkExecutive12GetInputDataEii_ZN12vtkExecutive13SetOutputDataEiP13vtkDataObjectP14vtkInformation_ZN12vtkExecutive13SetOutputDataEiP13vtkDataObject_ZN12vtkExecutive13GetOutputDataEi_ZN12vtkExecutive20GetOutputInformationEv_ZN12vtkExecutive20GetOutputInformationEi_ZN12vtkExecutive6UpdateEi_ZN12vtkExecutive6UpdateEvPyType_TypePyVTKObject_DeletePyVTKObject_ReprPyVTKObject_StringPyObject_GenericGetAttrPyObject_GenericSetAttrPyVTKObject_AsBufferPyVTKObject_TraversePyVTKObject_GetSetPyVTKObject_NewPyObject_GC_Del)PJ}*K+LMLN,&JIQQLcMjN-JRLMN.FJiSqLMN/JTLMN<0fJULMN1JV!L3M:N\2JWLMN3J9XALSMZN}4J\+Z5Z!L.]<[ENq6J^_L] N17~J^`LMN8NJq^aL]N9 J1 ^J LW ]r *I N : J1 ^C ;R Kd ci Lu *d N < J1 ^K e[ fb Lo ]v N = J! ^> eO ec gk Lx M N > JA ^[ \~ *Y + Z 5 Z L ] [ N?_J^*OP+LMhi%j4LSN@J@kC@J^eelLM+e?mGLa^wN+('o'p&'']qr,sOn^+iqA J1^Ne_eLMuNBhJsB{kBJ^.eBCJKL*deCKDK)^GvTw^NEJ^+ePL]MlxvNF"J3F;kcFJ^e yL"M1^Tz^NGkG3JCGJL]e ^!^D{Q|]NsP+Z&5+Z8[H'  0}0~X8@` c( 8@HX`gh xP pPP 5( 8@HXh`sh`xx Q  p@     (8@H@XP`hx s [G5ph(8 4Xlp  D@h`P Dh     4``@$`pp.symtab.strtab.shstrtab.rela.text.data.bss.text._ZN12vtkExecutive17UpdateInformationEv.rodata.str1.1.rela.text._ZNK12vtkExecutive19NewInstanceInternalEv.rodata._ZN12vtkExecutive3IsAEPKc.str1.1.rela.text._ZN12vtkExecutive3IsAEPKc.rodata.str1.8.rela.text.startup.rela.init_array.rela.data.rel.ro.local.rela.data.rel.rela.data.rel.local.comment.note.GNU-stack.note.gnu.property.rela.eh_frame.group@IH OT Y `a@Y@&,1 ^2&r m@@p 2   <@Xpx 2``4@p0x4@q(4@ #@q`@4 ;@xq O`6@ J@r_09,h9x9 9@y> I xK |