27 #ifndef vtkRTAnalyticSource_h
28 #define vtkRTAnalyticSource_h
31 #include "vtkImagingCoreModule.h"
33 VTK_ABI_NAMESPACE_BEGIN
46 void SetWholeExtent(
int xMinx,
int xMax,
int yMin,
int yMax,
int zMin,
int zMax);
47 vtkGetVector6Macro(WholeExtent,
int);
54 vtkSetVector3Macro(Center,
double);
55 vtkGetVector3Macro(Center,
double);
62 vtkSetMacro(Maximum,
double);
63 vtkGetMacro(Maximum,
double);
70 vtkSetMacro(StandardDeviation,
double);
71 vtkGetMacro(StandardDeviation,
double);
78 vtkSetMacro(XFreq,
double);
79 vtkGetMacro(XFreq,
double);
86 vtkSetMacro(YFreq,
double);
87 vtkGetMacro(YFreq,
double);
94 vtkSetMacro(ZFreq,
double);
95 vtkGetMacro(ZFreq,
double);
102 vtkSetMacro(XMag,
double);
103 vtkGetMacro(XMag,
double);
110 vtkSetMacro(YMag,
double);
111 vtkGetMacro(YMag,
double);
118 vtkSetMacro(ZMag,
double);
119 vtkGetMacro(ZMag,
double);
126 vtkSetMacro(SubsampleRate,
int);
127 vtkGetMacro(SubsampleRate,
int);
165 VTK_ABI_NAMESPACE_END
general representation of visualization data
Generic algorithm superclass for image algs.
a simple class to control print indentation
Create an image for regression testing.
static vtkRTAnalyticSource * New()
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo) override
This is a convenience method that is implemented in many subclasses instead of RequestData.
vtkRTAnalyticSource()
Default constructor.
void SetWholeExtent(int xMinx, int xMax, int yMin, int yMax, int zMin, int zMax)
Set/Get the extent of the whole output image.
~vtkRTAnalyticSource() override=default
Destructor.