Go to the documentation of this file.
23 #ifndef vtkImageSinusoidSource_h
24 #define vtkImageSinusoidSource_h
26 #include "vtkImagingSourcesModule.h"
39 void SetWholeExtent(
int xMinx,
int xMax,
int yMin,
int yMax,
47 void SetDirection(
double,
double,
double);
48 void SetDirection(
double dir[3]);
49 vtkGetVector3Macro(Direction,
double);
56 vtkSetMacro(Period,
double);
57 vtkGetMacro(Period,
double);
64 vtkSetMacro(Phase,
double);
65 vtkGetMacro(Phase,
double);
72 vtkSetMacro(Amplitude,
double);
73 vtkGetMacro(Amplitude,
double);
Create an image with sinusoidal pixel values.
virtual void ExecuteDataWithInformation(vtkDataObject *output, vtkInformation *outInfo)
This is a convenience method that is implemented in many subclasses instead of RequestData.
~vtkImageSinusoidSource() override
Generic algorithm superclass for image algs.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkAlgorithm * New()
general representation of visualization data