#include <vtkImageEllipsoidSource.h>
Inheritance diagram for vtkImageEllipsoidSource:
vtkImageEllipsoidSource creates a binary image of a ellipsoid. It was created as an example of a simple source, and to test the mask filter. It is also used internally in vtkImageDilateErode3D.
Definition at line 31 of file vtkImageEllipsoidSource.h.
Public Types | |
typedef vtkImageAlgorithm | Superclass |
Public Member Functions | |
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 (double, double, double) |
virtual void | SetCenter (double[3]) |
virtual double * | GetCenter () |
virtual void | GetCenter (double &, double &, double &) |
virtual void | GetCenter (double[3]) |
virtual void | SetRadius (double, double, double) |
virtual void | SetRadius (double[3]) |
virtual double * | GetRadius () |
virtual void | GetRadius (double &, double &, double &) |
virtual void | GetRadius (double[3]) |
virtual void | SetInValue (double) |
virtual double | GetInValue () |
virtual void | SetOutValue (double) |
virtual double | GetOutValue () |
virtual void | SetOutputScalarType (int) |
virtual int | GetOutputScalarType () |
void | SetOutputScalarTypeToFloat () |
void | SetOutputScalarTypeToDouble () |
void | SetOutputScalarTypeToLong () |
void | SetOutputScalarTypeToUnsignedLong () |
void | SetOutputScalarTypeToInt () |
void | SetOutputScalarTypeToUnsignedInt () |
void | SetOutputScalarTypeToShort () |
void | SetOutputScalarTypeToUnsignedShort () |
void | SetOutputScalarTypeToChar () |
void | SetOutputScalarTypeToUnsignedChar () |
Static Public Member Functions | |
static vtkImageEllipsoidSource * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageEllipsoidSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageEllipsoidSource () | |
~vtkImageEllipsoidSource () | |
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
int | WholeExtent [6] |
double | Center [3] |
double | Radius [3] |
double | InValue |
double | OutValue |
int | OutputScalarType |
|
Reimplemented from vtkImageAlgorithm. Definition at line 35 of file vtkImageEllipsoidSource.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkImageAlgorithm. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageAlgorithm. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageAlgorithm. |
|
Reimplemented from vtkImageAlgorithm. |
|
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 vtkImageAlgorithm. |
|
Set/Get the extent of the whole output image. |
|
|
|
|
|
Definition at line 44 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 75 of file vtkImageEllipsoidSource.h. References VTK_FLOAT. |
|
Set what type of scalar data this source should generate. Definition at line 77 of file vtkImageEllipsoidSource.h. References VTK_DOUBLE. |
|
Set what type of scalar data this source should generate. Definition at line 79 of file vtkImageEllipsoidSource.h. References VTK_LONG. |
|
Set what type of scalar data this source should generate. Definition at line 81 of file vtkImageEllipsoidSource.h. References VTK_UNSIGNED_LONG. |
|
Set what type of scalar data this source should generate. Definition at line 83 of file vtkImageEllipsoidSource.h. References VTK_INT. |
|
Set what type of scalar data this source should generate. Definition at line 85 of file vtkImageEllipsoidSource.h. References VTK_UNSIGNED_INT. |
|
Set what type of scalar data this source should generate. Definition at line 87 of file vtkImageEllipsoidSource.h. References VTK_SHORT. |
|
Set what type of scalar data this source should generate. Definition at line 89 of file vtkImageEllipsoidSource.h. References VTK_UNSIGNED_SHORT. |
|
Set what type of scalar data this source should generate. Definition at line 91 of file vtkImageEllipsoidSource.h. References VTK_CHAR. |
|
Set what type of scalar data this source should generate. Definition at line 93 of file vtkImageEllipsoidSource.h. References VTK_UNSIGNED_CHAR. |
|
Reimplemented from vtkImageAlgorithm. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkImageAlgorithm. |
|
Definition at line 101 of file vtkImageEllipsoidSource.h. |
|
Definition at line 102 of file vtkImageEllipsoidSource.h. |
|
Definition at line 103 of file vtkImageEllipsoidSource.h. |
|
Definition at line 104 of file vtkImageEllipsoidSource.h. |
|
Definition at line 105 of file vtkImageEllipsoidSource.h. |
|
Definition at line 106 of file vtkImageEllipsoidSource.h. |