30 #ifndef vtkImageMandelbrotSource_h
31 #define vtkImageMandelbrotSource_h
33 #include "vtkImagingSourcesModule.h"
47 void SetWholeExtent(
int extent[6]);
48 void SetWholeExtent(
int minX,
int maxX,
int minY,
int maxY,
50 vtkGetVector6Macro(WholeExtent,
int);
70 void SetProjectionAxes(
int x,
int y,
int z);
72 vtkGetVector3Macro(ProjectionAxes,
int);
80 vtkSetVector4Macro(OriginCX,
double);
82 vtkGetVector4Macro(OriginCX,
double);
90 vtkSetVector4Macro(SampleCX,
double);
92 vtkGetVector4Macro(SampleCX,
double);
102 void SetSizeCX(
double cReal,
double cImag,
double xReal,
double xImag);
104 void GetSizeCX(
double s[4]);
111 vtkSetClampMacro(MaximumNumberOfIterations,
unsigned short,
112 static_cast<
unsigned short>(1),
113 static_cast<
unsigned short>(5000));
114 vtkGetMacro(MaximumNumberOfIterations,
unsigned short);
122 void Zoom(
double factor);
123 void Pan(
double x,
double y,
double z);
136 vtkSetClampMacro(SubsampleRate,
int, 1,
VTK_INT_MAX);
137 vtkGetMacro(SubsampleRate,
int);
144 int ProjectionAxes[3];
153 unsigned short MaximumNumberOfIterations;
172 double EvaluateSet(
double p[4]);