(ff__text__TEXTm-i__gcc_except_tab__TEXTp-TH0__data__DATA-0Xvz__cstring__TEXTP4&(7__compact_unwind__LD@[^(z,__eh_frame__TEXT@`c{ h2  ){{lX P++-?UHH=H5H74H uHH=H]ÐUH]fDUHSPHH=H5H3H uHH=H53HHt H tH[]H=H[]fUHAVSH0HuH4HEЋFEHEHEH}ȃHuH]H=3HAtDH=YHt1H=YHtH=YHt HLcHuL1H0[A^]UHAWAVSH(HuH4HED~D}HG]ԉ]؅yHHLw(HEMA)Au{HuH}}L}tH=1LAtuH=vXLtbH=uXLtOH=oXLt>>>W?e?@@%B/B CCVDbDPE\EEFNFFF&GBGGGXHmHIImKKL MNNP-PQQ8SUSTTwVVW XwYY([.[vtkImageCanvasSource2DvtkImagingSourcesPython.vtkImageCanvasSource2DvtkImageCanvasSource2D - Paints on a canvas Superclass: vtkImageAlgorithm vtkImageCanvasSource2D is a source that starts as a blank image. you may add to the image with two-dimensional drawing routines. It can paint multi-spectral images. 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) -> vtkImageCanvasSource2D C++: static vtkImageCanvasSource2D *SafeDownCast(vtkObjectBase *o) NewInstanceV.NewInstance() -> vtkImageCanvasSource2D C++: vtkImageCanvasSource2D *NewInstance() SetDrawColorV.SetDrawColor(float, float, float, float) C++: void SetDrawColor(double, double, double, double) V.SetDrawColor((float, float, float, float)) C++: void SetDrawColor(double a[4]) V.SetDrawColor(float) C++: void SetDrawColor(double a) V.SetDrawColor(float, float) C++: void SetDrawColor(double a, double b) V.SetDrawColor(float, float, float) C++: void SetDrawColor(double a, double b, double c) GetDrawColorV.GetDrawColor() -> (float, float, float, float) C++: double *GetDrawColor() InitializeCanvasVolumeV.InitializeCanvasVolume(vtkImageData) C++: void InitializeCanvasVolume(vtkImageData *volume) Initialize the canvas with a given volume FillBoxV.FillBox(int, int, int, int) C++: void FillBox(int min0, int max0, int min1, int max1) Set the pixels inside the box (min0, max0, min1, max1) to the current DrawColor FillTubeV.FillTube(int, int, int, int, float) C++: void FillTube(int x0, int y0, int x1, int y1, double radius) Set the pixels inside the box (min0, max0, min1, max1) to the current DrawColor FillTriangleV.FillTriangle(int, int, int, int, int, int) C++: void FillTriangle(int x0, int y0, int x1, int y1, int x2, int y2) Set the pixels inside the box (min0, max0, min1, max1) to the current DrawColor DrawCircleV.DrawCircle(int, int, float) C++: void DrawCircle(int c0, int c1, double radius) Set the pixels inside the box (min0, max0, min1, max1) to the current DrawColor DrawPointV.DrawPoint(int, int) C++: void DrawPoint(int p0, int p1) Set the pixels inside the box (min0, max0, min1, max1) to the current DrawColor DrawSegmentV.DrawSegment(int, int, int, int) C++: void DrawSegment(int x0, int y0, int x1, int y1) Set the pixels inside the box (min0, max0, min1, max1) to the current DrawColor DrawSegment3DV.DrawSegment3D([float, ...], [float, ...]) C++: void DrawSegment3D(double *p0, double *p1) V.DrawSegment3D(float, float, float, float, float, float) C++: void DrawSegment3D(double x1, double y1, double z1, double x2, double y2, double z2) Set the pixels inside the box (min0, max0, min1, max1) to the current DrawColor DrawImageV.DrawImage(int, int, vtkImageData) C++: void DrawImage(int x0, int y0, vtkImageData *i) V.DrawImage(int, int, vtkImageData, int, int, int, int) C++: void DrawImage(int x0, int y0, vtkImageData *, int sx, int sy, int width, int height) Draw subimage of the input image in the canvas at position x0 and y0. The subimage is defined with sx, sy, width, and height. FillPixelV.FillPixel(int, int) C++: void FillPixel(int x, int y) Fill a colored area with another color. (like connectivity) All pixels connected (and with the same value) to pixel (x, y) get replaced by the current "DrawColor". SetExtentV.SetExtent([int, ...]) C++: void SetExtent(int *extent) V.SetExtent(int, int, int, int, int, int) C++: void SetExtent(int x1, int x2, int y1, int y2, int z1, int z2) These methods set the WholeExtent of the output It sets the size of the canvas. Extent is a min max 3D box. Minimums and maximums are inclusive. SetDefaultZV.SetDefaultZ(int) C++: virtual void SetDefaultZ(int _arg) The drawing operations can only draw into one 2D XY plane at a time. If the canvas is a 3D volume, then this z value is used as the default for 2D operations. The default is 0. GetDefaultZV.GetDefaultZ() -> int C++: virtual int GetDefaultZ() The drawing operations can only draw into one 2D XY plane at a time. If the canvas is a 3D volume, then this z value is used as the default for 2D operations. The default is 0. SetRatioV.SetRatio(float, float, float) C++: void SetRatio(double, double, double) V.SetRatio((float, float, float)) C++: void SetRatio(double a[3]) GetRatioV.GetRatio() -> (float, float, float) C++: double *GetRatio() SetNumberOfScalarComponentsV.SetNumberOfScalarComponents(int) C++: virtual void SetNumberOfScalarComponents(int i) Set the number of scalar components GetNumberOfScalarComponentsV.GetNumberOfScalarComponents() -> int C++: virtual int GetNumberOfScalarComponents() Set the number of scalar components SetScalarTypeToFloatV.SetScalarTypeToFloat() C++: void SetScalarTypeToFloat() Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility SetScalarTypeToDoubleV.SetScalarTypeToDouble() C++: void SetScalarTypeToDouble() Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility SetScalarTypeToIntV.SetScalarTypeToInt() C++: void SetScalarTypeToInt() Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility SetScalarTypeToUnsignedIntV.SetScalarTypeToUnsignedInt() C++: void SetScalarTypeToUnsignedInt() Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility SetScalarTypeToLongV.SetScalarTypeToLong() C++: void SetScalarTypeToLong() Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility SetScalarTypeToUnsignedLongV.SetScalarTypeToUnsignedLong() C++: void SetScalarTypeToUnsignedLong() Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility SetScalarTypeToShortV.SetScalarTypeToShort() C++: void SetScalarTypeToShort() Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility SetScalarTypeToUnsignedShortV.SetScalarTypeToUnsignedShort() C++: void SetScalarTypeToUnsignedShort() Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility SetScalarTypeToUnsignedCharV.SetScalarTypeToUnsignedChar() C++: void SetScalarTypeToUnsignedChar() Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility SetScalarTypeToCharV.SetScalarTypeToChar() C++: void SetScalarTypeToChar() Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility SetScalarTypeV.SetScalarType(int) C++: void SetScalarType(int) Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility GetScalarTypeV.GetScalarType() -> int C++: int GetScalarType() Set/Get the data scalar type (i.e VTK_DOUBLE). Note that these methods are setting and getting the pipeline scalar type. i.e. they are setting the type that the image data will be once it has executed. Until the REQUEST_DATA pass the actual scalars may be of some other type. This is for backwards compatibility vtkImageAlgorithmvtkAlgorithmvtkObjectvtkObjectBase@P *d@dvtkImageDataOP `!:a!!aa@ a@ a` 5a a a`a`XAp- !0aXA-a!!a"aP#!$!$!@%!%!&! '!'!`(!)!)!@*a*!+a,azRx $OAC $Dȟ AC $lAC B$AC G$Р:AC I$AC G$ pAC G$4HAC E$\ AC I$AC I$PAC I$(AC I$ 5AC I$$8AC I$LAC I$tAC I$@AC G$(AC I$AC I$AC G$< AC E$dAC I$AC I$XAC G$AC G$XAC G$,AC G$THAC G$|AC G$8AC G$AC G$(AC G$AC G$DAC G$lAC I$AC G$AC I$AC IzPLRx 4$AC P4\XAC M\-H-D-B=8-.--P-,J-,,i-,j=,B=,.-Z,j=Q,H-7,.-,M-+J-++j=p+/-f+H-N+.-G+e-,+J-+*H-*B=*.-*Z-*Q-~*J-T*"*B=*H-*.-)Z-)J-))B=y)H-a).-\)Z-<)J-)(B=(H-(.-(Z-(J-r(B(B=9(H-!(.-(Z-'J-''B='H-'.-|'Z-\'J-2''B=&H-&.-&Z-&J-&b&B=Y&H-A&.-<&Z-&J-%%B=%H-%.-%Z-|%J-R%"%B=%H-%.-$Z-$J-$$B=y$H-a$.-\$Z-<$J-$#/-#.-#H-#.-#f-#J-b#C#B=7#.-#H-".-"\-"Q-"J-"e"E-S".-="H-%".-!J-!!i-!j=!B=!.-d!j=[!G-T!F!.-!M- J-  .-L P-7 P-" P-J-j=/-|.-jH-R.-,J-B=.-H-.-uQ-NJ-$C-g-B=g-.-S-t.-Lc-fH-KG-D4B=(.-#d-Q-Q-Q-Q-Q-Q-}J-gN-L-tF-VJ-@H-B=.-b-Q-Q-nJ-D G-Q-Q-Q-Q-I-~oQ-ZQ-4J- B=.-`-I-Q-Q-pJ-Z C-g-g-i-B=.-R-j.-9R-.-Y-?j=8g-g-H-G-B=.-Y-[P-@P-%P- P-P-P-J-M-M-?K-+F-K-F-J-wj=>H-*B=.-W-Q-Q-Q-Q-J-tAH-)B=.-a-Q- Q- J- g H-S B=G .-B V-+ P- Q- Q- J- v H-b B=V .-Q X-. Q- Q- Q- Q- Q- Q- J-t < H-( B= .- _- P- Q- Q- Q- Q-~ J-T  H- B= .- ^- Q- Q- Q- Q-~ J-T & H- B= .-[-I-J-eE-S.-=H-%.-J-P-P-P-P-J-eRB=B.-P-P-P-J-P-lP-FJ-*G-U-=-9-7-sT-f.-\H-F.-2J-T-.-H-y.-eMI-@"/-.-H-D-k-k-k-wfk-^EO-J-H-/-.-D-k-yk-qfk-^Mk-E2O-A---3-@-5-zslV]-IB3-=6/@-'!5-XH*8()('&%xh$`XH#@8(" ! xh`XH@8( xh`XH@8(    xh `XH @8( @08;:?621>X<084`@ `@ xph`@ h`@ `@ hMG-p/aP bPk ]3 *@ @ l`  x  `)`qp-  0 ^-a  ! "$ P# $$ @%W % &=  ''0 `( ) ) @* *+,9`-,:F"P'6k}5UO^=F4gYW/{_PyType_Ready_PyvtkImageAlgorithm_ClassNew_PyvtkImageCanvasSource2D_ClassNew_PyVTKObject_New__ZL34PyvtkImageCanvasSource2D_StaticNewv__ZdaPv__ZN22vtkImageCanvasSource2D3NewEv__ZNK22vtkImageCanvasSource2D27GetNumberOfScalarComponentsEv__ZNK22vtkImageCanvasSource2D13GetScalarTypeEv_PyVTKObject_GetSet__Py_NoneStruct_PyVTKObject_GetObject__ZL45PyvtkImageCanvasSource2D_SetDrawColor_Methods__ZL32PyvtkImageCanvasSource2D_Methods_PyObject_GenericSetAttr_PyObject_GenericGetAttr_PyVTKObject_Repr_PyVTKObject_AsBuffer_strcmp___stack_chk_fail_PyObject_GC_Del__ZN13vtkPythonArgs5ArrayIiEC1El__ZN13vtkPythonArgs5ArrayIdEC1El_PyVTKObject_Check__ZN22vtkImageCanvasSource2D9SetExtentEiiiiii__ZN22vtkImageCanvasSource2D12FillTriangleEiiiiii__ZN22vtkImageCanvasSource2D9DrawImageEiiP12vtkImageDataiiii__ZN22vtkImageCanvasSource2D7FillBoxEiiii__ZN22vtkImageCanvasSource2D11DrawSegmentEiiii__ZN13vtkPythonArgs8GetArrayEPii__ZN13vtkPythonArgs8SetArrayEiPKii__ZN22vtkImageCanvasSource2D9DrawPointEii__ZN13vtkPythonArgs13ArgCountErrorEii__ZN22vtkImageCanvasSource2D9FillPixelEii__ZN13vtkPythonArgs8GetArrayEPdi__ZN13vtkPythonArgs8SetArrayEiPKdi__ZN13vtkPythonArgs10BuildTupleEPKdi__ZN13vtkPythonArgs8GetValueERi__ZN22vtkImageCanvasSource2D9SetExtentEPi__ZN22vtkImageCanvasSource2D27SetNumberOfScalarComponentsEi__ZN13vtkPythonArgs10GetArgSizeEi__ZN22vtkImageCanvasSource2D13SetScalarTypeEi_PyLong_FromLong_PyDict_SetItemString_PyVTKObject_String_PyVTKObject_SetFlag_PyVTKObject_Delete_PyVTKObject_Traverse__ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase_PyType_Type__ZL29PyvtkImageCanvasSource2D_Type__Unwind_Resume___stack_chk_guard__ZN22vtkImageCanvasSource2D8FillTubeEiiiid__ZN22vtkImageCanvasSource2D10DrawCircleEiid_PyErr_Occurred_PyVTKClass_Add__ZN13vtkPythonArgs8GetValueERd__Py_Dealloc__ZN13vtkPythonArgs8GetValueERPc__ZN13vtkPythonArgs13ArgCountErrorEiPKc__ZN13vtkObjectBase8IsTypeOfEPKc__ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRb__ZN22vtkImageCanvasSource2D22InitializeCanvasVolumeEP12vtkImageData__ZN17vtkPythonOverload10CallMethodEP11PyMethodDefP7_objectS3___ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1___ZL32PyvtkImageCanvasSource2D_FillBoxP7_objectS0___ZL37PyvtkImageCanvasSource2D_SafeDownCastP7_objectS0___ZL45PyvtkImageCanvasSource2D_SetScalarTypeToShortP7_objectS0___ZL53PyvtkImageCanvasSource2D_SetScalarTypeToUnsignedShortP7_objectS0___ZL34PyvtkImageCanvasSource2D_DrawPointP7_objectS0___ZL34PyvtkImageCanvasSource2D_SetExtentP7_objectS0___ZL36PyvtkImageCanvasSource2D_DrawSegmentP7_objectS0___ZL43PyvtkImageCanvasSource2D_SetScalarTypeToIntP7_objectS0___ZL51PyvtkImageCanvasSource2D_SetScalarTypeToUnsignedIntP7_objectS0___ZL45PyvtkImageCanvasSource2D_SetScalarTypeToFloatP7_objectS0___ZL52PyvtkImageCanvasSource2D_SetNumberOfScalarComponentsP7_objectS0___ZL52PyvtkImageCanvasSource2D_GetNumberOfScalarComponentsP7_objectS0___ZL37PyvtkImageCanvasSource2D_SetDrawColorP7_objectS0___ZL37PyvtkImageCanvasSource2D_GetDrawColorP7_objectS0___ZL44PyvtkImageCanvasSource2D_SetScalarTypeToCharP7_objectS0___ZL52PyvtkImageCanvasSource2D_SetScalarTypeToUnsignedCharP7_objectS0___ZL33PyvtkImageCanvasSource2D_SetRatioP7_objectS0___ZL33PyvtkImageCanvasSource2D_GetRatioP7_objectS0___ZL34PyvtkImageCanvasSource2D_FillPixelP7_objectS0___ZL44PyvtkImageCanvasSource2D_SetScalarTypeToLongP7_objectS0___ZL52PyvtkImageCanvasSource2D_SetScalarTypeToUnsignedLongP7_objectS0___ZL33PyvtkImageCanvasSource2D_IsTypeOfP7_objectS0___ZL38PyvtkImageCanvasSource2D_SetScalarTypeP7_objectS0___ZL38PyvtkImageCanvasSource2D_GetScalarTypeP7_objectS0___ZL47PyvtkImageCanvasSource2D_InitializeCanvasVolumeP7_objectS0___ZL37PyvtkImageCanvasSource2D_FillTriangleP7_objectS0___ZL35PyvtkImageCanvasSource2D_DrawCircleP7_objectS0___ZL46PyvtkImageCanvasSource2D_SetScalarTypeToDoubleP7_objectS0___ZL34PyvtkImageCanvasSource2D_DrawImageP7_objectS0___ZL36PyvtkImageCanvasSource2D_NewInstanceP7_objectS0___ZL33PyvtkImageCanvasSource2D_FillTubeP7_objectS0___ZL36PyvtkImageCanvasSource2D_SetDefaultZP7_objectS0___ZL36PyvtkImageCanvasSource2D_GetDefaultZP7_objectS0___ZL38PyvtkImageCanvasSource2D_DrawSegment3DP7_objectS0___ZL28PyvtkImageCanvasSource2D_IsAP7_objectS0___ZL40PyvtkImageCanvasSource2D_SetDrawColor_s3P7_objectS0___ZL40PyvtkImageCanvasSource2D_SetDrawColor_s2P7_objectS0___ZN22vtkImageCanvasSource2D13DrawSegment3DEPdS0__PyVTKAddFile_vtkImageCanvasSource2DGCC_except_table19GCC_except_table16___gxx_personality_v0