#include <vtkImageMagnify.h>
Inheritance diagram for vtkImageMagnify:
vtkImageMagnify maps each pixel of the input onto a nxmx... region of the output. Location (0,0,...) remains in the same place. The magnification occurs via pixel replication, or if Interpolate is on, by bilinear interpolation.
Definition at line 39 of file vtkImageMagnify.h.
Public Types | |
typedef vtkImageToImageFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetMagnificationFactors (int, int, int) |
virtual void | SetMagnificationFactors (int[3]) |
virtual int * | GetMagnificationFactors () |
virtual void | GetMagnificationFactors (int &, int &, int &) |
virtual void | GetMagnificationFactors (int[3]) |
virtual void | SetInterpolate (int) |
virtual int | GetInterpolate () |
virtual void | InterpolateOn () |
virtual void | InterpolateOff () |
Static Public Member Functions | |
vtkImageMagnify * | New () |
int | IsTypeOf (const char *type) |
vtkImageMagnify * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageMagnify () | |
~vtkImageMagnify () | |
void | ComputeInputUpdateExtent (int inExt[6], int outExt[6]) |
void | ExecuteInformation (vtkImageData *inData, vtkImageData *outData) |
void | ExecuteInformation () |
void | ThreadedExecute (vtkImageData *inData, vtkImageData *outData, int extent[6], int id) |
Protected Attributes | |
int | MagnificationFactors [3] |
int | Interpolate |
|
Reimplemented from vtkImageToImageFilter. Definition at line 43 of file vtkImageMagnify.h. |
|
|
|
Definition at line 62 of file vtkImageMagnify.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject.
|
|
Reimplemented from vtkImageToImageFilter.
|
|
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 vtkImageToImageFilter.
|
|
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 vtkImageToImageFilter.
|
|
Reimplemented from vtkImageToImageFilter.
|
|
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 vtkImageToImageFilter.
|
|
Set/Get the integer magnification factors in the i-j-k directions. |
|
Set/Get the integer magnification factors in the i-j-k directions. |
|
Set/Get the integer magnification factors in the i-j-k directions. |
|
Set/Get the integer magnification factors in the i-j-k directions. |
|
Set/Get the integer magnification factors in the i-j-k directions. |
|
Turn interpolation on and off (pixel replication is used when off). |
|
Turn interpolation on and off (pixel replication is used when off). |
|
Turn interpolation on and off (pixel replication is used when off). |
|
Turn interpolation on and off (pixel replication is used when off). |
|
Reimplemented from vtkImageToImageFilter.
|
|
Reimplemented from vtkImageToImageFilter.
|
|
Reimplemented from vtkImageToImageFilter. Definition at line 68 of file vtkImageMagnify.h. References vtkImageToImageFilter::ExecuteInformation(). |
|
If the subclass does not define an Execute method, then the task will be broken up, multiple threads will be spawned, and each thread will call this method. It is public so that the thread functions can call this method. Reimplemented from vtkImageToImageFilter.
|
|
Definition at line 64 of file vtkImageMagnify.h. |
|
Definition at line 65 of file vtkImageMagnify.h. |