#include <vtkTransformToGrid.h>
Inheritance diagram for vtkTransformToGrid:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetInput (vtkAbstractTransform *) |
virtual vtkAbstractTransform * | GetInput () |
virtual void | SetGridExtent (int, int, int, int, int, int) |
virtual void | SetGridExtent (int[6]) |
virtual int * | GetGridExtent () |
virtual void | GetGridExtent (int &, int &, int &, int &, int &, int &) |
virtual void | GetGridExtent (int[6]) |
virtual void | SetGridOrigin (float, float, float) |
virtual void | SetGridOrigin (float[3]) |
virtual float * | GetGridOrigin () |
virtual void | GetGridOrigin (float &, float &, float &) |
virtual void | GetGridOrigin (float[3]) |
virtual void | SetGridSpacing (float, float, float) |
virtual void | SetGridSpacing (float[3]) |
virtual float * | GetGridSpacing () |
virtual void | GetGridSpacing (float &, float &, float &) |
virtual void | GetGridSpacing (float[3]) |
virtual void | SetGridScalarType (int) |
virtual int | GetGridScalarType () |
void | SetGridScalarTypeToFloat () |
void | SetGridScalarTypeToShort () |
void | SetGridScalarTypeToUnsignedShort () |
void | SetGridScalarTypeToUnsignedChar () |
void | SetGridScalarTypeToChar () |
float | GetDisplacementScale () |
float | GetDisplacementShift () |
Static Public Methods | |
vtkTransformToGrid * | New () |
int | IsTypeOf (const char *type) |
vtkTransformToGrid * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkTransformToGrid () | |
~vtkTransformToGrid () | |
void | ExecuteInformation () |
void | ExecuteData (vtkDataObject *data) |
void | UpdateShiftScale () |
unsigned long | GetMTime () |
Protected Attributes | |
vtkAbstractTransform * | Input |
int | GridScalarType |
int | GridExtent [6] |
float | GridOrigin [3] |
float | GridSpacing [3] |
float | DisplacementScale |
float | DisplacementShift |
vtkTimeStamp | ShiftScaleTime |
Definition at line 64 of file vtkTransformToGrid.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 transform which will be converted into a grid. |
|
Set/Get the transform which will be converted into a grid. |
|
Get/Set the extent of the grid. |
|
Get/Set the extent of the grid. |
|
Get/Set the extent of the grid. |
|
Get/Set the extent of the grid. |
|
Get/Set the extent of the grid. |
|
Get/Set the origin of the grid. |
|
Get/Set the origin of the grid. |
|
Get/Set the origin of the grid. |
|
Get/Set the origin of the grid. |
|
Get/Set the origin of the grid. |
|
Get/Set the spacing between samples in the grid. |
|
Get/Set the spacing between samples in the grid. |
|
Get/Set the spacing between samples in the grid. |
|
Get/Set the spacing between samples in the grid. |
|
Get/Set the spacing between samples in the grid. |
|
Get/Set the scalar type of the grid. The default is float. |
|
Get/Set the scalar type of the grid. The default is float. |
|
Get/Set the scalar type of the grid. The default is float. Definition at line 99 of file vtkTransformToGrid.h. |
|
Get/Set the scalar type of the grid. The default is float. Definition at line 100 of file vtkTransformToGrid.h. |
|
Get/Set the scalar type of the grid. The default is float. Definition at line 101 of file vtkTransformToGrid.h. |
|
Get/Set the scalar type of the grid. The default is float. Definition at line 103 of file vtkTransformToGrid.h. |
|
Get/Set the scalar type of the grid. The default is float. Definition at line 105 of file vtkTransformToGrid.h. |
|
Get the scale and shift to convert integer grid elements into real values: dx = scale*di + shift. If the grid is of float type, then scale = 1 and shift = 0. Definition at line 113 of file vtkTransformToGrid.h. |
|
Get the scale and shift to convert integer grid elements into real values: dx = scale*di + shift. If the grid is of float type, then scale = 1 and shift = 0. Definition at line 115 of file vtkTransformToGrid.h. |
|
Reimplemented from vtkSource. |
|
|
|
Internal method to calculate the shift and scale values which will provide maximum grid precision for a particular integer type. |
|
Return this object's modified time. Reimplemented from vtkObject. |
|
Definition at line 133 of file vtkTransformToGrid.h. |
|
Definition at line 135 of file vtkTransformToGrid.h. |
|
Definition at line 136 of file vtkTransformToGrid.h. |
|
Definition at line 137 of file vtkTransformToGrid.h. |
|
Definition at line 138 of file vtkTransformToGrid.h. |
|
Definition at line 140 of file vtkTransformToGrid.h. |
|
Definition at line 141 of file vtkTransformToGrid.h. |
|
Definition at line 142 of file vtkTransformToGrid.h. |