36 #ifndef vtkImageMandelbrotSource_h
37 #define vtkImageMandelbrotSource_h
40 #include "vtkImagingSourcesModule.h"
53 void SetWholeExtent(
int extent[6]);
54 void SetWholeExtent(
int minX,
int maxX,
int minY,
int maxY,
int minZ,
int maxZ);
55 vtkGetVector6Macro(WholeExtent,
int);
75 void SetProjectionAxes(
int x,
int y,
int z);
77 vtkGetVector3Macro(ProjectionAxes,
int);
85 vtkSetVector4Macro(OriginCX,
double);
87 vtkGetVector4Macro(OriginCX,
double);
95 vtkSetVector4Macro(SampleCX,
double);
97 vtkGetVector4Macro(SampleCX,
double);
107 void SetSizeCX(
double cReal,
double cImag,
double xReal,
double xImag);
109 void GetSizeCX(
double s[4]);
116 vtkSetClampMacro(MaximumNumberOfIterations,
unsigned short, static_cast<
unsigned short>(1),
117 static_cast<
unsigned short>(5000));
118 vtkGetMacro(MaximumNumberOfIterations,
unsigned short);
126 void Zoom(
double factor);
127 void Pan(
double x,
double y,
double z);
140 vtkSetClampMacro(SubsampleRate,
int, 1,
VTK_INT_MAX);
141 vtkGetMacro(SubsampleRate,
int);
146 ~vtkImageMandelbrotSource() override;
148 int ProjectionAxes[3];
157 unsigned short MaximumNumberOfIterations;
173 double EvaluateSet(
double p[4]);
176 vtkImageMandelbrotSource(const vtkImageMandelbrotSource&) = delete;
177 void operator=(const vtkImageMandelbrotSource&) = delete;
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...
#define VTK_SIZEHINT(...)
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.