25 #ifndef __vtkImageSinusoidSource_h
26 #define __vtkImageSinusoidSource_h
28 #include "vtkImagingSourcesModule.h"
29 #include "vtkImageAlgorithm.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 *);
81 virtual void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation* outInfo);
~vtkImageSinusoidSource()
Create an image with sinusoidal pixel values.