Go to the documentation of this file.
29 #ifndef vtkImageNoiseSource_h
30 #define vtkImageNoiseSource_h
58 this->SetWholeExtent(ext[0], ext[1], ext[2], ext[3], ext[4], ext[5]);
void PrintSelf(ostream &os, vtkIndent indent)
GLsizei GLsizei GLenum GLenum const GLvoid * data
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetWholeExtent(int xMinx, int xMax, int yMin, int yMax, int zMin, int zMax)
#define vtkTypeMacro(thisClass, superclass)
Generic algorithm superclass for image algs.
static vtkImageNoiseSource * New()
Create an image filled with noise.
a simple class to control print indentation
#define VTKIMAGINGSOURCES_EXPORT
#define vtkGetMacro(name, type)
vtkSetMacro(IgnoreDriverBugs, bool)
general representation of visualization data
void SetWholeExtent(const int ext[6])
virtual void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo)