#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 () | |
vtkImageGridSource (const vtkImageGridSource &) | |
void | operator= (const vtkImageGridSource &) |
void | ExecuteInformation () |
void | Execute (vtkImageData *data) |
void | Execute () |
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 112 of file vtkImageGridSource.h. |
|
Definition at line 113 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 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 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. |
|
Definition at line 86 of file vtkImageGridSource.h. |
|
Definition at line 87 of file vtkImageGridSource.h. |
|
Definition at line 88 of file vtkImageGridSource.h. |
|
Definition at line 89 of file vtkImageGridSource.h. |
|
Definition at line 91 of file vtkImageGridSource.h. |
|
|
|
Definition at line 94 of file vtkImageGridSource.h. |
|
Set/Get the extent of the whole output image, Default: (0,255,0,255,0,0) |
|
|
|
|
|
|
|
|
|
Set/Get the pixel spacing. |
|
|
|
|
|
|
|
|
|
Set/Get the origin of the data. |
|
|
|
|
|
|
|
|
|
Definition at line 114 of file vtkImageGridSource.h. |
|
Reimplemented from vtkSource. |
|
Reimplemented from vtkImageSource. |
|
Reimplemented from vtkImageSource. Definition at line 130 of file vtkImageGridSource.h. |
|
Definition at line 116 of file vtkImageGridSource.h. |
|
Definition at line 117 of file vtkImageGridSource.h. |
|
Definition at line 119 of file vtkImageGridSource.h. |
|
Definition at line 120 of file vtkImageGridSource.h. |
|
Definition at line 122 of file vtkImageGridSource.h. |
|
Definition at line 124 of file vtkImageGridSource.h. |
|
Definition at line 125 of file vtkImageGridSource.h. |
|
Definition at line 126 of file vtkImageGridSource.h. |