 |
VTK
9.0.1
|
Go to the documentation of this file.
23 #ifndef vtkImageSinusoidSource_h
24 #define vtkImageSinusoidSource_h
27 #include "vtkImagingSourcesModule.h"
39 void SetWholeExtent(
int xMinx,
int xMax,
int yMin,
int yMax,
int zMin,
int zMax);
48 vtkGetVector3Macro(Direction,
double);
55 vtkSetMacro(Period,
double);
56 vtkGetMacro(Period,
double);
63 vtkSetMacro(Phase,
double);
64 vtkGetMacro(Phase,
double);
71 vtkSetMacro(Amplitude,
double);
72 vtkGetMacro(Amplitude,
double);
Create an image with sinusoidal pixel values.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkImageSinusoidSource() override
Generic algorithm superclass for image algs.
a simple class to control print indentation
void SetDirection(double dir[3])
static vtkImageSinusoidSource * New()
void SetWholeExtent(int xMinx, int xMax, int yMin, int yMax, int zMin, int zMax)
Set/Get the extent of the whole output image.
void SetDirection(double, double, double)
Set/Get the direction vector which determines the sinusoidal orientation.
void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo) override
This is a convenience method that is implemented in many subclasses instead of RequestData.
general representation of visualization data
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...