24 #ifndef vtkRTAnalyticSource_h 25 #define vtkRTAnalyticSource_h 28 #include "vtkImagingCoreModule.h" 42 void SetWholeExtent(
int xMinx,
int xMax,
int yMin,
int yMax,
int zMin,
int zMax);
43 vtkGetVector6Macro(WholeExtent,
int);
50 vtkSetVector3Macro(Center,
double);
51 vtkGetVector3Macro(Center,
double);
58 vtkSetMacro(Maximum,
double);
59 vtkGetMacro(Maximum,
double);
66 vtkSetMacro(StandardDeviation,
double);
67 vtkGetMacro(StandardDeviation,
double);
74 vtkSetMacro(XFreq,
double);
75 vtkGetMacro(XFreq,
double);
82 vtkSetMacro(YFreq,
double);
83 vtkGetMacro(YFreq,
double);
90 vtkSetMacro(ZFreq,
double);
91 vtkGetMacro(ZFreq,
double);
98 vtkSetMacro(XMag,
double);
99 vtkGetMacro(XMag,
double);
106 vtkSetMacro(YMag,
double);
107 vtkGetMacro(YMag,
double);
114 vtkSetMacro(ZMag,
double);
115 vtkGetMacro(ZMag,
double);
122 vtkSetMacro(SubsampleRate,
int);
123 vtkGetMacro(SubsampleRate,
int);
virtual void ExecuteDataWithInformation(vtkDataObject *output, vtkInformation *outInfo)
This is a convenience method that is implemented in many subclasses instead of RequestData.
~vtkRTAnalyticSource() override
Destructor.
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...
Create an image for regression testing.
int FillOutputPortInformation(int port, vtkInformation *info) override
These method should be reimplemented by subclasses that have more than a single input or single outpu...
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.
general representation of visualization data