47#ifndef vtkRTAnalyticSource_h
48#define vtkRTAnalyticSource_h
51#include "vtkImagingCoreModule.h"
54VTK_ABI_NAMESPACE_BEGIN
67 void SetWholeExtent(
int xMinx,
int xMax,
int yMin,
int yMax,
int zMin,
int zMax);
68 vtkGetVector6Macro(WholeExtent,
int);
75 vtkSetVector3Macro(Center,
double);
76 vtkGetVector3Macro(Center,
double);
83 vtkSetMacro(Maximum,
double);
84 vtkGetMacro(Maximum,
double);
91 vtkSetMacro(StandardDeviation,
double);
92 vtkGetMacro(StandardDeviation,
double);
99 vtkSetMacro(XFreq,
double);
100 vtkGetMacro(XFreq,
double);
107 vtkSetMacro(YFreq,
double);
108 vtkGetMacro(YFreq,
double);
115 vtkSetMacro(ZFreq,
double);
116 vtkGetMacro(ZFreq,
double);
123 vtkSetMacro(XMag,
double);
124 vtkGetMacro(XMag,
double);
131 vtkSetMacro(YMag,
double);
132 vtkGetMacro(YMag,
double);
139 vtkSetMacro(ZMag,
double);
140 vtkGetMacro(ZMag,
double);
147 vtkSetMacro(SubsampleRate,
int);
148 vtkGetMacro(SubsampleRate,
int);
general representation of visualization data
Generic algorithm superclass for image algs.
a simple class to control print indentation
Create an image for regression testing.
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
static vtkRTAnalyticSource * New()
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.