X 8Fx8F__text__TEXTxH0__data__DATA`x!0Rd__cstring__TEXT`$&__compact_unwind__LD=?PU __eh_frame__TEXTA C h2  PVU[ P "3UHH=H5HG$H uHH=H]ÐUH]fDUHSPHH=H5H#H uHH=H5#HHt H tH[]H=H[]fUHAVSH0HuHl&HEЋFEHEHEH}ȃHuH]H=#HAtDH=~;Ht1H=};HtH=w;Ht HLcHuL1H0[A^]UHAWAVSH(HuH&HED~D}HG]ԉ]؅yHHLw(HEMA)Au{HuH}}L}tH=!LAtuH=e:LtbH=d:LtOH=^:LtH}Hu)}EMU]f.u6z4f.u&z$f.uzf.uHHHHuHF"HE]UĉUȅy HHt_H_(HtVHuH}t@}t`EMU]HHHuNH5!1H H H;MuHHh[]1H_HHuHHuHHH H H;Mtf.UHAWAVSH(HuH"HED~D}HG]܉]y HHt$Lw(MtD9uEt&IƨHt.1:H}111)ILIHuLHHH([A^A_]fDUHSHhHHHE^HG)Ѓ8HuHk!HE]UĉUȅyHHH_(H}H}HuhH}HuSH}Hu>H}Hu)}EMU]f.u6z4f.u&z$f.uzf.uHHHHuH< HE]UĉUȅy HHt_H_(HtVHuH}t@}t`EMU]HH(HuNH51H H H;MuHHh[]1H_HHuH0HuHHH H H;Mtf.UHAWAVSH(HuHHED~D}HG]܉]y HHt$Lw(MtD9uEt&IHt.1:H}111)IL8IHuLHHH([A^A_]fDUHAWAVSHHHuHHED~D}HG]܉]yHHLw(MA)H}AurHuttH}HutcH}HutRH}HutAEMU]LHuHH1HH[A^A_]E1MYf.fUHAVSHH`DvHGD)؃t{FH4$HHD$Dt$\$\$yHH"H(HD9HHH߾HH4$HHD$Dt$\$\$yHHH_(HHHt$ (D$ )D$P(D$0)D$@Ht$ Hf(L$@fL$0f(D$PfD$ fkPtHuHHT$ 1HuHHH5L1HHe[A^]H111f.UHAWAVSH(HuHQHED~D}HG]ԉ]؅yHHLw(Mt|A)Au`HuH}tb}Ete=BfEfA9tfAILHu9H}1H([A^A_]ILPHuHHf.UHAWAVSH(HuHHED~D}HG]܉]y HHt#H(HtD9uAEtHt,13H}111"HXDHuLHHH([A^A_]f.@UHAWAVSH(HuH)HED~D}HG]܉]y HHt#H(HtD9uAEtHt,13H}111"H`DHuLHHH([A^A_]f.@UHAVSH HuHFHEDvDuHG]]y HHt$H(HtD9uEt&Ht*11H}111 HhHuHHH [A^]UHAWAVSH(HuHWHED~D}HG]ԉ]؅y HHtYLw(MtPA)Au4HuH}t6ELHuHHH}1H([A^A_]UHAWAVSH8HuH,HED~D}HG]܉]yHHLw(MtxA)H}Au\Hut^H}HutMH}Hut<EMULHuHH1H8[A^A_]E1MofDUHAWAVSH(HuHHED~D}HG]ԉ]؅y HHt`Lw(MtWA)Au;H5H}HU}t4LHHuHHH}1H([A^A_]fUHAWAVSH(HuHHED~D}HG]ԉ]؅y HHtqLw(MthA)AuLHuH}tN}utROA9tAILHu6H}1H([A^A_]ILpHuHHfDUHAWAVSH(HuHHED~D}HG]܉]y HHt#H(HtD9uAEtHt+12H}111!HxLcHuLHHH([A^A_]f.DUHAWAVSH(HuHFHED~D}HG]܉]y HHt#H(HtD9uAEtHt+12H}111!HLcHuLHHH([A^A_]f.DUHAVSH HuH HEDvDuHG]]y HHt#H(HtD9uEt%Ht*11H}111 HHuHcHHH [A^]y$HD$r'{'|((u))**o*~*+++,,,--..W/i/000 1112!222+353]4g455v66Q7v7,8I888t9x9:'::;i;;;<s<<vtkImageMandelbrotSourcevtkImagingSourcesPython.vtkImageMandelbrotSourcevtkImageMandelbrotSource - Mandelbrot image. Superclass: vtkImageAlgorithm vtkImageMandelbrotSource creates an unsigned char image of the Mandelbrot set. The values in the image are the number of iterations it takes for the magnitude of the value to get over 2. The equation repeated is z = z^2 + C (z and C are complex). Initial value of z is zero, and the real value of C is mapped onto the x axis, and the imaginary value of C is mapped onto the Y Axis. I was thinking of extending this source to generate Julia Sets (initial value of Z varies). This would be 4 possible parameters to vary, but there are no more 4d images :( The third dimension (z axis) is the imaginary value of the initial value. 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) -> vtkImageMandelbrotSource C++: static vtkImageMandelbrotSource *SafeDownCast( vtkObjectBase *o) NewInstanceV.NewInstance() -> vtkImageMandelbrotSource C++: vtkImageMandelbrotSource *NewInstance() SetWholeExtentV.SetWholeExtent([int, int, int, int, int, int]) C++: void SetWholeExtent(int extent[6]) V.SetWholeExtent(int, int, int, int, int, int) C++: void SetWholeExtent(int minX, int maxX, int minY, int maxY, int minZ, int maxZ) Set/Get the extent of the whole output Volume. GetWholeExtentV.GetWholeExtent() -> (int, int, int, int, int, int) C++: int *GetWholeExtent() SetConstantSizeV.SetConstantSize(int) C++: virtual void SetConstantSize(int _arg) This flag determines whether the Size or spacing of a data set remain constant (when extent is changed). By default, size remains constant. GetConstantSizeV.GetConstantSize() -> int C++: virtual int GetConstantSize() This flag determines whether the Size or spacing of a data set remain constant (when extent is changed). By default, size remains constant. ConstantSizeOnV.ConstantSizeOn() C++: virtual void ConstantSizeOn() This flag determines whether the Size or spacing of a data set remain constant (when extent is changed). By default, size remains constant. ConstantSizeOffV.ConstantSizeOff() C++: virtual void ConstantSizeOff() This flag determines whether the Size or spacing of a data set remain constant (when extent is changed). By default, size remains constant. SetProjectionAxesV.SetProjectionAxes(int, int, int) C++: void SetProjectionAxes(int x, int y, int z) V.SetProjectionAxes([int, int, int]) C++: void SetProjectionAxes(int a[3]) Set the projection from the 4D space (4 parameters / 2 imaginary numbers) to the axes of the 3D Volume. 0=C_Real, 1=C_Imaginary, 2=X_Real, 4=X_Imaginary GetProjectionAxesV.GetProjectionAxes() -> (int, int, int) C++: int *GetProjectionAxes() SetOriginCXV.SetOriginCX(float, float, float, float) C++: void SetOriginCX(double, double, double, double) V.SetOriginCX((float, float, float, float)) C++: void SetOriginCX(double a[4]) GetOriginCXV.GetOriginCX() -> (float, float, float, float) C++: double *GetOriginCX() SetSampleCXV.SetSampleCX(float, float, float, float) C++: void SetSampleCX(double, double, double, double) V.SetSampleCX((float, float, float, float)) C++: void SetSampleCX(double a[4]) GetSampleCXV.GetSampleCX() -> (float, float, float, float) C++: double *GetSampleCX() SetSizeCXV.SetSizeCX(float, float, float, float) C++: void SetSizeCX(double cReal, double cImag, double xReal, double xImag) Just a different way of setting the sample. This sets the size of the 4D volume. SampleCX is computed from size and extent. Size is ignored when a dimension i 0 (collapsed). GetSizeCXV.GetSizeCX() -> (float, float, float, float) C++: double *GetSizeCX() V.GetSizeCX([float, float, float, float]) C++: void GetSizeCX(double s[4]) Just a different way of setting the sample. This sets the size of the 4D volume. SampleCX is computed from size and extent. Size is ignored when a dimension i 0 (collapsed). SetMaximumNumberOfIterationsV.SetMaximumNumberOfIterations(int) C++: virtual void SetMaximumNumberOfIterations( unsigned short _arg) The maximum number of cycles run to see if the value goes over 2 GetMaximumNumberOfIterationsMinValueV.GetMaximumNumberOfIterationsMinValue() -> int C++: virtual unsigned short GetMaximumNumberOfIterationsMinValue() The maximum number of cycles run to see if the value goes over 2 GetMaximumNumberOfIterationsMaxValueV.GetMaximumNumberOfIterationsMaxValue() -> int C++: virtual unsigned short GetMaximumNumberOfIterationsMaxValue() The maximum number of cycles run to see if the value goes over 2 GetMaximumNumberOfIterationsV.GetMaximumNumberOfIterations() -> int C++: virtual unsigned short GetMaximumNumberOfIterations() The maximum number of cycles run to see if the value goes over 2 ZoomV.Zoom(float) C++: void Zoom(double factor) Convienence for Viewer. Pan 3D volume relative to spacing. Zoom constant factor. PanV.Pan(float, float, float) C++: void Pan(double x, double y, double z) Convienence for Viewer. Pan 3D volume relative to spacing. Zoom constant factor. CopyOriginAndSampleV.CopyOriginAndSample(vtkImageMandelbrotSource) C++: void CopyOriginAndSample(vtkImageMandelbrotSource *source) Convienence for Viewer. Copy the OriginCX and the SpacingCX. What about other parameters ??? SetSubsampleRateV.SetSubsampleRate(int) C++: virtual void SetSubsampleRate(int _arg) Set/Get a subsample rate. GetSubsampleRateMinValueV.GetSubsampleRateMinValue() -> int C++: virtual int GetSubsampleRateMinValue() Set/Get a subsample rate. GetSubsampleRateMaxValueV.GetSubsampleRateMaxValue() -> int C++: virtual int GetSubsampleRateMaxValue() Set/Get a subsample rate. GetSubsampleRateV.GetSubsampleRate() -> int C++: virtual int GetSubsampleRate() Set/Get a subsample rate. vtkImageAlgorithmvtkAlgorithmvtkObjectvtkObjectBaseOP `!:a!!*aaa!@ ! !   a@ Ua`Uaa!@aPaa!a0a aaaaP!zRx $ȾOAC $D AC $lؾAC B$@AC G$:AC I$AC G$ AC G$4p*AC L$\xAC I$AC I$AC G$PAC G$AC G,$pAC K$TAC I$|UAC E$AC I$xUAC E$AC I$HAC I$D0AC K$lAC I$AC I$8AC I$AC G$ XAC I$4AC I$\AC I$@AC I$AC I$AC I$8AC G$-#-<-#->-b,$-#- <-#->-l$-_#-L<-4#->-7=#-<-}#-EC->-<-7=#-K-=-^>-4<-7=#-M-B-B-B-n>-D<-7=#-N-B->-j$-]#-K<-3#- >-$-#-<-t#-N>-$$-#-<-#->-d<7=0#-<-#-D-~>-T0<-;- 7=#-E-#-O-?-Y>->+9-#- P->-e<-Q7=E#-@Q- B-B-B-B->-e9-S#-=<-%#->-R-S=7=#-[S=R;-K=#-?->-#-!B- B-B-B->-lS=E9-3#-<-#->-R-S=y7=m#-;S=2;-+#-?->-#-B- B- B- B- >- L S=" :- #- <- #- >- r R-J S=A ;-: . 7=" #- F- #- J- @- >- { J-b C-M C-8 C- >-  S= 7= #- <-g #-< >-  7= #- <- #-| >-R ) $- #- <-#->-7={#-]<-C#-C->-:-#-m<-U#-.>-R-S=;-#-I-tC-cC-RC-AC-,C-C->-7=#-F-#-uH-N@-#>- S=2-.-,-sG-f#-\<-F#-2>-G-#-<-y#-eM=-@"$-#-<-8-T-T-T-wfT-^EA->-<-$-#-8-T-yT-qfT-^MT-E2A-6-"-(-5-*-zslVL-IB(-=6/5-'!*-8( xh`XH@8( xh`XH@8(     xh `XH@8( @%80/4+'&3X10-)`@ `@ `@ `@ s: cPl   B  @ /   Q B @ { " `[   ~@ P 0  L  n  P`-|cf8R:1gH_+1^h_PyType_Ready_PyvtkImageAlgorithm_ClassNew_PyvtkImageMandelbrotSource_ClassNew_PyVTKObject_New__ZL36PyvtkImageMandelbrotSource_StaticNewv__ZN24vtkImageMandelbrotSource3NewEv__ZN24vtkImageMandelbrotSource9GetSizeCXEv_PyVTKObject_GetSet__Py_NoneStruct_PyVTKObject_GetObject__ZN13vtkPythonArgs8GetValueERt__ZL34PyvtkImageMandelbrotSource_Methods_PyObject_GenericSetAttr_PyObject_GenericGetAttr_PyVTKObject_Repr_PyVTKObject_AsBuffer_strcmp___stack_chk_fail_PyObject_GC_Del_PyVTKObject_Check__ZN24vtkImageMandelbrotSource14SetWholeExtentEiiiiii__ZN24vtkImageMandelbrotSource17SetProjectionAxesEiii__ZN13vtkPythonArgs8GetArrayEPii__ZN13vtkPythonArgs8SetArrayEiPKii__ZN13vtkPythonArgs10BuildTupleEPKii__ZN13vtkPythonArgs13ArgCountErrorEii__ZN13vtkPythonArgs8GetArrayEPdi__ZN13vtkPythonArgs8SetArrayEiPKdi__ZN13vtkPythonArgs10BuildTupleEPKdi__ZN13vtkPythonArgs8GetValueERi__ZN24vtkImageMandelbrotSource14SetWholeExtentEPi_PyLong_FromLong_PyDict_SetItemString_PyVTKObject_String_PyVTKObject_SetFlag_PyVTKObject_Delete_PyVTKObject_Traverse__ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase_PyType_Type__ZL31PyvtkImageMandelbrotSource_Type_PyVTKAddFile_vtkImageMandelbrotSource___stack_chk_guard_PyErr_Occurred__ZN24vtkImageMandelbrotSource9SetSizeCXEdddd__ZN24vtkImageMandelbrotSource3PanEddd_PyVTKClass_Add__ZN13vtkPythonArgs8GetValueERd__ZN24vtkImageMandelbrotSource9GetSizeCXEPd__ZN24vtkImageMandelbrotSource4ZoomEd__Py_Dealloc__ZN13vtkPythonArgs8GetValueERPc__ZN13vtkPythonArgs13ArgCountErrorEiPKc__ZN13vtkObjectBase8IsTypeOfEPKc__ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRb__ZN24vtkImageMandelbrotSource19CopyOriginAndSampleEPS___ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1___ZL39PyvtkImageMandelbrotSource_SafeDownCastP7_objectS0___ZL41PyvtkImageMandelbrotSource_SetWholeExtentP7_objectS0___ZL41PyvtkImageMandelbrotSource_GetWholeExtentP7_objectS0___ZL55PyvtkImageMandelbrotSource_SetMaximumNumberOfIterationsP7_objectS0___ZL55PyvtkImageMandelbrotSource_GetMaximumNumberOfIterationsP7_objectS0___ZL44PyvtkImageMandelbrotSource_SetProjectionAxesP7_objectS0___ZL44PyvtkImageMandelbrotSource_GetProjectionAxesP7_objectS0___ZL30PyvtkImageMandelbrotSource_PanP7_objectS0___ZL41PyvtkImageMandelbrotSource_ConstantSizeOnP7_objectS0___ZL31PyvtkImageMandelbrotSource_ZoomP7_objectS0___ZL42PyvtkImageMandelbrotSource_ConstantSizeOffP7_objectS0___ZL35PyvtkImageMandelbrotSource_IsTypeOfP7_objectS0___ZL42PyvtkImageMandelbrotSource_SetConstantSizeP7_objectS0___ZL42PyvtkImageMandelbrotSource_GetConstantSizeP7_objectS0___ZL63PyvtkImageMandelbrotSource_GetMaximumNumberOfIterationsMaxValueP7_objectS0___ZL51PyvtkImageMandelbrotSource_GetSubsampleRateMaxValueP7_objectS0___ZL63PyvtkImageMandelbrotSource_GetMaximumNumberOfIterationsMinValueP7_objectS0___ZL51PyvtkImageMandelbrotSource_GetSubsampleRateMinValueP7_objectS0___ZL43PyvtkImageMandelbrotSource_SetSubsampleRateP7_objectS0___ZL43PyvtkImageMandelbrotSource_GetSubsampleRateP7_objectS0___ZL46PyvtkImageMandelbrotSource_CopyOriginAndSampleP7_objectS0___ZL38PyvtkImageMandelbrotSource_NewInstanceP7_objectS0___ZL38PyvtkImageMandelbrotSource_SetOriginCXP7_objectS0___ZL38PyvtkImageMandelbrotSource_GetOriginCXP7_objectS0___ZL36PyvtkImageMandelbrotSource_SetSizeCXP7_objectS0___ZL36PyvtkImageMandelbrotSource_GetSizeCXP7_objectS0___ZL38PyvtkImageMandelbrotSource_SetSampleCXP7_objectS0___ZL38PyvtkImageMandelbrotSource_GetSampleCXP7_objectS0___ZL30PyvtkImageMandelbrotSource_IsAP7_objectS0_