Public Methods |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetWholeExtent (int extent[6]) |
void | SetWholeExtent (int minX, int maxX, int minY, int maxY, int minZ, int maxZ) |
void | GetWholeExtent (int extent[6]) |
int * | GetWholeExtent () |
virtual void | SetCenter (float, float, float) |
virtual void | SetCenter (float[3]) |
virtual float * | GetCenter () |
virtual void | GetCenter (float &, float &, float &) |
virtual void | GetCenter (float[3]) |
virtual void | SetRadius (float, float, float) |
virtual void | SetRadius (float[3]) |
virtual float * | GetRadius () |
virtual void | GetRadius (float &, float &, float &) |
virtual void | GetRadius (float[3]) |
virtual void | SetInValue (float) |
virtual float | GetInValue () |
virtual void | SetOutValue (float) |
virtual float | GetOutValue () |
virtual void | SetOutputScalarType (int) |
virtual int | GetOutputScalarType () |
void | SetOutputScalarTypeToDouble () |
void | SetOutputScalarTypeToFloat () |
void | SetOutputScalarTypeToLong () |
void | SetOutputScalarTypeToUnsignedLong () |
void | SetOutputScalarTypeToInt () |
void | SetOutputScalarTypeToUnsignedInt () |
void | SetOutputScalarTypeToShort () |
void | SetOutputScalarTypeToUnsignedShort () |
void | SetOutputScalarTypeToChar () |
void | SetOutputScalarTypeToUnsignedChar () |
Static Public Methods |
vtkImageEllipsoidSource * | New () |
int | IsTypeOf (const char *type) |
vtkImageEllipsoidSource * | SafeDownCast (vtkObject *o) |
Protected Methods |
| vtkImageEllipsoidSource () |
| ~vtkImageEllipsoidSource () |
| vtkImageEllipsoidSource (const vtkImageEllipsoidSource &) |
void | operator= (const vtkImageEllipsoidSource &) |
void | ExecuteInformation () |
void | Execute (vtkImageData *outData) |
void | Execute () |
Protected Attributes |
int | WholeExtent [6] |
float | Center [3] |
float | Radius [3] |
float | InValue |
float | OutValue |
int | OutputScalarType |