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