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);
60 vtkGetMacro(ConstantSize,
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]);
a simple class to control print indentation
void SetProjectionAxes(int a[3])
Set the projection from the 4D space (4 parameters / 2 imaginary numbers) to the axes of the 3D Volum...
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
boost::graph_traits< vtkGraph *>::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
Generic algorithm superclass for image algs.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.