18#ifndef vtkRTAnalyticSource_h
19#define vtkRTAnalyticSource_h
22#include "vtkImagingCoreModule.h"
24VTK_ABI_NAMESPACE_BEGIN
37 void SetWholeExtent(
int xMinx,
int xMax,
int yMin,
int yMax,
int zMin,
int zMax);
38 vtkGetVector6Macro(WholeExtent,
int);
45 vtkSetVector3Macro(Center,
double);
46 vtkGetVector3Macro(Center,
double);
53 vtkSetMacro(Maximum,
double);
54 vtkGetMacro(Maximum,
double);
61 vtkSetMacro(StandardDeviation,
double);
62 vtkGetMacro(StandardDeviation,
double);
69 vtkSetMacro(XFreq,
double);
70 vtkGetMacro(XFreq,
double);
77 vtkSetMacro(YFreq,
double);
78 vtkGetMacro(YFreq,
double);
85 vtkSetMacro(ZFreq,
double);
86 vtkGetMacro(ZFreq,
double);
93 vtkSetMacro(XMag,
double);
94 vtkGetMacro(XMag,
double);
101 vtkSetMacro(YMag,
double);
102 vtkGetMacro(YMag,
double);
109 vtkSetMacro(ZMag,
double);
110 vtkGetMacro(ZMag,
double);
117 vtkSetMacro(SubsampleRate,
int);
118 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.