X  @x @__text__TEXT:xB__data__DATA@@ Ka__cstring__TEXT#%__compact_unwind__LDP79N__eh_frame__TEXT0;= h2  ODST P!#UHH=H5Hg#H uHH=H]ÐUH]fDUHSPHH=H5H#H uHH=H5"HHt H tH[]H=H[]fUHAVSH0HuH'HEЋFEHEHEH}ȃHuH]H=7"HAtDH=5Ht1H=5HtH=5Ht HLcHuL1H0[A^]UHAWAVSH(HuH'HED~D}HG]ԉ]؅yHHLw(HEMA)Au{HuH}}L}tH=!LAtuH=4LtbH=4LtOH=4Lt"HE؉]UUy HHt\H_(HtSHuH}кt=uUHHHuHHH([]H5!1H([]LHAHufUHAWAVSH(HuH"HED~D}HG]܉]y HHt$Lw(MtD9uEt&IƎHt.1:H}111)ILIHuLHHH([A^A_]fDUHSH(^HG)Ѓ'HuH!HE؉]UUyHHH_(HH}HuH}Hu}ME8u 8HHHfHuH HE؉]UUy HHt\H_(HtSHuH}кt=uUHHHuHHH([]H5 1H([]LHAHufUHAWAVSH(HuH HED~D}HG]܉]y HHt$Lw(MtD9uEt&IƐHt.1:H}111)ILIHuLHHH([A^A_]fDUHSH(^HG)Ѓ'HuH^ HE؉]UUyHHH_(HH}HuH}Hu}ME8u 8HHHfHuHHE؉]UUy HHt\H_(HtSHuH}кt=uUHH(HuHHH([]H5;1H([]LHA(HufUHAWAVSH(HuHHED~D}HG]܉]y HHt$Lw(MtD9uEt&IƒHt.1:H}111)IL0IHuLHHH([A^A_]fDUHSH(^HG)Ѓ'HuHHE؉]UUyHHH_(HH}HuH}Hu}ME8u 8HHHfHuHoHE؉]UUy HHt\H_(HtSHuH}кt=uUHH@HuHHH([]H51H([]LHA@HufUHAWAVSH(HuH=HED~D}HG]܉]y HHt$Lw(MtD9uEt&IƔHt.1:H}111)ILHIHuLHHH([A^A_]fDUHSH(^HG)Ѓ'HuHHE؉]UUyHHH_(HH}HuH}Hu}ME8u 8HHHfHuHHE؉]UUy HHt\H_(HtSHuH}кt=uUHHXHuHHH([]H51H([]LHAXHufUHAWAVSH(HuHHED~D}HG]܉]y HHt$Lw(MtD9uEt&IƖHt.1:H}111)IL`IHuLHHH([A^A_]fDUHSH(^HG)Ѓ'HuH}HE؉]UUyHHH_(HH}HuH}Hu}ME8u 8HHHfHuHHE؉]UUy HHt\H_(HtSHuH}кt=uUHHpHuHHH([]H5Z1H([]LHApHufUHAWAVSH(HuHHED~D}HG]܉]y HHt$Lw(MtD9uEt&IƘHt.1:H}111)ILxIHuLHHH([A^A_]fDUHSH(^HG)Ѓ'HuH5HE؉]UUyHHH_(HH}HuH}Hu}ME8u 8HHHfHuHHE؉]UUy HHt\H_(HtSHuH}кt=uUHHHuHHH([]H51H([]LHAHufUHAWAVSH(HuHSHED~D}HG]܉]y HHt$Lw(MtD9uEt&IƚHt.1:H}111)ILIHuLHHH([A^A_]fDUHSH(^HG)Ѓ'HuHHE؉]UUyHHH_(HH}HuH}Hu}ME8u 8HHHfHuH4HE؉]UUy HHt\H_(HtSHuH}кt=uUHHHuHHH([]H51H([]LHAHufUHAWAVSH(HuHHED~D}HG]܉]y HHt$Lw(MtD9uEt&IƜHt.1:H}111)ILIHuLHHH([A^A_]#HD#(())**9+E+++++O,X,,, --~----u.}...y////000111 2222 3333 444455556666vtkBooleanTexturevtkImagingHybridPython.vtkBooleanTexturevtkBooleanTexture - generate 2D texture map based on combinations of inside, outside, and on region boundary Superclass: vtkImageAlgorithm vtkBooleanTexture is a filter to generate a 2D texture map based on combinations of inside, outside, and on region boundary. The "region" is implicitly represented via 2D texture coordinates. These texture coordinates are normally generated using a filter like vtkImplicitTextureCoords, which generates the texture coordinates for any implicit function. vtkBooleanTexture generates the map according to the s-t texture coordinates plus the notion of being in, on, or outside of a region. An in region is when the texture coordinate is between (0,0.5-thickness/2). An out region is where the texture coordinate is (0.5+thickness/2). An on region is between (0.5-thickness/2,0.5+thickness/2). The combination in, on, and out for each of the s-t texture coordinates results in 16 possible combinations (see text). For each combination, a different value of intensity and transparency can be assigned. To assign maximum intensity and/or opacity use the value 255. A minimum value of 0 results in a black region (for intensity) and a fully transparent region (for transparency). @sa vtkImplicitTextureCoords vtkThresholdTextureCoords 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) -> vtkBooleanTexture C++: static vtkBooleanTexture *SafeDownCast(vtkObjectBase *o) NewInstanceV.NewInstance() -> vtkBooleanTexture C++: vtkBooleanTexture *NewInstance() SetXSizeV.SetXSize(int) C++: virtual void SetXSize(int _arg) Set the X texture map dimension. GetXSizeV.GetXSize() -> int C++: virtual int GetXSize() Set the X texture map dimension. SetYSizeV.SetYSize(int) C++: virtual void SetYSize(int _arg) Set the Y texture map dimension. GetYSizeV.GetYSize() -> int C++: virtual int GetYSize() Set the Y texture map dimension. SetThicknessV.SetThickness(int) C++: virtual void SetThickness(int _arg) Set the thickness of the "on" region. GetThicknessV.GetThickness() -> int C++: virtual int GetThickness() Set the thickness of the "on" region. SetInInV.SetInIn(int, int) C++: void SetInIn(unsigned char, unsigned char) V.SetInIn((int, int)) C++: void SetInIn(unsigned char a[2]) GetInInV.GetInIn() -> (int, int) C++: unsigned char *GetInIn() Specify intensity/transparency for "in/in" region. SetInOutV.SetInOut(int, int) C++: void SetInOut(unsigned char, unsigned char) V.SetInOut((int, int)) C++: void SetInOut(unsigned char a[2]) GetInOutV.GetInOut() -> (int, int) C++: unsigned char *GetInOut() Specify intensity/transparency for "in/out" region. SetOutInV.SetOutIn(int, int) C++: void SetOutIn(unsigned char, unsigned char) V.SetOutIn((int, int)) C++: void SetOutIn(unsigned char a[2]) GetOutInV.GetOutIn() -> (int, int) C++: unsigned char *GetOutIn() Specify intensity/transparency for "out/in" region. SetOutOutV.SetOutOut(int, int) C++: void SetOutOut(unsigned char, unsigned char) V.SetOutOut((int, int)) C++: void SetOutOut(unsigned char a[2]) GetOutOutV.GetOutOut() -> (int, int) C++: unsigned char *GetOutOut() Specify intensity/transparency for "out/out" region. SetOnOnV.SetOnOn(int, int) C++: void SetOnOn(unsigned char, unsigned char) V.SetOnOn((int, int)) C++: void SetOnOn(unsigned char a[2]) GetOnOnV.GetOnOn() -> (int, int) C++: unsigned char *GetOnOn() Specify intensity/transparency for "on/on" region. SetOnInV.SetOnIn(int, int) C++: void SetOnIn(unsigned char, unsigned char) V.SetOnIn((int, int)) C++: void SetOnIn(unsigned char a[2]) GetOnInV.GetOnIn() -> (int, int) C++: unsigned char *GetOnIn() Specify intensity/transparency for "on/in" region. SetOnOutV.SetOnOut(int, int) C++: void SetOnOut(unsigned char, unsigned char) V.SetOnOut((int, int)) C++: void SetOnOut(unsigned char a[2]) GetOnOutV.GetOnOut() -> (int, int) C++: unsigned char *GetOnOut() Specify intensity/transparency for "on/out" region. SetInOnV.SetInOn(int, int) C++: void SetInOn(unsigned char, unsigned char) V.SetInOn((int, int)) C++: void SetInOn(unsigned char a[2]) GetInOnV.GetInOn() -> (int, int) C++: unsigned char *GetInOn() Specify intensity/transparency for "in/on" region. SetOutOnV.SetOutOn(int, int) C++: void SetOutOn(unsigned char, unsigned char) V.SetOutOn((int, int)) C++: void SetOutOn(unsigned char a[2]) GetOutOnV.GetOutOn() -> (int, int) C++: unsigned char *GetOutOn() Specify intensity/transparency for "out/on" region. vtkImageAlgorithmvtkAlgorithmvtkObjectvtkObjectBaseOP `!:a!!a!Pa0!a!p  a P aa`a@aaPa0aazRx $OAC $D AC $lAC B$(AC G$:AC I$AC G$ AC G$4XAC I$\AC G$AC I$PAC G$AC I$AC G$$AC E$LAC I$tAC E$AC I$AC E$AC I$AC E$<AC I$dAC E$AC I$AC E$AC I$AC E$,AC I$TAC E$|AC I$AC E$AC I%8-"-:-"-<-s"-R9-K:6=."-=-<-"-y?-d?-><-(8-"-:-"-n<-D#"-9-6="-=-<-r"-)?-?-<-8-s"-]:-E"-<-"-9-6="-q=-N<-8""-?-?-<-58-#"- :-"-<-"-b9-[J6=>"-!=-<-"-?-t?-N<-88-"-:-"-~<-T3"-9- 6="-=-<-"-9?-$?-<-8-"-m:-U"-.<-"-9-6="-=-^<-H2"-?-?-<-E8-3"-:-"-<-"-r9-kZ6=N"-1=-<-"-?-?-^<-H 8- "- :- "- <-d C "-" 9-  6= "- =- <-  "-I ?-4 ?- <-  8- "-} :-e "-> <-  "- 9-  6= "- =-n <-X B "- ?- ?- <- Y #-L "-: :-" "-<-6="-:-s"-E@-<-#-"-:-"-l<-B'6="-:-"-@-<-d9#-,"-:-"-<-6="-m:-S"-%@-<-1---+-sA-f"-\:-F"-2<-A-"-:-y"-eM;-@"#-"-:-7-C-C-C-wfC-^E>-<-:-#-"-7-C-yC-qfC-^MC-E2>-5-!-'-4-)-zslVB-IB'-=6/4-'!)-xh`XH@8( xh`XH@8(     xh `XH@8( @$8/.3*&%2X00,(`@ `@ `@ `@ @\P ' E9Ph0xp   P #)`Y<j@RP0 `-?/.^"?@o~K.iUO}\V_PyType_Ready_PyvtkImageAlgorithm_ClassNew_PyvtkBooleanTexture_ClassNew_PyVTKObject_New__ZL29PyvtkBooleanTexture_StaticNewv__ZN17vtkBooleanTexture3NewEv_PyVTKObject_GetSet__Py_NoneStruct_PyVTKObject_GetObject__ZL27PyvtkBooleanTexture_Methods_PyObject_GenericSetAttr_PyObject_GenericGetAttr_PyVTKObject_Repr_PyVTKObject_AsBuffer_strcmp_PyObject_GC_Del_PyVTKObject_Check__ZN13vtkPythonArgs13ArgCountErrorEii__ZN13vtkPythonArgs8GetArrayEPhi__ZN13vtkPythonArgs10BuildTupleEPKhi__ZN13vtkPythonArgs8GetValueERi__ZN13vtkPythonArgs8GetValueERh_PyLong_FromLong_PyDict_SetItemString_PyVTKObject_String_PyVTKObject_SetFlag_PyVTKObject_Delete_PyVTKObject_Traverse__ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase_PyVTKAddFile_vtkBooleanTexture__ZL24PyvtkBooleanTexture_Type_PyType_Type_PyErr_Occurred_PyVTKClass_Add__Py_Dealloc__ZN13vtkPythonArgs8GetValueERPc__ZN13vtkPythonArgs13ArgCountErrorEiPKc__ZN13vtkObjectBase8IsTypeOfEPKc__ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRb__ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1___ZL29PyvtkBooleanTexture_SetOutOutP7_objectS0___ZL29PyvtkBooleanTexture_GetOutOutP7_objectS0___ZL28PyvtkBooleanTexture_SetOnOutP7_objectS0___ZL28PyvtkBooleanTexture_GetOnOutP7_objectS0___ZL28PyvtkBooleanTexture_SetInOutP7_objectS0___ZL28PyvtkBooleanTexture_GetInOutP7_objectS0___ZL32PyvtkBooleanTexture_SafeDownCastP7_objectS0___ZL32PyvtkBooleanTexture_SetThicknessP7_objectS0___ZL32PyvtkBooleanTexture_GetThicknessP7_objectS0___ZL28PyvtkBooleanTexture_SetOutOnP7_objectS0___ZL28PyvtkBooleanTexture_GetOutOnP7_objectS0___ZL27PyvtkBooleanTexture_SetOnOnP7_objectS0___ZL27PyvtkBooleanTexture_GetOnOnP7_objectS0___ZL27PyvtkBooleanTexture_SetInOnP7_objectS0___ZL27PyvtkBooleanTexture_GetInOnP7_objectS0___ZL28PyvtkBooleanTexture_SetOutInP7_objectS0___ZL28PyvtkBooleanTexture_GetOutInP7_objectS0___ZL27PyvtkBooleanTexture_SetOnInP7_objectS0___ZL27PyvtkBooleanTexture_GetOnInP7_objectS0___ZL27PyvtkBooleanTexture_SetInInP7_objectS0___ZL27PyvtkBooleanTexture_GetInInP7_objectS0___ZL28PyvtkBooleanTexture_IsTypeOfP7_objectS0___ZL28PyvtkBooleanTexture_SetYSizeP7_objectS0___ZL28PyvtkBooleanTexture_GetYSizeP7_objectS0___ZL28PyvtkBooleanTexture_SetXSizeP7_objectS0___ZL28PyvtkBooleanTexture_GetXSizeP7_objectS0___ZL31PyvtkBooleanTexture_NewInstanceP7_objectS0___ZL23PyvtkBooleanTexture_IsAP7_objectS0_