ELF>^@@)(  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@UH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(u^H0]fDHHuӐt$Ho@HuHHH@H;tHfSH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(uuH0[fDHHuӐt$WpfH~HufHn@HH(H;u_pfH~ffH~fUH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(H@]fDHHuϐHt$H|$tD$$D$t?f.EpztHEEpHHuHHzf.HEH H;uf.EpztEpHH@ATH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$uDH(HtD$9D$tIH11E1HD$(dH+%(H0LA\@HHufHHRxH;IMtoI$H5LPtZHuLIHoHbL1HHP@L8fE1H"DIjfATUSH@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ЉfAT1UHHNdH%(H$1HGAfnH%fnA)fbAAu\H Ht$0HL$8T$HfD$@HHo(Ht>D$@+D$DH|$01fDH5D1H$dH+%(HĘ]A\DL Ht$0LL$8L$@T$DT$HHHo(HtD$@+D$DH|$01HHaf.Ld$0HL?Ht$L*Ht$LHt$LHt$ LHt$(Ld$ T$$l$(\$L$Df(f(L$fD(fffDHUH0H;;f.E@z3u1f.MHz*u(f.UPz!uf.]Xzuf.e`zu f.mhzE@HMHUP]Xe`mhLd$PH|$0LT$DHEf(|$Pf(t$`H0f(f(fD(fff(f(D$pH;f(f(f(ffD.E@z2u0f.MHz)u'f.uPz uf.]Xzuf.E`zu f.mhzt}@HuPE`H,HHDHHUf.H8H;uGf(|$Pf(t$`H0f(fD(ff(f(ff(fA(HfLHYf.E@z3u1f.MHz*u(f.UPz!uf.]Xzuf.e`zu f.mhzHEDE@H}Pu`H@ATL%H Hc3LL$HMLLHD$HHuHT$ LHLL~HLLHLLfHGI~H)ǃt1u L@HH51HfLHf.GpzufHGpGpf.G@fD(f(f(fDffz3u1f.OHz*u(f.WPz!uf._Xzuf.g`zu f.ohzuHDG@Pw`HG@SafeDownCastvtkObjectBasevtkFocalPlanePointPlacerIsTypeOfGetPointBoundsGetOffsetSetOffsetNewInstanceIsASetPointBoundsValidateWorldPositionComputeWorldPositionvtkRenderervtkPointPlacervtkObjectUH=Hu]ÐHH=tHH=tH]f>fvfF Hf(f(f(ffH0H;f(f(f(ff(uSf.@z4u2f.OHz+u)f.wPz"u f._Xzuf.G`zuf.ohzu@@wPG`fDf(vtkFocalPlanePointPlacer - no description provided. Superclass: vtkPointPlacer See Also: vtkInteractionWidgetsPython.vtkFocalPlanePointPlacerV.IsTypeOf(string) -> int C++: static vtkTypeBool IsTypeOf(const char *type) Standard methods for instances of this class. V.IsA(string) -> int C++: vtkTypeBool IsA(const char *type) override; Standard methods for instances of this class. V.SafeDownCast(vtkObjectBase) -> vtkFocalPlanePointPlacer C++: static vtkFocalPlanePointPlacer *SafeDownCast( vtkObjectBase *o) Standard methods for instances of this class. V.NewInstance() -> vtkFocalPlanePointPlacer C++: vtkFocalPlanePointPlacer *NewInstance() Standard methods for instances of this class. V.ComputeWorldPosition(vtkRenderer, [float, float], [float, float, float], [float, float, float, float, float, float, float, float, float]) -> int C++: int ComputeWorldPosition(vtkRenderer *ren, double displayPos[2], double worldPos[3], double worldOrient[9]) override; V.ComputeWorldPosition(vtkRenderer, [float, float], [float, float, float], [float, float, float], [float, float, float, float, float, float, float, float, float]) -> int C++: int ComputeWorldPosition(vtkRenderer *ren, double displayPos[2], double refWorldPos[3], double worldPos[3], double worldOrient[9]) override; Given a renderer and a display position in pixel coordinates, compute the world position and orientation where this point will be placed. This method is typically used by the representation to place the point initially. A return value of 1 indicates that constraints of the placer are met. V.ValidateWorldPosition([float, float, float]) -> int C++: int ValidateWorldPosition(double worldPos[3]) override; V.ValidateWorldPosition([float, float, float], [float, float, float, float, float, float, float, float, float]) -> int C++: int ValidateWorldPosition(double worldPos[3], double worldOrient[9]) override; Validate a world position. All world positions are valid so these methods always return 1. V.SetOffset(float) C++: virtual void SetOffset(double _arg) Optionally specify a signed offset from the focal plane for the points to be placed at. If negative, the constraint plane is offset closer to the camera. If positive, its further away from the camera. V.GetOffset() -> float C++: virtual double GetOffset() Optionally specify a signed offset from the focal plane for the points to be placed at. If negative, the constraint plane is offset closer to the camera. If positive, its further away from the camera. V.SetPointBounds(float, float, float, float, float, float) C++: void SetPointBounds(double, double, double, double, double, double) V.SetPointBounds((float, float, float, float, float, float)) C++: void SetPointBounds(double a[6]) V.GetPointBounds() -> (float, float, float, float, float, float) C++: double *GetPointBounds() HHHDGCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0GNUzRx 0 DnX l  EDPa AE OEY B j(EAD`n AAF ED@ AG ( <ED@ AG `LEDP AG gFD@ EE 0nFAA D`  AABH (FCG ABF MFF0$OFDD n ABA DDBX@l%FDB A(A0G{ 0A(A BBBH H6BBB B(A0A8G 8A0A(B BBBE HBBB B(A0A8G 8A0A(B BBBE HXtR@   ,e LA0gyn `1cP %6-Xns x}4=LV`lp" " "nM" }" (7q"O4Xn"Cc M O&^2 > Q b u       _ZL36PyvtkFocalPlanePointPlacer_StaticNewv_ZL39PyvtkFocalPlanePointPlacer_SafeDownCastP7_objectS0__ZL35PyvtkFocalPlanePointPlacer_IsTypeOfP7_objectS0__ZL41PyvtkFocalPlanePointPlacer_GetPointBoundsP7_objectS0__ZL36PyvtkFocalPlanePointPlacer_GetOffsetP7_objectS0__ZL36PyvtkFocalPlanePointPlacer_SetOffsetP7_objectS0__ZL38PyvtkFocalPlanePointPlacer_NewInstanceP7_objectS0__ZL30PyvtkFocalPlanePointPlacer_IsAP7_objectS0__ZL41PyvtkFocalPlanePointPlacer_SetPointBoundsP7_objectS0__ZL31PyvtkFocalPlanePointPlacer_Type_ZL34PyvtkFocalPlanePointPlacer_Methods_GLOBAL__sub_I_vtkFocalPlanePointPlacerPython.cxx_ZL48PyvtkFocalPlanePointPlacer_ValidateWorldPositionP7_objectS0__ZL50PyvtkFocalPlanePointPlacer_ComputeWorldPosition_s1P7_objectS0__ZL50PyvtkFocalPlanePointPlacer_ComputeWorldPosition_s2P7_objectS0__ZL47PyvtkFocalPlanePointPlacer_ComputeWorldPositionP7_objectS0_.LC0.LC1.LC2.LC5.LC3.LC4.LC6.LC7.LC8.LC9.LC10.LC11.LC13.LC14.LC15.LC12_ZN24vtkFocalPlanePointPlacer9SetOffsetEd_ZN24vtkFocalPlanePointPlacer9GetOffsetEv_ZN24vtkFocalPlanePointPlacer14SetPointBoundsEdddddd_ZN24vtkFocalPlanePointPlacer14GetPointBoundsEv_ZN24vtkFocalPlanePointPlacer3NewEv_ZNK24vtkFocalPlanePointPlacer19NewInstanceInternalEv_ZN13vtkPythonArgs13ArgCountErrorEii_ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRbPyErr_Occurred_ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__stack_chk_fail_ZN24vtkFocalPlanePointPlacer3IsAEPKcstrcmp_ZN13vtkObjectBase8IsTypeOfEPKc_ZN13vtkPythonArgs8GetValueERPcPyLong_FromLong_ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1__ZN13vtkPythonArgs10BuildTupleEPKdi_GLOBAL_OFFSET_TABLE__ZN24vtkFocalPlanePointPlacer14SetPointBoundsEPdPyFloat_FromDouble_ZN13vtkPythonArgs8GetValueERd_Py_NoneStructPyVTKObject_CheckPyVTKObject_GetObjectPyVTKObject_SetFlag_ZN13vtkPythonArgs13ArgCountErrorEiPKc_ZN13vtkPythonArgs8GetArrayEPdiPyvtkFocalPlanePointPlacer_ClassNewPyVTKClass_AddPyvtkPointPlacer_ClassNewPyType_ReadyPyVTKAddFile_vtkFocalPlanePointPlacerPyDict_SetItemString_Py_Dealloc_ZN13vtkPythonArgs8SetArrayEiPKdi_ZN24vtkFocalPlanePointPlacer21ValidateWorldPositionEPd_ZN24vtkFocalPlanePointPlacer21ValidateWorldPositionEPdS0__ZN24vtkFocalPlanePointPlacer20ComputeWorldPositionEP11vtkRendererPdS2_S2__ZN24vtkFocalPlanePointPlacer20ComputeWorldPositionEP11vtkRendererPdS2_S2_S2_PyType_TypePyVTKObject_DeletePyVTKObject_ReprPyVTKObject_StringPyObject_GenericGetAttrPyObject_GenericSetAttrPyVTKObject_AsBufferPyVTKObject_TraversePyVTKObject_GetSetPyVTKObject_NewPyObject_GC_Del,`5 6!7879 "J5}=!;#;7>$;<9%^5?7@*29&N5q?7C*09'Z5?D7*E*/(9R(5?*43!7$88FHGeHt79)&5Q?k=*:!;#;7>$;< 9o*5*I *P 5a ? D D D D D DX *1 J4 *1 7 *E ? *B 9  !  L  M  N K !) P + I +D5S+5Jh7y>JJq7R??S7R&7ARZTq9,59?]-e6JJJ7 >(UA7[Rb7R7R9,E5y?-6JJJ,J7>-V?7[Rb7R7R7R9,I3K Q3!;&#+;9$>;K<3*1.W`0XXYZ[\]^_8`@a 4  l(8@ HX` `h0xH  P h V L  p  =(8 4H\p ,@d0  ( \pP L.symtab.strtab.shstrtab.rela.text.data.bss.text._ZN24vtkFocalPlanePointPlacer9SetOffsetEd.text._ZN24vtkFocalPlanePointPlacer9GetOffsetEv.text._ZN24vtkFocalPlanePointPlacer14SetPointBoundsEdddddd.text._ZN24vtkFocalPlanePointPlacer14GetPointBoundsEv.rela.text._ZNK24vtkFocalPlanePointPlacer19NewInstanceInternalEv.rodata.str1.1.rodata._ZN24vtkFocalPlanePointPlacer3IsAEPKc.str1.1.rela.text._ZN24vtkFocalPlanePointPlacer3IsAEPKc.rela.text._ZN24vtkFocalPlanePointPlacer14SetPointBoundsEPd.rodata.str1.8.rela.text.startup.rela.init_array.rela.data.rel.rela.data.rel.local.comment.note.GNU-stack.note.gnu.property.rela.eh_frame.group@&/H&0P&1X&2` &4l &:x &B 8@D&&,1a np  @T&C2R2?`O@T&@U&2Xq *@U0&*@U&,+ '@U &;,` 6@W&K0.,T,.d0. |P.`w@Y(&$10 '/ : [