 |
VTK
9.1.0
|
Go to the documentation of this file.
86 #ifndef vtkImageNoiseSource_h
87 #define vtkImageNoiseSource_h
90 #include "vtkImagingSourcesModule.h"
103 vtkSetMacro(Minimum,
double);
104 vtkGetMacro(Minimum,
double);
105 vtkSetMacro(Maximum,
double);
106 vtkGetMacro(Maximum,
double);
113 void SetWholeExtent(
int xMinx,
int xMax,
int yMin,
int yMax,
int zMin,
int zMax);
116 this->SetWholeExtent(ext[0], ext[1], ext[2], ext[3], ext[4], ext[5]);
void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo) override
This is a convenience method that is implemented in many subclasses instead of RequestData.
~vtkImageNoiseSource() override=default
void SetWholeExtent(int xMinx, int xMax, int yMin, int yMax, int zMin, int zMax)
Set how large of an image to generate.
Generic algorithm superclass for image algs.
static vtkImageNoiseSource * New()
Create an image filled with noise.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
a simple class to control print indentation
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetWholeExtent(const int ext[6])
Set how large of an image to generate.