Create an image with Gaussian pixel values.
More...
#include <vtkImageGaussianSource.h>
Inherits vtkImageAlgorithm.
|
virtual int | IsA (const char *type) |
|
vtkImageGaussianSource * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
|
void | SetWholeExtent (int xMinx, int xMax, int yMin, int yMax, int zMin, int zMax) |
|
|
virtual void | SetCenter (double, double, double) |
|
virtual void | SetCenter (double[3]) |
|
virtual double * | GetCenter () |
|
virtual void | GetCenter (double &, double &, double &) |
|
virtual void | GetCenter (double[3]) |
|
|
virtual void | SetMaximum (double) |
|
virtual double | GetMaximum () |
|
|
virtual void | SetStandardDeviation (double) |
|
virtual double | GetStandardDeviation () |
|
Create an image with Gaussian pixel values.
vtkImageGaussianSource just produces images with pixel values determined by a Gaussian.
- Tests:
- vtkImageGaussianSource (Tests)
Definition at line 31 of file vtkImageGaussianSource.h.
vtkImageGaussianSource::vtkImageGaussianSource |
( |
| ) |
|
|
protected |
vtkImageGaussianSource::~vtkImageGaussianSource |
( |
| ) |
|
|
inlineprotected |
static int vtkImageGaussianSource::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageGaussianSource::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkImageGaussianSource::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkImageGaussianSource::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
void vtkImageGaussianSource::SetWholeExtent |
( |
int |
xMinx, |
|
|
int |
xMax, |
|
|
int |
yMin, |
|
|
int |
yMax, |
|
|
int |
zMin, |
|
|
int |
zMax |
|
) |
| |
Set/Get the extent of the whole output image.
virtual void vtkImageGaussianSource::SetCenter |
( |
double |
, |
|
|
double |
, |
|
|
double |
|
|
) |
| |
|
virtual |
Set/Get the center of the Gaussian.
virtual void vtkImageGaussianSource::SetCenter |
( |
double |
[3] | ) |
|
|
virtual |
Set/Get the center of the Gaussian.
virtual double* vtkImageGaussianSource::GetCenter |
( |
| ) |
|
|
virtual |
Set/Get the center of the Gaussian.
virtual void vtkImageGaussianSource::GetCenter |
( |
double & |
, |
|
|
double & |
, |
|
|
double & |
|
|
) |
| |
|
virtual |
Set/Get the center of the Gaussian.
virtual void vtkImageGaussianSource::GetCenter |
( |
double |
[3] | ) |
|
|
virtual |
Set/Get the center of the Gaussian.
virtual void vtkImageGaussianSource::SetMaximum |
( |
double |
| ) |
|
|
virtual |
Set/Get the Maximum value of the gaussian
virtual double vtkImageGaussianSource::GetMaximum |
( |
| ) |
|
|
virtual |
Set/Get the Maximum value of the gaussian
virtual void vtkImageGaussianSource::SetStandardDeviation |
( |
double |
| ) |
|
|
virtual |
Set/Get the standard deviation of the gaussian
virtual double vtkImageGaussianSource::GetStandardDeviation |
( |
| ) |
|
|
virtual |
Set/Get the standard deviation of the gaussian
virtual int vtkImageGaussianSource::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkImageGaussianSource::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
double vtkImageGaussianSource::StandardDeviation |
|
protected |
int vtkImageGaussianSource::WholeExtent[6] |
|
protected |
double vtkImageGaussianSource::Center[3] |
|
protected |
double vtkImageGaussianSource::Maximum |
|
protected |
The documentation for this class was generated from the following file: