27#ifndef vtkImageNoiseSource_h
28#define vtkImageNoiseSource_h
31#include "vtkImagingSourcesModule.h"
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]);
general representation of visualization data
void SetWholeExtent(int xMinx, int xMax, int yMin, int yMax, int zMin, int zMax)
Set how large of an image to generate.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo) override
This is a convenience method that is implemented in many subclasses instead of RequestData.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
static vtkImageNoiseSource * New()
void SetWholeExtent(const int ext[6])
Set how large of an image to generate.
~vtkImageNoiseSource() override=default
a simple class to control print indentation