 |
VTK
9.0.1
|
Go to the documentation of this file.
27 #ifndef vtkImageNoiseSource_h
28 #define vtkImageNoiseSource_h
31 #include "vtkImagingSourcesModule.h"
44 vtkSetMacro(Minimum,
double);
45 vtkGetMacro(Minimum,
double);
46 vtkSetMacro(Maximum,
double);
47 vtkGetMacro(Maximum,
double);
54 void SetWholeExtent(
int xMinx,
int xMax,
int yMin,
int yMax,
int zMin,
int zMax);
57 this->SetWholeExtent(ext[0], ext[1], ext[2], ext[3], ext[4], ext[5]);
virtual void ExecuteDataWithInformation(vtkDataObject *output, vtkInformation *outInfo)
This is a convenience method that is implemented in many subclasses instead of RequestData.
Generic algorithm superclass for image algs.
Create an image filled with noise.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkAlgorithm * New()
~vtkImageNoiseSource() override
general representation of visualization data
void SetWholeExtent(const int ext[6])