53#ifndef vtkRTAnalyticSource_h
54#define vtkRTAnalyticSource_h
57#include "vtkImagingCoreModule.h"
71 void SetWholeExtent(
int xMinx,
int xMax,
int yMin,
int yMax,
int zMin,
int zMax);
72 vtkGetVector6Macro(WholeExtent,
int);
79 vtkSetVector3Macro(Center,
double);
80 vtkGetVector3Macro(Center,
double);
87 vtkSetMacro(Maximum,
double);
88 vtkGetMacro(Maximum,
double);
95 vtkSetMacro(StandardDeviation,
double);
96 vtkGetMacro(StandardDeviation,
double);
103 vtkSetMacro(XFreq,
double);
104 vtkGetMacro(XFreq,
double);
111 vtkSetMacro(YFreq,
double);
112 vtkGetMacro(YFreq,
double);
119 vtkSetMacro(ZFreq,
double);
120 vtkGetMacro(ZFreq,
double);
127 vtkSetMacro(XMag,
double);
128 vtkGetMacro(XMag,
double);
135 vtkSetMacro(YMag,
double);
136 vtkGetMacro(YMag,
double);
143 vtkSetMacro(ZMag,
double);
144 vtkGetMacro(ZMag,
double);
151 vtkSetMacro(SubsampleRate,
int);
152 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.