#include <vtkImageEllipsoidSource.h>
Inheritance diagram for vtkImageEllipsoidSource:
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 () | |
virtual void | ExecuteInformation () |
virtual void | ExecuteData (vtkDataObject *outData) |
Protected Attributes | |
int | WholeExtent [6] |
float | Center [3] |
float | Radius [3] |
float | InValue |
float | OutValue |
int | OutputScalarType |
Definition at line 60 of file vtkImageEllipsoidSource.h.
|
|
|
|
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkImageSource. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageSource. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageSource. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageSource. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageSource. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkSource. |
|
Set/Get the extent of the whole output image. |
|
Set/Get the extent of the whole output image. |
|
Set/Get the extent of the whole output image. |
|
Set/Get the extent of the whole output image. Definition at line 73 of file vtkImageEllipsoidSource.h. |
|
Set/Get the center of the ellipsoid. |
|
Set/Get the center of the ellipsoid. |
|
Set/Get the center of the ellipsoid. |
|
Set/Get the center of the ellipsoid. |
|
Set/Get the center of the ellipsoid. |
|
Set/Get the radius of the ellipsoid. |
|
Set/Get the radius of the ellipsoid. |
|
Set/Get the radius of the ellipsoid. |
|
Set/Get the radius of the ellipsoid. |
|
Set/Get the radius of the ellipsoid. |
|
Set/Get the inside pixel values. |
|
Set/Get the inside pixel values. |
|
Set/Get the outside pixel values. |
|
Set/Get the outside pixel values. |
|
Set what type of scalar data this source should generate. |
|
Set what type of scalar data this source should generate. |
|
Set what type of scalar data this source should generate. Definition at line 104 of file vtkImageEllipsoidSource.h. |
|
Set what type of scalar data this source should generate. Definition at line 106 of file vtkImageEllipsoidSource.h. |
|
Set what type of scalar data this source should generate. Definition at line 108 of file vtkImageEllipsoidSource.h. |
|
Set what type of scalar data this source should generate. Definition at line 110 of file vtkImageEllipsoidSource.h. |
|
Set what type of scalar data this source should generate. Definition at line 112 of file vtkImageEllipsoidSource.h. |
|
Set what type of scalar data this source should generate. Definition at line 114 of file vtkImageEllipsoidSource.h. |
|
Set what type of scalar data this source should generate. Definition at line 116 of file vtkImageEllipsoidSource.h. |
|
Set what type of scalar data this source should generate. Definition at line 118 of file vtkImageEllipsoidSource.h. |
|
Set what type of scalar data this source should generate. Definition at line 120 of file vtkImageEllipsoidSource.h. |
|
Set what type of scalar data this source should generate. Definition at line 122 of file vtkImageEllipsoidSource.h. |
|
Reimplemented from vtkSource. |
|
|
|
Definition at line 130 of file vtkImageEllipsoidSource.h. |
|
Definition at line 131 of file vtkImageEllipsoidSource.h. |
|
Definition at line 132 of file vtkImageEllipsoidSource.h. |
|
Definition at line 133 of file vtkImageEllipsoidSource.h. |
|
Definition at line 134 of file vtkImageEllipsoidSource.h. |
|
Definition at line 135 of file vtkImageEllipsoidSource.h. |