X H0xH0__text__TEXTx2__data__DATA`x8L__cstring__TEXT`__compact_unwind__LD() +;__eh_frame__TEXTH,. h2  ;E(@ P*UHAVSH=H5HDH u~HL51Ht"HH5LHH uHHt"HH5LHH uHH=H[A^]DUH]fDUHSPHH5{HHt H tH[]H=H[]fDUHSH(HuHHE؋FEHEHEH}Ѓu1Hut3H}HuHcH([]þ1H([]UHAWAVSH(HuHHED~D}HG]ԉ]؅y HHtdLw(HEMt8A)Au3HuH}t}Hut;HHt<1@H}1)HE1ILPHuHcH([A^A_]f.@UHAVSH0HuHHEЋFEHEuGH5I&H}HU}t@HHtCHH5wHPE1LEHu+H}Ⱦ1H0[A^]E1HuLUHAVSH HuHHEDvDuHG]]yHHH(HD9u3HPxHt9HHH5HPE1LEHucH}111RE1HuCLHt6HHt)HHH1Q@H߾1HH [A^]UHAVSH HuHHEDvDuHG]]y HHt#H(HtD9uEt%Ht*11H}111 HHuHcHHH [A^]@UHAWAVSH(HuHHED~D}HG]ԉ]؅y HHtyLw(MtpA)AuTHuH}tV}utZL1IA9tAILHu6H}1H([A^A_]ILHuHHf.@UHAVSH HuHHEDvDuHG]]y HHtH(HtD9uEt!1Ht+12H}111!HHcHuHHHH [A^]UHAWAVSH(HuHHED~D}HG]܉]y HHt#H(HtD9uAEtHt+12H}111!HLcHuLHHH([A^A_]f.DUHAVSH HuHHEDvDuHG]]y HHt1H(Ht(D9u'H11HuHH1H}111HH [A^]UHAVSH HuHHEDvDuHG]]y HHt&H(HtD9uHHt1H}111 HHHH [A^]UHAWAVSH(HuHHEDvDuHG]܉]y HHt%H(HtD9uEt3IHt71H}111HH([A^A_]HIHuMt3LILHHHuLLHHHfDUHAWAVSH(HuHHED~D}HG]ԉ]؅y HHt\Lw(MtSA)Au7H5(H}HU}t0}t7LHHu9H}1H([A^A_]ILHHuHHUHAVSH HuHHEDvDuHG]]y HHt$H(HtD9uEt&HHt+12H}111!HHHuHHHH [A^]fUHAVSH HuHHEDvDuHG]]y HHt#H(HtD9uEt%Ht*11H}111 H HuHcHHH [A^]@UHAWAVSH(HuH'HED~D}HG]ԉ]؅y HHtyLw(MtpA)AuTHuH}tV}utZL1IA9tAILHu6H}1H([A^A_]IL(HuHHf.@UHAVSH HuHHEDvDuHG]]y HHtH(HtD9uEt!1Ht+12H}111!H0HcHuHHHH [A^]UHAWAVSH(HuH$HED~D}HG]܉]y HHt#H(HtD9uAEtHt+12H}111!H8LcHuLHHH([A^A_]f.DUHAWAVSH(HuHDHED~D}HG]ԉ]؅y HHtpLw(MtgA)AuKHuH}tMH5gH}HU}t3}ut7LHHu9H}1H([A^A_]ILH@HuHH@UHAWAVSH(HuHrHED~D}HG]ԉ]؅y HHtVLw(MtMA)Au1HuH}t3}ut7LHHu9H}1H([A^A_]ILHHHuHUHAVSH HuHHEDvDuHG]]y HHt"H(HtD9uEt$Ht(1.H}111HPHuHHHH [A^]UHAVSH HuHHEDvDuHG]]y HHt%H(HtD9uEt'HHt+1>H}111-HHHuHHxHHH [A^]DUHSPHH=HtZH=4HtGH=7Ht4H==Ht!H=7HtHH[]H[]HDKTUYN[7@Xi.Z d T!^!G"["#####$$%%&&''E(N(vtkLassoStencilSourcePOLYGONSPLINEvtkImagingStencilPython.vtkLassoStencilSourcevtkLassoStencilSource - Create a stencil from a contour Superclass: vtkImageStencilSource vtkLassoStencilSource will create an image stencil from a set of points that define a contour. Its output can be used with vtkImageStecil or other vtk classes that apply a stencil to an image. @sa vtkROIStencilSource vtkPolyDataToImageStencil@par Thanks: Thanks to David Gobbi for contributing this class to VTK. IsTypeOfV.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. IsAV.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. SafeDownCastV.SafeDownCast(vtkObjectBase) -> vtkLassoStencilSource C++: static vtkLassoStencilSource *SafeDownCast(vtkObjectBase *o) NewInstanceV.NewInstance() -> vtkLassoStencilSource C++: vtkLassoStencilSource *NewInstance() GetShapeV.GetShape() -> int C++: virtual int GetShape() The shape to use, default is "Polygon". The spline is a cardinal spline. Bezier splines are not yet supported. SetShapeV.SetShape(int) C++: virtual void SetShape(int _arg) The shape to use, default is "Polygon". The spline is a cardinal spline. Bezier splines are not yet supported. GetShapeMinValueV.GetShapeMinValue() -> int C++: virtual int GetShapeMinValue() The shape to use, default is "Polygon". The spline is a cardinal spline. Bezier splines are not yet supported. GetShapeMaxValueV.GetShapeMaxValue() -> int C++: virtual int GetShapeMaxValue() The shape to use, default is "Polygon". The spline is a cardinal spline. Bezier splines are not yet supported. SetShapeToPolygonV.SetShapeToPolygon() C++: void SetShapeToPolygon() The shape to use, default is "Polygon". The spline is a cardinal spline. Bezier splines are not yet supported. SetShapeToSplineV.SetShapeToSpline() C++: void SetShapeToSpline() The shape to use, default is "Polygon". The spline is a cardinal spline. Bezier splines are not yet supported. GetShapeAsStringV.GetShapeAsString() -> string C++: virtual const char *GetShapeAsString() The shape to use, default is "Polygon". The spline is a cardinal spline. Bezier splines are not yet supported. SetPointsV.SetPoints(vtkPoints) C++: virtual void SetPoints(vtkPoints *points) The points that make up the lassoo. The loop does not have to be closed, the last point will automatically be connected to the first point by a straight line segment. GetPointsV.GetPoints() -> vtkPoints C++: virtual vtkPoints *GetPoints() The points that make up the lassoo. The loop does not have to be closed, the last point will automatically be connected to the first point by a straight line segment. GetSliceOrientationV.GetSliceOrientation() -> int C++: virtual int GetSliceOrientation() The slice orientation. The default is 2, which is XY. Other values are 0, which is YZ, and 1, which is XZ. SetSliceOrientationV.SetSliceOrientation(int) C++: virtual void SetSliceOrientation(int _arg) The slice orientation. The default is 2, which is XY. Other values are 0, which is YZ, and 1, which is XZ. GetSliceOrientationMinValueV.GetSliceOrientationMinValue() -> int C++: virtual int GetSliceOrientationMinValue() The slice orientation. The default is 2, which is XY. Other values are 0, which is YZ, and 1, which is XZ. GetSliceOrientationMaxValueV.GetSliceOrientationMaxValue() -> int C++: virtual int GetSliceOrientationMaxValue() The slice orientation. The default is 2, which is XY. Other values are 0, which is YZ, and 1, which is XZ. SetSlicePointsV.SetSlicePoints(int, vtkPoints) C++: virtual void SetSlicePoints(int i, vtkPoints *points) The points for a particular slice. This will override the points that were set by calling SetPoints() for the slice. To clear the setting, call SetSlicePoints(slice, nullptr). GetSlicePointsV.GetSlicePoints(int) -> vtkPoints C++: virtual vtkPoints *GetSlicePoints(int i) The points for a particular slice. This will override the points that were set by calling SetPoints() for the slice. To clear the setting, call SetSlicePoints(slice, nullptr). RemoveAllSlicePointsV.RemoveAllSlicePoints() C++: virtual void RemoveAllSlicePoints() Remove points from all slices. GetMTimeV.GetMTime() -> int C++: vtkMTimeType GetMTime() override; Overload GetMTime() to include the timestamp on the points. vtkImageStencilSourcevtkImageStencilAlgorithmvtkAlgorithmvtkObjectvtkObjectBasevtkPoints! J a!@!@!a!a`!!a ap ! ! a ! a@a0a!!pzRx $AC C$D0 AC $lJAC B$@AC E$AC I$`AC G$ AC G$4AC G$\HAC I$ AC G$AC I$@AC G$AC G$$0AC I$LAC I$tAC G$8AC G$AC I$AC G$ AC I$<AC I$dAC I$(AC G$AC G$HAC B5-C-C-C-C-C-|X -Q-?-,6-- A-8-4=-y6-a-\?-<8-;--6--<-:-n8-D#4=-6--=-7-:-~8-T-- 6- - 8- f -Y -F 6-. - 8-  4= - 6-u -5 :- 8-  - - 6- -\ 8-2  ;- - 6- - 8- _ 4=S -2 6- - B- 7-  8-  4=u -j -] &-O D-= - 6- ->-8-4=}6-e-<8-6-4=-8-r<-/-6--8--y-f6-N-,8-4=-6--U:-.8---6--|8-R,/-+-)-;--6--|8-R3;-&-6--7-s-f-F6-*-#- 9-8-6-}-p-i-\9-03- --@-$-3--x-n3-a-VG-@922-*$'- 8( xh`XH@8(     xh `XH@8( @!8-,1(#"0X.0*%`@ `@ `@ (d  j @ @&6`H r p   a  @B0{ Kp~?`o&}J^:S8iU1N4umu_PyType_Ready_PyvtkLassoStencilSource_ClassNew_PyvtkImageStencilSource_ClassNew_PyVTKObject_New__ZL33PyvtkLassoStencilSource_StaticNewv__ZN21vtkLassoStencilSource3NewEv__ZN21vtkLassoStencilSource20RemoveAllSlicePointsEv__ZN21vtkLassoStencilSource16GetShapeAsStringEv__ZN21vtkLassoStencilSource8GetMTimeEv_PyVTKObject_GetSet__Py_NoneStruct_PyVTKObject_GetObject__ZN21vtkLassoStencilSource14SetSlicePointsEiP9vtkPoints__ZN21vtkLassoStencilSource9SetPointsEP9vtkPoints__ZL31PyvtkLassoStencilSource_Methods_PyObject_GenericSetAttr_PyObject_GenericGetAttr_PyVTKObject_Repr_PyVTKObject_AsBuffer_PyErr_Clear_strcmp_strlen_PyObject_GC_Del_PyVTKObject_Check__ZN13vtkPythonArgs13ArgCountErrorEii__ZN13vtkPythonArgs8GetValueERi__ZN21vtkLassoStencilSource14GetSlicePointsEi_PyLong_FromLong_PyLong_FromUnsignedLong_PyDict_SetItemString_PyVTKObject_String_PyVTKObject_SetFlag_PyBytes_FromStringAndSize_PyUnicode_FromStringAndSize_PyVTKObject_Delete_PyVTKObject_Traverse__ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase_PyType_Type__ZL28PyvtkLassoStencilSource_Type_PyVTKAddFile_vtkLassoStencilSource_PyErr_Occurred_PyVTKClass_Add__Py_Dealloc__ZN13vtkPythonArgs8GetValueERPc__ZN13vtkObjectBase8IsTypeOfEPKc__ZN21vtkLassoStencilSource8IsTypeOfEPKc__ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRb__ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1___ZL36PyvtkLassoStencilSource_SafeDownCastP7_objectS0___ZL33PyvtkLassoStencilSource_SetPointsP7_objectS0___ZL33PyvtkLassoStencilSource_GetPointsP7_objectS0___ZL38PyvtkLassoStencilSource_SetSlicePointsP7_objectS0___ZL38PyvtkLassoStencilSource_GetSlicePointsP7_objectS0___ZL44PyvtkLassoStencilSource_RemoveAllSlicePointsP7_objectS0___ZL43PyvtkLassoStencilSource_SetSliceOrientationP7_objectS0___ZL43PyvtkLassoStencilSource_GetSliceOrientationP7_objectS0___ZL41PyvtkLassoStencilSource_SetShapeToPolygonP7_objectS0___ZL40PyvtkLassoStencilSource_GetShapeAsStringP7_objectS0___ZL32PyvtkLassoStencilSource_IsTypeOfP7_objectS0___ZL51PyvtkLassoStencilSource_GetSliceOrientationMaxValueP7_objectS0___ZL40PyvtkLassoStencilSource_GetShapeMaxValueP7_objectS0___ZL51PyvtkLassoStencilSource_GetSliceOrientationMinValueP7_objectS0___ZL40PyvtkLassoStencilSource_GetShapeMinValueP7_objectS0___ZL32PyvtkLassoStencilSource_SetShapeP7_objectS0___ZL32PyvtkLassoStencilSource_GetShapeP7_objectS0___ZL40PyvtkLassoStencilSource_SetShapeToSplineP7_objectS0___ZL32PyvtkLassoStencilSource_GetMTimeP7_objectS0___ZL35PyvtkLassoStencilSource_NewInstanceP7_objectS0___ZL27PyvtkLassoStencilSource_IsAP7_objectS0_