25 #ifndef __vtkImageSinusoidSource_h
26 #define __vtkImageSinusoidSource_h
28 #include "vtkImagingSourcesModule.h"
36 void PrintSelf(ostream& os, vtkIndent indent);
40 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);
54 vtkSetMacro(Period,
double);
55 vtkGetMacro(Period,
double);
60 vtkSetMacro(Phase,
double);
61 vtkGetMacro(Phase,
double);
66 vtkSetMacro(Amplitude,
double);
67 vtkGetMacro(Amplitude,
double);
80 virtual int RequestInformation (vtkInformation *, vtkInformationVector**, vtkInformationVector *);
virtual void ExecuteDataWithInformation(vtkDataObject *output, vtkInformation *outInfo)
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
~vtkImageSinusoidSource()
Generic algorithm superclass for image algs.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()
Create an image with sinusoidal pixel values.
general representation of visualization data