#include <vtkImageNoiseSource.h>
Inheritance diagram for vtkImageNoiseSource:
vtkImageNoiseSource just produces images filled with noise. The only option now is uniform noise specified by a min and a max. There is one major problem with this source. Every time it executes, it will output different pixel values. This has important implications when a stream requests overlapping regions. The same pixels will have different values on different updates.
Definition at line 36 of file vtkImageNoiseSource.h.
Public Types | |
typedef vtkImageSource | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetMinimum (double) |
virtual double | GetMinimum () |
virtual void | SetMaximum (double) |
virtual double | GetMaximum () |
void | SetWholeExtent (int xMinx, int xMax, int yMin, int yMax, int zMin, int zMax) |
Static Public Member Functions | |
static vtkImageNoiseSource * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageNoiseSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageNoiseSource () | |
~vtkImageNoiseSource () | |
virtual void | ExecuteInformation () |
virtual void | ExecuteData (vtkDataObject *data) |
Protected Attributes | |
double | Minimum |
double | Maximum |
int | WholeExtent [6] |
|
Reimplemented from vtkImageSource. Definition at line 40 of file vtkImageNoiseSource.h. |
|
|
|
Definition at line 59 of file vtkImageNoiseSource.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Reimplemented from vtkImageSource. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageSource. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageSource. |
|
Reimplemented from vtkImageSource. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkImageSource. |
|
Set/Get the minimum and maximum values for the generated noise. |
|
Set/Get the minimum and maximum values for the generated noise. |
|
Set/Get the minimum and maximum values for the generated noise. |
|
Set/Get the minimum and maximum values for the generated noise. |
|
Set how large of an image to generate. |
|
Reimplemented from vtkSource. |
|
This method is the one that should be used by subclasses, right now the default implementation is to call the backwards compatibility method Reimplemented from vtkSource. |
|
Definition at line 59 of file vtkImageNoiseSource.h. |
|
Definition at line 62 of file vtkImageNoiseSource.h. |
|
Definition at line 63 of file vtkImageNoiseSource.h. |