vtkImageEllipsoidSource - Create a binary image of an ellipsoid.
Super Class: vtkImageSource
Description:
vtkImageEllipsoidSource creates a binary image of a elipsoid. It was created as an example of a simple source, and to test the mask filter. It is also used internally in vtkImageDilateErode3D.
Methods:
void vtkImageEllipsoidSource () | |
void vtkImageEllipsoidSource () | |
static vtkImageEllipsoidSource *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
void SetWholeExtent (int ) | |
void SetWholeExtent (int ,int ,int ,int ,int ,int ) | |
void GetWholeExtent (int ) | |
int *GetWholeExtent () | |
void SetCenter (float ,float ,float ) | |
void SetCenter (float *) | |
float *GetCenter () | |
void SetRadius (float ,float ,float ) | |
void SetRadius (float *) | |
float *GetRadius () | |
void SetInValue (float ) | |
float GetInValue () | |
void SetOutValue (float ) | |
float GetOutValue () | |
void UpdateImageInformation () | |
void SetOutputScalarType (int ) | |
int GetOutputScalarType () | |
void SetOutputScalarTypeToFloat () | |
void SetOutputScalarTypeToInt () | |
void SetOutputScalarTypeToShort () | |
void SetOutputScalarTypeToUnsignedShort () | |
void SetOutputScalarTypeToUnsignedChar () | |
void Execute (vtkImageData *) |
Detailed Method Descriptions:
void SetWholeExtent (int ) | |
void SetWholeExtent (int ,int ,int ,int ,int ,int ) | |
void GetWholeExtent (int ) |
int *GetWholeExtent () | |
void SetCenter (float ,float ,float ) | |
void SetCenter (float *) | |
float *GetCenter () |
void SetRadius (float ,float ,float ) | |
void SetRadius (float *) | |
float *GetRadius () |
void SetInValue (float ) | |
float GetInValue () |
void SetOutValue (float ) | |
float GetOutValue () |
void SetOutputScalarType (int ) | |
int GetOutputScalarType () | |
void SetOutputScalarTypeToFloat () | |
void SetOutputScalarTypeToInt () | |
void SetOutputScalarTypeToShort () | |
void SetOutputScalarTypeToUnsignedShort () |