14 #ifndef vtkImageSinusoidSource_h
15 #define vtkImageSinusoidSource_h
18 #include "vtkImagingSourcesModule.h"
20 VTK_ABI_NAMESPACE_BEGIN
31 void SetWholeExtent(
int xMinx,
int xMax,
int yMin,
int yMax,
int zMin,
int zMax);
38 void SetDirection(
double,
double,
double);
39 void SetDirection(
double dir[3]);
40 vtkGetVector3Macro(Direction,
double);
47 vtkSetMacro(Period,
double);
48 vtkGetMacro(Period,
double);
55 vtkSetMacro(Phase,
double);
56 vtkGetMacro(Phase,
double);
63 vtkSetMacro(Amplitude,
double);
64 vtkGetMacro(Amplitude,
double);
virtual void ExecuteDataWithInformation(vtkDataObject *output, vtkInformation *outInfo)
This is a convenience method that is implemented in many subclasses instead of RequestData.
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...
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.
Create an image with sinusoidal pixel values.
general representation of visualization data