29 #ifndef vtkRTAnalyticSource_h
30 #define vtkRTAnalyticSource_h
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);
virtual void ExecuteDataWithInformation(vtkDataObject *output, vtkInformation *outInfo)
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillOutputPortInformation(int port, vtkInformation *info)
#define VTKIMAGINGCORE_EXPORT
Create an image for regression testing.
Generic algorithm superclass for image algs.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()
general representation of visualization data