#include <vtkImageNoiseSource.h>
Inheritance diagram for vtkImageNoiseSource:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetMinimum (float) |
virtual float | GetMinimum () |
virtual void | SetMaximum (float) |
virtual float | GetMaximum () |
void | SetWholeExtent (int xMinx, int xMax, int yMin, int yMax, int zMin, int zMax) |
Static Public Methods | |
vtkImageNoiseSource * | New () |
int | IsTypeOf (const char *type) |
vtkImageNoiseSource * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImageNoiseSource () | |
~vtkImageNoiseSource () | |
vtkImageNoiseSource (const vtkImageNoiseSource &) | |
void | operator= (const vtkImageNoiseSource &) |
void | ExecuteInformation () |
void | Execute (vtkImageData *data) |
void | Execute () |
Protected Attributes | |
float | Minimum |
float | Maximum |
int | WholeExtent [6] |
Definition at line 65 of file vtkImageNoiseSource.h.
|
|
|
Definition at line 84 of file vtkImageNoiseSource.h. |
|
Definition at line 85 of file vtkImageNoiseSource.h. |
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkImageSource. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. 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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageSource. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. 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 vtkSource. |
|
Set/Get the minimum and maximum values for the generated noise. |
|
|
|
|
|
|
|
Set how large of an image to generate. |
|
Definition at line 86 of file vtkImageNoiseSource.h. |
|
Reimplemented from vtkSource. |
|
Reimplemented from vtkImageSource. |
|
Reimplemented from vtkImageSource. Definition at line 94 of file vtkImageNoiseSource.h. |
|
Definition at line 88 of file vtkImageNoiseSource.h. |
|
Definition at line 89 of file vtkImageNoiseSource.h. |
|
Definition at line 90 of file vtkImageNoiseSource.h. |