#include <vtkImageGridSource.h>
Inheritance diagram for vtkImageGridSource:
vtkImageGridSource produces an image of a grid. The default output type is double.
Definition at line 30 of file vtkImageGridSource.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) |
virtual void | SetGridSpacing (int, int, int) |
virtual void | SetGridSpacing (int[3]) |
virtual int * | GetGridSpacing () |
virtual void | GetGridSpacing (int &, int &, int &) |
virtual void | GetGridSpacing (int[3]) |
virtual void | SetGridOrigin (int, int, int) |
virtual void | SetGridOrigin (int[3]) |
virtual int * | GetGridOrigin () |
virtual void | GetGridOrigin (int &, int &, int &) |
virtual void | GetGridOrigin (int[3]) |
virtual void | SetLineValue (double) |
virtual double | GetLineValue () |
virtual void | SetFillValue (double) |
virtual double | GetFillValue () |
virtual void | SetDataScalarType (int) |
void | SetDataScalarTypeToDouble () |
void | SetDataScalarTypeToInt () |
void | SetDataScalarTypeToShort () |
void | SetDataScalarTypeToUnsignedShort () |
void | SetDataScalarTypeToUnsignedChar () |
virtual int | GetDataScalarType () |
const char * | GetDataScalarTypeAsString () |
virtual void | SetDataExtent (int, int, int, int, int, int) |
virtual void | SetDataExtent (int[6]) |
virtual int * | GetDataExtent () |
virtual void | GetDataExtent (int &, int &, int &, int &, int &, int &) |
virtual void | GetDataExtent (int[6]) |
virtual void | SetDataSpacing (double, double, double) |
virtual void | SetDataSpacing (double[3]) |
virtual double * | GetDataSpacing () |
virtual void | GetDataSpacing (double &, double &, double &) |
virtual void | GetDataSpacing (double[3]) |
virtual void | SetDataOrigin (double, double, double) |
virtual void | SetDataOrigin (double[3]) |
virtual double * | GetDataOrigin () |
virtual void | GetDataOrigin (double &, double &, double &) |
virtual void | GetDataOrigin (double[3]) |
Static Public Member Functions | |
static vtkImageGridSource * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageGridSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageGridSource () | |
~vtkImageGridSource () | |
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual void | ExecuteData (vtkDataObject *data) |
Protected Attributes | |
int | GridSpacing [3] |
int | GridOrigin [3] |
double | LineValue |
double | FillValue |
int | DataScalarType |
int | DataExtent [6] |
double | DataSpacing [3] |
double | DataOrigin [3] |
|
Reimplemented from vtkImageAlgorithm. Definition at line 34 of file vtkImageGridSource.h. |
|
|
|
Definition at line 99 of file vtkImageGridSource.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 grid spacing in pixel units. Default (10,10,0). A value of zero means no grid. |
|
|
|
|
|
|
|
|
|
Set/Get the grid origin, in ijk integer values. Default (0,0,0). |
|
Set/Get the grid origin, in ijk integer values. Default (0,0,0). |
|
Set/Get the grid origin, in ijk integer values. Default (0,0,0). |
|
Set/Get the grid origin, in ijk integer values. Default (0,0,0). |
|
Set/Get the grid origin, in ijk integer values. Default (0,0,0). |
|
Set the grey level of the lines. Default 1.0. |
|
Set the grey level of the lines. Default 1.0. |
|
Set the grey level of the fill. Default 0.0. |
|
Set the grey level of the fill. Default 0.0. |
|
Set/Get the data type of pixels in the imported data. As a convenience, the OutputScalarType is set to the same value. |
|
Set/Get the data type of pixels in the imported data. As a convenience, the OutputScalarType is set to the same value. Definition at line 66 of file vtkImageGridSource.h. References VTK_DOUBLE. |
|
Set/Get the data type of pixels in the imported data. As a convenience, the OutputScalarType is set to the same value. Definition at line 67 of file vtkImageGridSource.h. References VTK_INT. |
|
Set/Get the data type of pixels in the imported data. As a convenience, the OutputScalarType is set to the same value. Definition at line 68 of file vtkImageGridSource.h. References VTK_SHORT. |
|
Set/Get the data type of pixels in the imported data. As a convenience, the OutputScalarType is set to the same value. Definition at line 69 of file vtkImageGridSource.h. References VTK_UNSIGNED_SHORT. |
|
Set/Get the data type of pixels in the imported data. As a convenience, the OutputScalarType is set to the same value. Definition at line 71 of file vtkImageGridSource.h. References VTK_UNSIGNED_CHAR. |
|
Set/Get the data type of pixels in the imported data. As a convenience, the OutputScalarType is set to the same value. |
|
Set/Get the data type of pixels in the imported data. As a convenience, the OutputScalarType is set to the same value. Definition at line 74 of file vtkImageGridSource.h. |
|
Set/Get the extent of the whole output image, Default: (0,255,0,255,0,0) |
|
Set/Get the extent of the whole output image, Default: (0,255,0,255,0,0) |
|
Set/Get the extent of the whole output image, Default: (0,255,0,255,0,0) |
|
Set/Get the extent of the whole output image, Default: (0,255,0,255,0,0) |
|
Set/Get the extent of the whole output image, Default: (0,255,0,255,0,0) |
|
Set/Get the pixel spacing. |
|
Set/Get the pixel spacing. |
|
Set/Get the pixel spacing. |
|
Set/Get the pixel spacing. |
|
Set/Get the pixel spacing. |
|
Set/Get the origin of the data. |
|
Set/Get the origin of the data. |
|
Set/Get the origin of the data. |
|
Set/Get the origin of the data. |
|
Set/Get the origin of the data. |
|
Reimplemented from vtkImageAlgorithm. |
|
This method is the old style execute method Reimplemented from vtkImageAlgorithm. |
|
Definition at line 99 of file vtkImageGridSource.h. |
|
Definition at line 102 of file vtkImageGridSource.h. |
|
Definition at line 104 of file vtkImageGridSource.h. |
|
Definition at line 105 of file vtkImageGridSource.h. |
|
Definition at line 107 of file vtkImageGridSource.h. |
|
Definition at line 109 of file vtkImageGridSource.h. |
|
Definition at line 110 of file vtkImageGridSource.h. |
|
Definition at line 111 of file vtkImageGridSource.h. |