36 #ifndef vtkImageMandelbrotSource_h
37 #define vtkImageMandelbrotSource_h
39 #include "vtkImagingSourcesModule.h"
53 void SetWholeExtent(
int extent[6]);
54 void SetWholeExtent(
int minX,
int maxX,
int minY,
int maxY,
56 vtkGetVector6Macro(WholeExtent,
int);
66 vtkGetMacro(ConstantSize,
int);
76 void SetProjectionAxes(
int x,
int y,
int z);
78 vtkGetVector3Macro(ProjectionAxes,
int);
86 vtkSetVector4Macro(OriginCX,
double);
88 vtkGetVector4Macro(OriginCX,
double);
96 vtkSetVector4Macro(SampleCX,
double);
98 vtkGetVector4Macro(SampleCX,
double);
108 void SetSizeCX(
double cReal,
double cImag,
double xReal,
double xImag);
110 void GetSizeCX(
double s[4]);
117 vtkSetClampMacro(MaximumNumberOfIterations,
unsigned short,
118 static_cast<unsigned short>(1),
119 static_cast<unsigned short>(5000));
120 vtkGetMacro(MaximumNumberOfIterations,
unsigned short);
128 void Zoom(
double factor);
129 void Pan(
double x,
double y,
double z);
142 vtkSetClampMacro(SubsampleRate,
int, 1,
VTK_INT_MAX);
143 vtkGetMacro(SubsampleRate,
int);
150 int ProjectionAxes[3];
178 double EvaluateSet(
double p[4]);
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
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.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.
unsigned short MaximumNumberOfIterations