vtkImageNoiseSource Class Reference
#include <vtkImageNoiseSource.h>
Inheritance diagram for vtkImageNoiseSource:
[legend]Collaboration diagram for vtkImageNoiseSource:
[legend]List of all members.
Detailed Description
Create an image filled with noise.
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.
- Created by:
-
- CVS contributions (if > 5%):
- Law, Charles (52%)
- Martin, Ken (40%)
- CVS logs (CVSweb):
.h (/Imaging/vtkImageNoiseSource
.h)
.cxx (/Imaging/vtkImageNoiseSource
.cxx)
- Tests:
- vtkImageNoiseSource (Tests)
Definition at line 47 of file vtkImageNoiseSource.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkImageNoiseSource::vtkImageNoiseSource |
( |
|
) |
[protected] |
|
Member Function Documentation
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm. |
virtual const char* vtkImageNoiseSource::GetClassName |
( |
|
) |
[virtual] |
|
int vtkImageNoiseSource::IsTypeOf |
( |
const char * |
type |
) |
[static] |
|
|
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 vtkImageAlgorithm. |
virtual int vtkImageNoiseSource::IsA |
( |
const char * |
type |
) |
[virtual] |
|
|
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 vtkImageAlgorithm. |
void vtkImageNoiseSource::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
[virtual] |
|
|
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 vtkImageAlgorithm. |
virtual void vtkImageNoiseSource::SetMinimum |
( |
double |
|
) |
[virtual] |
|
|
Set/Get the minimum and maximum values for the generated noise. |
virtual double vtkImageNoiseSource::GetMinimum |
( |
|
) |
[virtual] |
|
|
Set/Get the minimum and maximum values for the generated noise. |
virtual void vtkImageNoiseSource::SetMaximum |
( |
double |
|
) |
[virtual] |
|
|
Set/Get the minimum and maximum values for the generated noise. |
virtual double vtkImageNoiseSource::GetMaximum |
( |
|
) |
[virtual] |
|
|
Set/Get the minimum and maximum values for the generated noise. |
void vtkImageNoiseSource::SetWholeExtent |
( |
int |
xMinx, |
|
|
int |
xMax, |
|
|
int |
yMin, |
|
|
int |
yMax, |
|
|
int |
zMin, |
|
|
int |
zMax |
|
) |
|
|
|
Set how large of an image to generate. |
virtual void vtkImageNoiseSource::ExecuteData |
( |
vtkDataObject * |
data |
) |
[protected, virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following file: