(AA__text__TEXTND__data__DATAP hMQ__bss__DATAA __cstring__TEXTP#t&__compact_unwind__LD9<O__eh_frame__TEXTH=x@ h2  P\V\ P!;UHH=H5HH u H=H]f.Ht(UHSPH` HHHH[]1UHH=H5H"H uHH=H]ÐUH]fDUHSPHH=H5HH u H=H5I"HHtH u H=H=H5H!H uHH=H5!HHt H tH[]H=H[]@UHSPHHHtHH[]f.UH]fDUHSPHHt%HHtHH8H5M"a{t=uI`W))@)@ )@0)@@)@PH= HH[]1HH[]H5 1H[]UHSH(HuH HE؋FEHEHEuQH5 H}HUHtKHÿ` HHHH=Q HHH}Hu (H}о1H}Ht HuHH([]f.UHAVSH0HuH2#HEЋFEHEHEH}ȃHuH]H=HAtDH=5Ht1H=5HtH=5Ht HLcHuL1H0[A^]UHAWAVSH(HuH"HED~D}HG]ԉ]؅yHHLw(HEMA)Au{HuH}}L}tH=nLAtuH=w4LtbH={4LtOH=w4Lt}utBA9vptAvpILHu6H}1H([A^A_]IL`HuHHfDUHAVSH HuHHEDvDuHG]]y HHt H(HtD9uEt"_pHt*11H}111 HhHuHcHHH [A^]UHAVSH HuHYHEDvDuHG]]y HHt+H(Ht"D9u!Et-H`Ht(1.H}111HpHuHHHH [A^]f.DUHAVSH HuHHEDvDuHG]]y HHt(H(HtD9uEt*H1`Ht(1.H}111HxHuHHHH [A^]#(#$$HD%&&>'B'''((&).)j)y)))*%*--//00t111122335.566L6O7d7_8u8vtkPolygonalSurfacePointPlacervtkPolygonalSurfacePointPlacerNodevtkInteractionWidgetsPython.vtkPolygonalSurfacePointPlacerNodevtkPolygonalSurfacePointPlacerNode - no description provided. vtkPolygonalSurfacePointPlacerNode() vtkPolygonalSurfacePointPlacerNode( const &vtkPolygonalSurfacePointPlacerNode) this function takes no keyword arguments@W vtkPolygonalSurfacePointPlacerNodevtkInteractionWidgetsPython.vtkPolygonalSurfacePointPlacervtkPolygonalSurfacePointPlacer - Place points on the surface of polygonal data. Superclass: vtkPolyDataPointPlacer vtkPolygonalSurfacePointPlacer places points on polygonal data and is meant to be used in conjunction with vtkPolygonalSurfaceContourLineInterpolator. @warning You should have computed cell normals for the input polydata if you are specifying a distance offset. @sa vtkPointPlacer vtkPolyDataNormals IsTypeOfV.IsTypeOf(string) -> int C++: static vtkTypeBool IsTypeOf(const char *type) Standard methods for instances of this class. IsAV.IsA(string) -> int C++: vtkTypeBool IsA(const char *type) override; Standard methods for instances of this class. SafeDownCastV.SafeDownCast(vtkObjectBase) -> vtkPolygonalSurfacePointPlacer C++: static vtkPolygonalSurfacePointPlacer *SafeDownCast( vtkObjectBase *o) Standard methods for instances of this class. NewInstanceV.NewInstance() -> vtkPolygonalSurfacePointPlacer C++: vtkPolygonalSurfacePointPlacer *NewInstance() Standard methods for instances of this class. AddPropV.AddProp(vtkProp) C++: void AddProp(vtkProp *) override; RemoveViewPropV.RemoveViewProp(vtkProp) C++: void RemoveViewProp(vtkProp *prop) override; RemoveAllPropsV.RemoveAllProps() C++: void RemoveAllProps() override; ComputeWorldPositionV.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. For the Terrain point placer this computes world points that lie at the specified height above the terrain. ValidateWorldPositionV.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; Given a world position check the validity of this position according to the constraints of the placer UpdateNodeWorldPositionV.UpdateNodeWorldPosition([float, float, float], int) -> int C++: int UpdateNodeWorldPosition(double worldPos[3], vtkIdType nodePointId) override; Give the node a chance to update its auxiliary point id. ValidateDisplayPositionV.ValidateDisplayPosition(vtkRenderer, [float, float]) -> int C++: int ValidateDisplayPosition(vtkRenderer *, double displayPos[2]) override; Given a display position, check the validity of this position. GetCellPickerV.GetCellPicker() -> vtkCellPicker C++: virtual vtkCellPicker *GetCellPicker() Get the Prop picker. GetPolysV.GetPolys() -> vtkPolyDataCollection C++: virtual vtkPolyDataCollection *GetPolys() Be sure to add polydata on which you wish to place points to this list or they will not be considered for placement. SetDistanceOffsetV.SetDistanceOffset(float) C++: virtual void SetDistanceOffset(double _arg) Height offset at which points may be placed on the polygonal surface. If you specify a non-zero value here, be sure to compute cell normals on your input polygonal data (easily done with vtkPolyDataNormals). GetDistanceOffsetV.GetDistanceOffset() -> float C++: virtual double GetDistanceOffset() Height offset at which points may be placed on the polygonal surface. If you specify a non-zero value here, be sure to compute cell normals on your input polygonal data (easily done with vtkPolyDataNormals). SetSnapToClosestPointV.SetSnapToClosestPoint(int) C++: virtual void SetSnapToClosestPoint(int _arg) Snap to the closest point on the surface ? This is useful for the vtkPolygonalSurfaceContourLineInterpolator, when drawing contours along the edges of a surface mesh. OFF by default. GetSnapToClosestPointV.GetSnapToClosestPoint() -> int C++: virtual int GetSnapToClosestPoint() Snap to the closest point on the surface ? This is useful for the vtkPolygonalSurfaceContourLineInterpolator, when drawing contours along the edges of a surface mesh. OFF by default. SnapToClosestPointOnV.SnapToClosestPointOn() C++: virtual void SnapToClosestPointOn() Snap to the closest point on the surface ? This is useful for the vtkPolygonalSurfaceContourLineInterpolator, when drawing contours along the edges of a surface mesh. OFF by default. SnapToClosestPointOffV.SnapToClosestPointOff() C++: virtual void SnapToClosestPointOff() Snap to the closest point on the surface ? This is useful for the vtkPolygonalSurfaceContourLineInterpolator, when drawing contours along the edges of a surface mesh. OFF by default. vtkPolyDataPointPlacervtkPointPlacervtkObjectvtkObjectBasevtkPropvtkRendererCP0O % p!P:a!@!@a a ! !@aea@!!a!Pa0!!!zRx $CAC $D0FC B$lOAC $ AC $AC B$%AC B$  AC $4AC B$\AC E$AC G$X:AC I$pAC G$AC G$$AC I$LAC I$t@AC G$AC J$AC H$AC I$peAC I$<AC G$d@AC G$AC I$AC G$(AC I$AC G$,hAC G$TAC G;?=/#-B-#-D-~?=r#-bB-J#-D-'-#-B-#-lD-B!?=#-B-#-I-D-d2&-##-B-#-D-}?=q#-SB-9#-H-D-L-{#-hB-P#-,D-L-#-B-#-|D-R1Y-#Z='-#- K-#-Z=B-T-eF-JC-=D-Z=Y-Z='-#-K-~#-Z=B-S-J-F-D-bPZ=9Y-+Z=$'- Z=#-K-#-qK-U#-#-A-R-F-F-D-Q-:F-D-Z=Y-Z='-y#-tK-R#-K-#-K-j#-2K-#-#-1K-#- K- #-A Z=8 A-1 % P-E F-% F- F- F- C-  D-w d O- F- F-r F-P C-@  D-  Z= ?= #-y B-a #-\ M-< D- ?=#-B-#-N-C-^D-4?=#-B-#-V-C-~D-T,7-3-1-L-#-B-#-|D-R3L-&#-B-#-C-'-j#-FB-1@-%[-[- [-[-G-D-d>B--'- #-@- [-[-[-[-G-X>-CB-":-X-E-A- -:-vUX-=$-8.%=""-,-(-W->-!---y=-qk/-f_XQJ>-E<1!-)"-- <-U---=-/-dX-=6--1'!<-xh`XH@8( xh`XH@8(     )5490x+p*h8862. @(8 *xX;0.`@ `@ `@ `@ PA0PPO0 C  pP E@ @  Q   - @Q  @    PB 0x   q |{+Ef ~A\Q97. avH_PyType_Ready__ZN30vtkPolygonalSurfacePointPlacer23UpdateNodeWorldPositionEPdx__ZN13vtkPythonArgs8GetValueERx_PyvtkPolygonalSurfacePointPlacer_ClassNew_PyvtkPolyDataPointPlacer_ClassNew_PyvtkPolygonalSurfacePointPlacerNode_TypeNew_PyVTKSpecialObject_New_PyVTKObject_New__ZL42PyvtkPolygonalSurfacePointPlacer_StaticNewv__ZdlPv__ZL42PyvtkPolygonalSurfacePointPlacerNode_CCopyPKv__ZN30vtkPolygonalSurfacePointPlacer3NewEv__ZN30vtkPolygonalSurfacePointPlacer14RemoveAllPropsEv_PyVTKObject_GetSet__Py_NoneStruct__ZL41PyvtkPolygonalSurfacePointPlacerNode_HashP7_object__ZL43PyvtkPolygonalSurfacePointPlacerNode_DeleteP7_object__ZN13vtkPythonArgs21GetArgAsSpecialObjectEPKcPP7_object_PyVTKObject_GetObject__ZL40PyvtkPolygonalSurfacePointPlacer_Methods__ZL44PyvtkPolygonalSurfacePointPlacerNode_Methods__ZL79PyvtkPolygonalSurfacePointPlacerNode_vtkPolygonalSurfacePointPlacerNode_Methods_PyObject_GenericSetAttr_PyObject_GenericGetAttr_PyVTKSpecialObject_Repr_PyVTKObject_Repr_PyExc_TypeError_PyVTKObject_AsBuffer_PyVTKAddFile_vtkPolygonalSurfacePointPlacer__ZN30vtkPolygonalSurfacePointPlacer14RemoveViewPropEP7vtkProp__ZN30vtkPolygonalSurfacePointPlacer7AddPropEP7vtkProp_strcmp__Znwm___stack_chk_fail_PyObject_GC_Del_PyVTKObject_Check__ZN13vtkPythonArgs13ArgCountErrorEii__ZN13vtkPythonArgs8GetArrayEPdi__ZN13vtkPythonArgs8SetArrayEiPKdi__ZN13vtkPythonArgs8GetValueERi_PyLong_FromLong_PyErr_SetString_PyDict_SetItemString_PyVTKObject_String_PyVTKObject_SetFlag_PyDict_Size_PyVTKObject_Delete_PyVTKObject_Traverse__ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__ZL37PyvtkPolygonalSurfacePointPlacer_Type_PyType_Type__ZL41PyvtkPolygonalSurfacePointPlacerNode_Type_PyFloat_FromDouble_PyObject_Free___stack_chk_guard_PyObject_HashNotImplemented_PyErr_Occurred_PyVTKClass_Add_PyVTKSpecialType_Add__ZN13vtkPythonArgs8GetValueERd__ZN30vtkPolygonalSurfacePointPlacer23ValidateDisplayPositionEP11vtkRendererPd__ZN30vtkPolygonalSurfacePointPlacer21ValidateWorldPositionEPd__Py_Dealloc__ZN13vtkPythonArgs8GetValueERPc__ZN13vtkPythonArgs13ArgCountErrorEiPKc__ZN13vtkObjectBase8IsTypeOfEPKc__ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRb__ZL40PyvtkPolygonalSurfacePointPlacerNode_NewP11_typeobjectP7_objectS2___ZN30vtkPolygonalSurfacePointPlacer20ComputeWorldPositionEP11vtkRendererPdS2_S2___ZN30vtkPolygonalSurfacePointPlacer20ComputeWorldPositionEP11vtkRendererPdS2_S2_S2___ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1___ZL45PyvtkPolygonalSurfacePointPlacer_SafeDownCastP7_objectS0___ZL54PyvtkPolygonalSurfacePointPlacer_SetSnapToClosestPointP7_objectS0___ZL54PyvtkPolygonalSurfacePointPlacer_GetSnapToClosestPointP7_objectS0___ZL50PyvtkPolygonalSurfacePointPlacer_SetDistanceOffsetP7_objectS0___ZL50PyvtkPolygonalSurfacePointPlacer_GetDistanceOffsetP7_objectS0___ZL41PyvtkPolygonalSurfacePointPlacer_GetPolysP7_objectS0___ZL47PyvtkPolygonalSurfacePointPlacer_RemoveAllPropsP7_objectS0___ZL46PyvtkPolygonalSurfacePointPlacer_GetCellPickerP7_objectS0___ZL47PyvtkPolygonalSurfacePointPlacer_RemoveViewPropP7_objectS0___ZL40PyvtkPolygonalSurfacePointPlacer_AddPropP7_objectS0___ZL56PyvtkPolygonalSurfacePointPlacer_ValidateDisplayPositionP7_objectS0___ZL53PyvtkPolygonalSurfacePointPlacer_ComputeWorldPositionP7_objectS0___ZL54PyvtkPolygonalSurfacePointPlacer_ValidateWorldPositionP7_objectS0___ZL56PyvtkPolygonalSurfacePointPlacer_UpdateNodeWorldPositionP7_objectS0___ZL53PyvtkPolygonalSurfacePointPlacer_SnapToClosestPointOnP7_objectS0___ZL54PyvtkPolygonalSurfacePointPlacer_SnapToClosestPointOffP7_objectS0___ZL41PyvtkPolygonalSurfacePointPlacer_IsTypeOfP7_objectS0___ZL44PyvtkPolygonalSurfacePointPlacer_NewInstanceP7_objectS0___ZL36PyvtkPolygonalSurfacePointPlacer_IsAP7_objectS0___ZL74PyvtkPolygonalSurfacePointPlacerNode_vtkPolygonalSurfacePointPlacerNode_s2P7_objectS0___ZN30vtkPolygonalSurfacePointPlacer21ValidateWorldPositionEPdS0_