Documentation for vtkImageEllipsoidSource

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:

Set/Get the extent of the whole output image.

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

Set/Get the center of the elipsoid.

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

Set/Get the radius of the elipsoid.

void SetRadius (float ,float ,float )
void SetRadius (float *)
float *GetRadius ()

Set/Get the inside pixel values.

void SetInValue (float )
float GetInValue ()

Set/Get the outside pixel values.

void SetOutValue (float )
float GetOutValue ()

Set what type of scalar data this source should generate.

void SetOutputScalarType (int )
int GetOutputScalarType ()
void SetOutputScalarTypeToFloat ()
void SetOutputScalarTypeToInt ()
void SetOutputScalarTypeToShort ()
void SetOutputScalarTypeToUnsignedShort ()