Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
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.
- Date:
-
2002/01/22 15:33:09
- Revision:
-
1.25
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 (57%)
- Martin, Ken (34%)
- CVS logs (CVSweb):
-
- .
h
(/Imaging/vtkImageNoiseSource.h)
- .
cxx
(/Imaging/vtkImageNoiseSource.cxx)
- Tests:
-
vtkImageNoiseSource (Tests)
Definition at line 51 of file vtkImageNoiseSource.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkImageNoiseSource::vtkImageNoiseSource |
( |
|
) |
[protected] |
|
vtkImageNoiseSource::~vtkImageNoiseSource |
( |
|
) |
[inline, protected] |
|
Member Function Documentation
vtkImageNoiseSource* vtkImageNoiseSource::New |
( |
|
) |
[static] |
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject. |
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 vtkImageSource. |
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 vtkImageSource. |
vtkImageNoiseSource* vtkImageNoiseSource::SafeDownCast |
( |
vtkObject * |
o |
) |
[static] |
|
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 vtkImageSource. |
virtual void vtkImageNoiseSource::SetMinimum |
( |
float |
|
) |
[virtual] |
|
|
Set/Get the minimum and maximum values for the generated noise. |
virtual float vtkImageNoiseSource::GetMinimum |
( |
|
) |
[virtual] |
|
|
Set/Get the minimum and maximum values for the generated noise. |
virtual void vtkImageNoiseSource::SetMaximum |
( |
float |
|
) |
[virtual] |
|
|
Set/Get the minimum and maximum values for the generated noise. |
virtual float 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::ExecuteInformation |
( |
|
) |
[protected, virtual] |
|
virtual void vtkImageNoiseSource::ExecuteData |
( |
vtkDataObject * |
data |
) |
[protected, virtual] |
|
Member Data Documentation
float vtkImageNoiseSource::Minimum [protected]
|
|
float vtkImageNoiseSource::Maximum [protected]
|
|
int vtkImageNoiseSource::WholeExtent[6] [protected]
|
|
The documentation for this class was generated from the following file: