#include <vtkImageGridSource.h>
Inheritance diagram for vtkImageGridSource:
Public Methods | |
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 (float) |
virtual float | GetLineValue () |
virtual void | SetFillValue (float) |
virtual float | GetFillValue () |
virtual void | SetDataScalarType (int) |
void | SetDataScalarTypeToFloat () |
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 (float, float, float) |
virtual void | SetDataSpacing (float[3]) |
virtual float * | GetDataSpacing () |
virtual void | GetDataSpacing (float &, float &, float &) |
virtual void | GetDataSpacing (float[3]) |
virtual void | SetDataOrigin (float, float, float) |
virtual void | SetDataOrigin (float[3]) |
virtual float * | GetDataOrigin () |
virtual void | GetDataOrigin (float &, float &, float &) |
virtual void | GetDataOrigin (float[3]) |
Static Public Methods | |
vtkImageGridSource * | New () |
int | IsTypeOf (const char *type) |
vtkImageGridSource * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImageGridSource () | |
~vtkImageGridSource () | |
virtual void | ExecuteInformation () |
virtual void | ExecuteData (vtkDataObject *data) |
Protected Attributes | |
int | GridSpacing [3] |
int | GridOrigin [3] |
float | LineValue |
float | FillValue |
int | DataScalarType |
int | DataExtent [6] |
float | DataSpacing [3] |
float | DataOrigin [3] |
Definition at line 59 of file vtkImageGridSource.h.
|
|
|
Definition at line 128 of file vtkImageGridSource.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 grid spacing in pixel units. Default (10,10,0). A value of zero means no grid. |
|
Set/Get the grid spacing in pixel units. Default (10,10,0). A value of zero means no grid. |
|
Set/Get the grid spacing in pixel units. Default (10,10,0). A value of zero means no grid. |
|
Set/Get the grid spacing in pixel units. Default (10,10,0). A value of zero means no grid. |
|
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 95 of file vtkImageGridSource.h. |
|
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 96 of file vtkImageGridSource.h. |
|
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 97 of file vtkImageGridSource.h. |
|
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 98 of file vtkImageGridSource.h. |
|
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 100 of file vtkImageGridSource.h. |
|
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 103 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 vtkSource. |
|
|
|
Definition at line 130 of file vtkImageGridSource.h. |
|
Definition at line 131 of file vtkImageGridSource.h. |
|
Definition at line 133 of file vtkImageGridSource.h. |
|
Definition at line 134 of file vtkImageGridSource.h. |
|
Definition at line 136 of file vtkImageGridSource.h. |
|
Definition at line 138 of file vtkImageGridSource.h. |
|
Definition at line 139 of file vtkImageGridSource.h. |
|
Definition at line 140 of file vtkImageGridSource.h. |