29 #ifndef __vtkRTAnalyticSource_h
30 #define __vtkRTAnalyticSource_h
32 #include "vtkImagingCoreModule.h"
33 #include "vtkImageAlgorithm.h"
40 void PrintSelf(ostream& os, vtkIndent indent);
45 void SetWholeExtent(
int xMinx,
int xMax,
int yMin,
int yMax,
47 vtkGetVector6Macro(WholeExtent,
int);
52 vtkSetVector3Macro(Center,
double);
53 vtkGetVector3Macro(Center,
double);
58 vtkSetMacro(Maximum,
double);
59 vtkGetMacro(Maximum,
double);
64 vtkSetMacro(StandardDeviation,
double);
65 vtkGetMacro(StandardDeviation,
double);
70 vtkSetMacro(XFreq,
double);
71 vtkGetMacro(XFreq,
double);
76 vtkSetMacro(YFreq,
double);
77 vtkGetMacro(YFreq,
double);
82 vtkSetMacro(ZFreq,
double);
83 vtkGetMacro(ZFreq,
double);
88 vtkSetMacro(XMag,
double);
89 vtkGetMacro(XMag,
double);
94 vtkSetMacro(YMag,
double);
95 vtkGetMacro(YMag,
double);
100 vtkSetMacro(ZMag,
double);
101 vtkGetMacro(ZMag,
double);
106 vtkSetMacro(SubsampleRate,
int);
107 vtkGetMacro(SubsampleRate,
int);
136 virtual int RequestInformation(vtkInformation *request,
137 vtkInformationVector **inputVector,
138 vtkInformationVector *outputVector);
139 virtual void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo);
Create an image for regression testing.