Create an image filled with noise.
More...
#include <vtkImageNoiseSource.h>
Inherits vtkImageAlgorithm.
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.
- Tests:
- vtkImageNoiseSource (Tests)
Definition at line 37 of file vtkImageNoiseSource.h.
vtkImageNoiseSource::vtkImageNoiseSource |
( |
| ) |
|
|
protected |
vtkImageNoiseSource::~vtkImageNoiseSource |
( |
| ) |
|
|
inlineprotected |
static int vtkImageNoiseSource::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageNoiseSource::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkImageNoiseSource::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkImageNoiseSource::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
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.
void vtkImageNoiseSource::SetWholeExtent |
( |
const int |
ext[6] | ) |
|
|
inline |
virtual int vtkImageNoiseSource::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual void vtkImageNoiseSource::ExecuteDataWithInformation |
( |
vtkDataObject * |
data, |
|
|
vtkInformation * |
outInfo |
|
) |
| |
|
protectedvirtual |
double vtkImageNoiseSource::Minimum |
|
protected |
double vtkImageNoiseSource::Maximum |
|
protected |
int vtkImageNoiseSource::WholeExtent[6] |
|
protected |
The documentation for this class was generated from the following file: