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:
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 () |