(PP__text__TEXT$S__gcc_except_tab__TEXT$H&__data__DATAP$('X\@__cstring__TEXT0("+__compact_unwind__LDJMX^__eh_frame__TEXT8MxP_ h2  ) _(_Thd4 P<UHH=H5H(H uHH=H]ÐUH]fDUHSPHH=H5H'H uHH=H5~'HHt H tH[]H=H[]fUHAVSH0HuH*HEЋFEHEHEH}ȃHuH]H=&HAtDH=HHt1H=HHtH=HHt HLcHuL1H0[A^]UHAWAVSH(HuHx*HED~D}HG]ԉ]؅yHHLw(HEMA)Au{HuH}}L}tH=%LAtuH=GLtbH=GLtOH=GLtHhHp(Hpx|UyHH L(HhACD-HcHL1EIcM$LDMyx+|LHhHuEHhH*H5AHhHU} HHhHuHhLDHEPE`E@EXE8EHDEArII94II9'1)HHHHtI4I4HHuHI I ILILILILILILIL IL IL(IL(IL0IL0IL8IL8HH9ufHH;&Hy HHtuH_(HtlHHutSEPEXE`HuHH5%15Hh1HHH9t HtHHH;EHH[A\A]A^A_]E1HHuH@HEf.Pu$z"Ef.XuzEf.`u{!HuHHU1H!HHJ؃HpHHHljH s1pHH)1AALAALAD AL0AD AL0AD@ALPAD@ALPAD`ALpAD`ALpHHuHt*H4HAD6A 6AD4A 4H HuH9|tHuHMLMIHuHMLMHIEf.Pu$z"Ef.`uzEf.@u{!HuHhHU1Ef.Xu$z"Ef.8uzEf.Hu{$HuHhHUE~=1AfA.u z HH9u!HuHhLDH&LHHHH9HHHH9t HtH UHAWAVAUATSHhHuH#HEFEHGMĉMȅyHH|L(H}E11AC6HcHxLxEIcI\IDME+EăH}LDH5;H}HU}EEArKLH9J I91D)HHLHtfI|H int C++: static vtkTypeBool IsTypeOf(const char *type) Standard methods to instantiate, print and obtain type-related information. IsAV.IsA(string) -> int C++: vtkTypeBool IsA(const char *type) override; Standard methods to instantiate, print and obtain type-related information. SafeDownCastV.SafeDownCast(vtkObjectBase) -> vtkStaticCellLocator C++: static vtkStaticCellLocator *SafeDownCast(vtkObjectBase *o) Standard methods to instantiate, print and obtain type-related information. NewInstanceV.NewInstance() -> vtkStaticCellLocator C++: vtkStaticCellLocator *NewInstance() Standard methods to instantiate, print and obtain type-related information. SetDivisionsV.SetDivisions(int, int, int) C++: void SetDivisions(int, int, int) V.SetDivisions((int, int, int)) C++: void SetDivisions(int a[3]) GetDivisionsV.GetDivisions() -> (int, int, int) C++: int *GetDivisions() Set the number of divisions in x-y-z directions. If the Automatic data member is enabled, the Divisions are set according to the NumberOfCellsPerNode and MaxNumberOfBuckets data members. The number of divisions must be >= 1 in each direction. FindCellV.FindCell([float, float, float], float, vtkGenericCell, [float, float, float], [float, ...]) -> int C++: vtkIdType FindCell(double pos[3], double, vtkGenericCell *cell, double pcoords[3], double *weights) override; V.FindCell([float, float, float]) -> int C++: vtkIdType FindCell(double x[3]) override; Test a point to find if it is inside a cell. Returns the cellId if inside or -1 if not. FindCellsWithinBoundsV.FindCellsWithinBounds([float, ...], vtkIdList) C++: void FindCellsWithinBounds(double *bbox, vtkIdList *cells) override; Return a list of unique cell ids inside of a given bounding box. The user must provide the vtkIdList to populate. This method returns data only after the locator has been built. IntersectWithLineV.IntersectWithLine([float, float, float], [float, float, float], float, float, [float, float, float], [float, float, float], int, int, vtkGenericCell) -> int C++: int IntersectWithLine(double a0[3], double a1[3], double tol, double &t, double x[3], double pcoords[3], int &subId, vtkIdType &cellId, vtkGenericCell *cell) override; V.IntersectWithLine([float, float, float], [float, float, float], float, float, [float, float, float], [float, float, float], int) -> int C++: int IntersectWithLine(double p1[3], double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId) override; V.IntersectWithLine([float, float, float], [float, float, float], float, float, [float, float, float], [float, float, float], int, int) -> int C++: int IntersectWithLine(double p1[3], double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId, vtkIdType &cellId) override; V.IntersectWithLine((float, float, float), (float, float, float), vtkPoints, vtkIdList) -> int C++: int IntersectWithLine(const double p1[3], const double p2[3], vtkPoints *points, vtkIdList *cellIds) override; Return intersection point (if any) AND the cell which was intersected by the finite line. The cell is returned as a cell id and as a generic cell. GenerateRepresentationV.GenerateRepresentation(int, vtkPolyData) C++: void GenerateRepresentation(int level, vtkPolyData *pd) override; Satisfy vtkLocator abstract interface. FreeSearchStructureV.FreeSearchStructure() C++: void FreeSearchStructure() override; Satisfy vtkLocator abstract interface. BuildLocatorV.BuildLocator() C++: void BuildLocator() override; Satisfy vtkLocator abstract interface. SetMaxNumberOfBucketsV.SetMaxNumberOfBuckets(int) C++: virtual void SetMaxNumberOfBuckets(vtkIdType _arg) Set the maximum number of buckets in the locator. By default the value is set to VTK_INT_MAX. Note that there are significant performance implications at work here. If the number of buckets is set very large (meaning > VTK_INT_MAX) then internal sorting may be performed using 64-bit integers (which is much slower than using a 32-bit int). Of course, memory requirements may dramatically increase as well. It is recommended that the default value be used; but for extremely large data it may be desired to create a locator with an exceptionally large number of buckets. Note also that during initialization of the locator if the MaxNumberOfBuckets threshold is exceeded, the Divisions are scaled down in such a way as not to exceed the MaxNumberOfBuckets proportionally to the size of the bounding box in the x-y-z directions. GetMaxNumberOfBucketsMinValueV.GetMaxNumberOfBucketsMinValue() -> int C++: virtual vtkIdType GetMaxNumberOfBucketsMinValue() Set the maximum number of buckets in the locator. By default the value is set to VTK_INT_MAX. Note that there are significant performance implications at work here. If the number of buckets is set very large (meaning > VTK_INT_MAX) then internal sorting may be performed using 64-bit integers (which is much slower than using a 32-bit int). Of course, memory requirements may dramatically increase as well. It is recommended that the default value be used; but for extremely large data it may be desired to create a locator with an exceptionally large number of buckets. Note also that during initialization of the locator if the MaxNumberOfBuckets threshold is exceeded, the Divisions are scaled down in such a way as not to exceed the MaxNumberOfBuckets proportionally to the size of the bounding box in the x-y-z directions. GetMaxNumberOfBucketsMaxValueV.GetMaxNumberOfBucketsMaxValue() -> int C++: virtual vtkIdType GetMaxNumberOfBucketsMaxValue() Set the maximum number of buckets in the locator. By default the value is set to VTK_INT_MAX. Note that there are significant performance implications at work here. If the number of buckets is set very large (meaning > VTK_INT_MAX) then internal sorting may be performed using 64-bit integers (which is much slower than using a 32-bit int). Of course, memory requirements may dramatically increase as well. It is recommended that the default value be used; but for extremely large data it may be desired to create a locator with an exceptionally large number of buckets. Note also that during initialization of the locator if the MaxNumberOfBuckets threshold is exceeded, the Divisions are scaled down in such a way as not to exceed the MaxNumberOfBuckets proportionally to the size of the bounding box in the x-y-z directions. GetMaxNumberOfBucketsV.GetMaxNumberOfBuckets() -> int C++: virtual vtkIdType GetMaxNumberOfBuckets() Set the maximum number of buckets in the locator. By default the value is set to VTK_INT_MAX. Note that there are significant performance implications at work here. If the number of buckets is set very large (meaning > VTK_INT_MAX) then internal sorting may be performed using 64-bit integers (which is much slower than using a 32-bit int). Of course, memory requirements may dramatically increase as well. It is recommended that the default value be used; but for extremely large data it may be desired to create a locator with an exceptionally large number of buckets. Note also that during initialization of the locator if the MaxNumberOfBuckets threshold is exceeded, the Divisions are scaled down in such a way as not to exceed the MaxNumberOfBuckets proportionally to the size of the bounding box in the x-y-z directions. GetLargeIdsV.GetLargeIds() -> bool C++: bool GetLargeIds() Inform the user as to whether large ids are being used. This flag only has meaning after the locator has been built. Large ids are used when the number of binned points, or the number of bins, is >= the maximum number of buckets (specified by the user). Note that LargeIds are only available on 64-bit architectures. vtkAbstractCellLocatorvtkLocatorvtkObjectvtkObjectBasevtkGenericCellvtkIdListvtkPointsvtkPolyDataOP `!:a!!axXA$XA4$7 aa!!@ a@!a"!"!p#!zRx $OAC $Dв AC $lAC B$ AC G$س:AC I$AC G$ xAC G$4PAC E$\(AC I$7 AC L$AC I$AC G$XAC G$$AC I$LAC I$tPAC G$AC G$pAC GzPLRx 4$8xAC P4\AC M#-#8-#-#:-#[#-N#-;#8-##-":-""-"-~"8-f"-<":-"!-!-!8-!-~!:-T!(!/=!- 8- - A-~ :-T % /= - 8--D-:-u/=i-Y8-A-<F-:-/=-8--H-m9-`U@-.:-6--5--B-h-0B--4--B--_B-@-5-t-oB-P-B--4--B--GB-(-Q-R=-R=s-E-A9-.A-@-<-<-?-?-s<-V<-%:-M-A-@-<-<-?-?-j<-M<-:-L-@-<-<-?-?-<-d<-3:-7-K-9-9-s<-S<-":-R=0-O-Q/=8O--B--G-8-9-<-t;-^3-@:- 0- O- Q- - - B-r -L B-- - B- - J- -~ -y B-] - R= O- 8- 7-  N-Q <-+ :- <-<-9-?-u<-+;-3-:-R=e2-S-=8-%-:-Q-R=/=-ZR=Q7-J<-=-:--l@-W@-B@-:-R=*-&-$-sC-f-\8-F-2:-C--8-y-eM9-@"--8-1-S-S-S-wfS-^E>-:-8---1-S-yS-qfS-^MS-E2>-.-- ---"-zslVI-IB -=6/--'!"-xh`XH@8(   xh `XH@8( @8(',#+X)0%!`@ `XPP@80P `@ PMP$a%P  V   $  4$   v @ @!P "W"A p#` B\-olJ&lX:8 <D|ve< gi 3 ]%_PyType_Ready__ZN13vtkPythonArgs11SetArgValueEix__ZN22vtkAbstractCellLocator17IntersectWithLineEPdS0_dRdS0_S0_RiRx__ZN13vtkPythonArgs8GetValueERx_PyvtkAbstractCellLocator_ClassNew_PyvtkStaticCellLocator_ClassNew_PyVTKObject_New__ZL32PyvtkStaticCellLocator_StaticNewv__ZdaPv__ZN20vtkStaticCellLocator3NewEv__ZN20vtkStaticCellLocator12BuildLocatorEv__ZN20vtkStaticCellLocator19FreeSearchStructureEv__ZN22vtkAbstractCellLocator17IntersectWithLineEPKdS1_P9vtkPointsP9vtkIdList__ZN20vtkStaticCellLocator21FindCellsWithinBoundsEPdP9vtkIdList_PyVTKObject_GetSet__Py_NoneStruct_PyVTKObject_GetObject__ZL30PyvtkStaticCellLocator_Methods_PyObject_GenericSetAttr_PyObject_GenericGetAttr_PyVTKObject_Repr_PyVTKAddFile_vtkStaticCellLocator_PyVTKObject_AsBuffer_strcmp__ZN20vtkStaticCellLocator17IntersectWithLineEPdS0_dRdS0_S0_RiRxP14vtkGenericCell___stack_chk_fail_PyObject_GC_Del__ZN13vtkPythonArgs5ArrayIdEC1El_PyVTKObject_Check__ZN13vtkPythonArgs8GetArrayEPii__ZN13vtkPythonArgs10BuildTupleEPKii__ZN13vtkPythonArgs13ArgCountErrorEii__ZN13vtkPythonArgs11SetArgValueEii__ZN13vtkPythonArgs8GetArrayEPdi__ZN13vtkPythonArgs8SetArrayEiPKdi__ZN22vtkAbstractCellLocator17IntersectWithLineEPdS0_dRdS0_S0_Ri__ZN13vtkPythonArgs8GetValueERi__ZN13vtkPythonArgs10GetArgSizeEi_PyBool_FromLong_PyLong_FromLong_PyLong_FromLongLong_PyDict_SetItemString_PyVTKObject_String_PyVTKObject_SetFlag_PyVTKObject_Delete_PyVTKObject_Traverse__ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__ZL27PyvtkStaticCellLocator_Type_PyType_Type__Unwind_Resume___stack_chk_guard__ZN13vtkPythonArgs11SetArgValueEid_PyErr_Occurred_PyVTKClass_Add__ZN13vtkPythonArgs8GetValueERd__ZN22vtkAbstractCellLocator8FindCellEPd__Py_Dealloc__ZN13vtkPythonArgs8GetValueERPc__ZN13vtkPythonArgs13ArgCountErrorEiPKc__ZN13vtkObjectBase8IsTypeOfEPKc__ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRb__ZN20vtkStaticCellLocator22GenerateRepresentationEiP11vtkPolyData__ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1___ZL35PyvtkStaticCellLocator_SafeDownCastP7_objectS0___ZL44PyvtkStaticCellLocator_SetMaxNumberOfBucketsP7_objectS0___ZL44PyvtkStaticCellLocator_GetMaxNumberOfBucketsP7_objectS0___ZL35PyvtkStaticCellLocator_SetDivisionsP7_objectS0___ZL35PyvtkStaticCellLocator_GetDivisionsP7_objectS0___ZL44PyvtkStaticCellLocator_FindCellsWithinBoundsP7_objectS0___ZL34PyvtkStaticCellLocator_GetLargeIdsP7_objectS0___ZL35PyvtkStaticCellLocator_BuildLocatorP7_objectS0___ZL45PyvtkStaticCellLocator_GenerateRepresentationP7_objectS0___ZL31PyvtkStaticCellLocator_FindCellP7_objectS0___ZL31PyvtkStaticCellLocator_IsTypeOfP7_objectS0___ZL52PyvtkStaticCellLocator_GetMaxNumberOfBucketsMaxValueP7_objectS0___ZL52PyvtkStaticCellLocator_GetMaxNumberOfBucketsMinValueP7_objectS0___ZL42PyvtkStaticCellLocator_FreeSearchStructureP7_objectS0___ZL40PyvtkStaticCellLocator_IntersectWithLineP7_objectS0___ZL34PyvtkStaticCellLocator_NewInstanceP7_objectS0___ZL26PyvtkStaticCellLocator_IsAP7_objectS0___ZN20vtkStaticCellLocator8FindCellEPddP14vtkGenericCellS0_S0_GCC_except_table9___gxx_personality_v0GCC_except_table10