Documentation for vtkImageGaussianSource

vtkImageGaussianSource - Create an image with Gaussian pixel values.

Super Class: vtkImageSource

Description:

vtkImageGaussianSource just produces images with pixel values determined by a Gaussian.

 

Methods:

void vtkImageGaussianSource ()
static vtkImageGaussianSource *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetWholeExtent (int ,int ,int ,int ,int ,int )
void SetCenter (float ,float ,float )
void SetCenter (float *)
float *GetCenter ()
void SetMaximum (float )
float GetMaximum ()
void SetStandardDeviation (float )
float GetStandardDeviation ()
void UpdateImageInformation ()
void Execute (vtkImageData *)

 

Detailed Method Descriptions:

Set/Get the extent of the whole output image.

void SetWholeExtent (int ,int ,int ,int ,int ,int )

Set/Get the center of the Gaussian.

void SetCenter (float ,float ,float )
void SetCenter (float *)
float *GetCenter ()

Set/Get the Maximum value of the gaussian

void SetMaximum (float )
float GetMaximum ()

Set/Get the standard deviation of the gaussian

void SetStandardDeviation (float )
float GetStandardDeviation ()