35 #ifndef vtkImageMandelbrotSource_h 36 #define vtkImageMandelbrotSource_h 50 void SetWholeExtent(
int extent[6]);
51 void SetWholeExtent(
int minX,
int maxX,
int minY,
int maxY,
68 void SetProjectionAxes(
int x,
int y,
int z);
93 void SetSizeCX(
double cReal,
double cImag,
double xReal,
double xImag);
95 void GetSizeCX(
double s[4]);
101 static_cast<unsigned short>(1),
102 static_cast<unsigned short>(5000));
103 vtkGetMacro(MaximumNumberOfIterations,
unsigned short);
109 void Zoom(
double factor);
110 void Pan(
double x,
double y,
double z);
127 int ProjectionAxes[3];
155 double EvaluateSet(
double p[4]);
#define vtkGetMacro(name, type)
#define vtkSetClampMacro(name, type, min, max)
GLint GLint GLint GLint GLint GLint y
#define vtkTypeMacro(thisClass, superclass)
GLint GLint GLint GLint GLint x
#define vtkSetVector4Macro(name, type)
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void SetProjectionAxes(int a[3])
#define vtkGetVector3Macro(name, type)
#define vtkGetVector4Macro(name, type)
#define VTKIMAGINGSOURCES_EXPORT
GLboolean GLboolean GLboolean GLboolean a
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
Generic algorithm superclass for image algs.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()
#define vtkBooleanMacro(name, type)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define vtkGetVector6Macro(name, type)
unsigned short MaximumNumberOfIterations
#define vtkSetMacro(name, type)