#include <vtkImageResample.h>
Inheritance diagram for vtkImageResample:
This filter produces an output with different spacing (and extent) than the input. Linear interpolation can be used to resample the data. The Output spacing can be set explicitly or relative to input spacing with the SetAxisMagnificationFactor method.
Definition at line 36 of file vtkImageResample.h.
Public Types | |
typedef vtkImageReslice | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetAxisOutputSpacing (int axis, double spacing) |
void | SetAxisMagnificationFactor (int axis, double factor) |
double | GetAxisMagnificationFactor (int axis, vtkInformation *inInfo=0) |
virtual void | SetDimensionality (int) |
virtual int | GetDimensionality () |
Static Public Member Functions | |
static vtkImageResample * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageResample * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageResample () | |
~vtkImageResample () | |
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
double | MagnificationFactors [3] |
double | OutputSpacing [3] |
int | Dimensionality |
|
Reimplemented from vtkImageReslice. Definition at line 40 of file vtkImageResample.h. |
|
|
|
Definition at line 65 of file vtkImageResample.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkImageReslice. |
|
Reimplemented from vtkImageReslice. |
|
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 vtkImageReslice. |
|
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 vtkImageReslice. |
|
Reimplemented from vtkImageReslice. |
|
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 vtkImageReslice. |
|
Set desired spacing. Zero is a reserved value indicating spacing has not been set. |
|
Set/Get Magnification factors. Zero is a reserved value indicating values have not been computed. |
|
Set desired spacing. Zero is a reserved value indicating spacing has not been set. |
|
Dimensionality is the number of axes which are considered during execution. To process images dimensionality would be set to 2. This has the same effect as setting the magnification of the third axis to 1.0 |
|
Dimensionality is the number of axes which are considered during execution. To process images dimensionality would be set to 2. This has the same effect as setting the magnification of the third axis to 1.0 |
|
Reimplemented from vtkImageReslice. |
|
Definition at line 65 of file vtkImageResample.h. |
|
Reimplemented from vtkImageReslice. Definition at line 68 of file vtkImageResample.h. |
|
Definition at line 69 of file vtkImageResample.h. |