Go to the documentation of this file.
30 #ifndef vtkRTAnalyticSource_h
31 #define vtkRTAnalyticSource_h
33 #include "vtkImagingCoreModule.h"
50 vtkGetVector6Macro(WholeExtent,
int);
57 vtkSetVector3Macro(Center,
double);
58 vtkGetVector3Macro(Center,
double);
66 vtkGetMacro(Maximum,
double);
74 vtkGetMacro(StandardDeviation,
double);
82 vtkGetMacro(XFreq,
double);
90 vtkGetMacro(YFreq,
double);
98 vtkGetMacro(ZFreq,
double);
106 vtkGetMacro(XMag,
double);
114 vtkGetMacro(YMag,
double);
122 vtkGetMacro(ZMag,
double);
130 vtkGetMacro(SubsampleRate,
int);
~vtkRTAnalyticSource()
Destructor.
vtkRTAnalyticSource()
Default constructor.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo)
This is a convenience method that is implemented in many subclasses instead of RequestData.
int FillOutputPortInformation(int port, vtkInformation *info)
These method should be reimplemented by subclasses that have more than a single input or single outpu...
Generic algorithm superclass for image algs.
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...
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
void SetWholeExtent(int xMinx, int xMax, int yMin, int yMax, int zMin, int zMax)
Set/Get the extent of the whole output image.
static vtkRTAnalyticSource * New()
general representation of visualization data
Create an image for regression testing.