X P'xP'__text__TEXTx)__data__DATAX/@__cstring__TEXT 8__compact_unwind__LDP!#1__eh_frame__TEXT#`h& h2  1A5 P*UHH=H5HH uHH=H]ÐUH]fDUHSPHH=H5HBH uHH=H5HHt H tH[]H=H[]fUHSH(HuHHE؋FEHEHEH}Ѓu1Hut3H}HuHcH([]þ1H([]UHAWAVSH(HuHjHED~D}HG]ԉ]؅y HHtdLw(HEMt8A)Au3HuH}t}Hut;HHt<1@H}1)HE1ILPHuHcH([A^A_]f.@UHAVSH0HuHuHEЋFEHEuGH5vH}HU}t@HHtCHH5HPE1LEHu+H}Ⱦ1H0[A^]E1HuLUHAVSH HuHAHEDvDuHG]]yHHH(HD9u3HPxHt9HHH5:HPE1LEHucH}111RE1HuCLHt6HHt)HHH1Q@H߾1HH [A^]UHAWAVSH(HuHHED~D}HG]ԉ]؅y HHt\Lw(MtSA)Au7H5H}HU}t0}t7LHHu9H}1H([A^A_]ILH`HuHHUHAVSH HuHHEDvDuHG]]y HHt H(HtD9uHHt1H}111 HHHH [A^]f.fUHAWAVSH(HuHHED~D}HG]ԉ]؅y HHtiLw(Mt`A)AuDH59H}HU}t=ILH@HuHHH}1H([A^A_]UHAWAVSH(HuHHED~D}HG]ԉ]؅y HHtgLw(Mt^A)AuBHuH}tD}utHA9tAILHu6H}1H([A^A_]ILhHuHHUHAVSH HuHHEDvDuHG]]y HHt+H(Ht"D9u!Et-HhHt(1.H}111HpHuHHHH [A^]f.DUHAVSH HuHKHEDvDuHG]]y HHt(H(HtD9uEt*H1hHt(1.H}111HxHuHHHH [A^]fUHAVSH HuHHEDvDuHG]]y HHt#H(HtD9uEt%Ht*11H}111 HHuHcHHH [A^]@UHAWAVSH(HuHHED~D}HG]ԉ]؅y HHt\Lw(MtSA)Au7H5H}HU}t0}t7LHHu9H}1H([A^A_]ILHHuHHUHAVSH HuHHEDvDuHG]]y HHt H(HtD9uHHt1H}111 HHHH [A^]f.fUHAWAVSH(HuHUHED~D}HG]ԉ]؅y HHtfLw(Mt]A)AuAHuH}tCEIL(((HuHHH}1H([A^A_]UHAVSH0HuH7HEDvDuHG]܉]y HHt%HG(HtD9uEHt1H}111 EHHH0[A^]DUHSHhHHHE^HG)Ѓ8HuHHE]UĉUȅyHHH_(H}H}HuhH}HuSH}Hu>H}Hu)}EMU]f.u6z4f.u&z$f.uzf.uHHHHuHHE]UĉUȅy HHt_H_(HtVHuH}t@}t`EMU]HHHuNH5Z1H H H;MuHHh[]1H_HHuHHuHHH H H;Mtf.UHAWAVSH(HuHHED~D}HG]܉]y HHt$Lw(MtD9uEt&IHt.1:H}111)ILIHuLHHH([A^A_]fDUHSPHH=`HtZH=THtGH=[Ht4H=ZHt!H=THtHH[]H[]HDgsQc!8<O=PyY l vtkImageStencilvtkImagingStencilPython.vtkImageStencilvtkImageStencil - combine images via a cookie-cutter operation Superclass: vtkThreadedImageAlgorithm vtkImageStencil will combine two images together using a stencil. The stencil should be provided in the form of a vtkImageStencilData, 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) -> vtkImageStencil C++: static vtkImageStencil *SafeDownCast(vtkObjectBase *o) NewInstanceV.NewInstance() -> vtkImageStencil C++: vtkImageStencil *NewInstance() SetStencilDataV.SetStencilData(vtkImageStencilData) C++: virtual void SetStencilData(vtkImageStencilData *stencil) Specify the stencil to use. The stencil can be created from a vtkImplicitFunction or a vtkPolyData. This function does not setup a pipeline connection. GetStencilV.GetStencil() -> vtkImageStencilData C++: vtkImageStencilData *GetStencil() Specify the stencil to use. The stencil can be created from a vtkImplicitFunction or a vtkPolyData. This function does not setup a pipeline connection. SetStencilConnectionV.SetStencilConnection(vtkAlgorithmOutput) C++: void SetStencilConnection(vtkAlgorithmOutput *outputPort) Specify the stencil to use. This sets up a pipeline connection. SetReverseStencilV.SetReverseStencil(int) C++: virtual void SetReverseStencil(int _arg) Reverse the stencil. ReverseStencilOnV.ReverseStencilOn() C++: virtual void ReverseStencilOn() Reverse the stencil. ReverseStencilOffV.ReverseStencilOff() C++: virtual void ReverseStencilOff() Reverse the stencil. GetReverseStencilV.GetReverseStencil() -> int C++: virtual int GetReverseStencil() Reverse the stencil. SetBackgroundInputDataV.SetBackgroundInputData(vtkImageData) C++: virtual void SetBackgroundInputData(vtkImageData *input) Set the second input. This image will be used for the 'outside' of the stencil. If not set, the output voxels will be filled with BackgroundValue instead. GetBackgroundInputV.GetBackgroundInput() -> vtkImageData C++: vtkImageData *GetBackgroundInput() Set the second input. This image will be used for the 'outside' of the stencil. If not set, the output voxels will be filled with BackgroundValue instead. SetBackgroundValueV.SetBackgroundValue(float) C++: void SetBackgroundValue(double val) Set the default output value to use when the second input is not set. GetBackgroundValueV.GetBackgroundValue() -> float C++: double GetBackgroundValue() Set the default output value to use when the second input is not set. SetBackgroundColorV.SetBackgroundColor(float, float, float, float) C++: void SetBackgroundColor(double, double, double, double) V.SetBackgroundColor((float, float, float, float)) C++: void SetBackgroundColor(double a[4]) GetBackgroundColorV.GetBackgroundColor() -> (float, float, float, float) C++: double *GetBackgroundColor() vtkThreadedImageAlgorithmvtkImageAlgorithmvtkAlgorithmvtkObjectvtkObjectBasevtkImageStencilDatavtkAlgorithmOutputvtkImageDataOP `pa`!!a!aPa0!!!P a0 ! a !0 UaPzRx $OAC $D AC $lAC B$hAC E$AC I$AC G$ AC G$4AC I$\AC G$AC I$AC I$hAC G$AC G$$AC G$LAC I$tAC G$@AC I$AC G$PUAC E$AC I$< AC B.-@-@-@-w@-od@-\5/-#- 1--3->-s?=i-=]-+?="0- - 4- 3-  - 6- 6- 6- 6- 3-v < ?= - 1- - 3- | 1-d -=X -5 6- 3-  8- 1- - ;-l 3-B  -= - 1- - <- 2-  3-d 9 -, - 1- -3--=-o1-W-,3--=-1--l3-B'-=-1--7-3-d?1-'-=-2-3-q8-g1-O-G9-,3--=-1--:-|2-oN3-$(-$-"-8--1--L3-"8--1--2-rC-6-1---5-3-c1-M-@-9-,5-,---+- -zslV=-IB-=6/+-'! -xh`XH@8(     xh `XH@8( @8&%*!)X'0#`@ `@ `@ C,bPap`g"P[0+,P L0   0 `5*PmeL`Q~MIn(n_PyType_Ready_PyvtkThreadedImageAlgorithm_ClassNew_PyvtkImageStencil_ClassNew_PyVTKObject_New__ZL27PyvtkImageStencil_StaticNewv__ZN15vtkImageStencil3NewEv__ZN15vtkImageStencil18GetBackgroundInputEv__ZN15vtkImageStencil10GetStencilEv_PyVTKObject_GetSet__Py_NoneStruct_PyVTKObject_GetObject__ZL25PyvtkImageStencil_Methods_PyObject_GenericSetAttr_PyObject_GenericGetAttr_PyVTKObject_Repr_PyVTKObject_AsBuffer_strcmp_PyVTKAddFile_vtkImageStencil___stack_chk_fail_PyObject_GC_Del_PyVTKObject_Check__ZN13vtkPythonArgs13ArgCountErrorEii__ZN13vtkPythonArgs8GetArrayEPdi__ZN13vtkPythonArgs10BuildTupleEPKdi__ZN13vtkPythonArgs8GetValueERi_PyLong_FromLong_PyDict_SetItemString_PyVTKObject_String_PyVTKObject_SetFlag_PyVTKObject_Delete_PyVTKObject_Traverse__ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__ZL22PyvtkImageStencil_Type_PyType_Type_PyFloat_FromDouble___stack_chk_guard_PyErr_Occurred_PyVTKClass_Add__ZN13vtkPythonArgs8GetValueERd__Py_Dealloc__ZN13vtkPythonArgs8GetValueERPc__ZN13vtkPythonArgs13ArgCountErrorEiPKc__ZN15vtkImageStencil8IsTypeOfEPKc__ZN13vtkObjectBase8IsTypeOfEPKc__ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRb__ZN15vtkImageStencil14SetStencilDataEP19vtkImageStencilData__ZN15vtkImageStencil22SetBackgroundInputDataEP12vtkImageData__ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1___ZL36PyvtkImageStencil_GetBackgroundInputP7_objectS0___ZL30PyvtkImageStencil_SafeDownCastP7_objectS0___ZL36PyvtkImageStencil_SetBackgroundColorP7_objectS0___ZL36PyvtkImageStencil_GetBackgroundColorP7_objectS0___ZL38PyvtkImageStencil_SetStencilConnectionP7_objectS0___ZL34PyvtkImageStencil_ReverseStencilOnP7_objectS0___ZL28PyvtkImageStencil_GetStencilP7_objectS0___ZL35PyvtkImageStencil_SetReverseStencilP7_objectS0___ZL35PyvtkImageStencil_GetReverseStencilP7_objectS0___ZL35PyvtkImageStencil_ReverseStencilOffP7_objectS0___ZL26PyvtkImageStencil_IsTypeOfP7_objectS0___ZL36PyvtkImageStencil_SetBackgroundValueP7_objectS0___ZL36PyvtkImageStencil_GetBackgroundValueP7_objectS0___ZL29PyvtkImageStencil_NewInstanceP7_objectS0___ZL40PyvtkImageStencil_SetBackgroundInputDataP7_objectS0___ZL32PyvtkImageStencil_SetStencilDataP7_objectS0___ZL21PyvtkImageStencil_IsAP7_objectS0_