#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 35 of file vtkImageMagnify.h.
Public Types | |
typedef vtkThreadedImageAlgorithm | 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 | |
static vtkImageMagnify * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageMagnify * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageMagnify () | |
~vtkImageMagnify () | |
virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
void | ThreadedRequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int outExt[6], int id) |
void | InternalRequestUpdateExtent (int *inExt, int *outExt) |
Protected Attributes | |
int | MagnificationFactors [3] |
int | Interpolate |
|
Reimplemented from vtkThreadedImageAlgorithm. Definition at line 39 of file vtkImageMagnify.h. |
|
|
|
Definition at line 58 of file vtkImageMagnify.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkThreadedImageAlgorithm. |
|
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 vtkThreadedImageAlgorithm. |
|
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 vtkThreadedImageAlgorithm. |
|
Reimplemented from vtkThreadedImageAlgorithm. |
|
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 vtkThreadedImageAlgorithm. |
|
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 vtkImageAlgorithm. |
|
Reimplemented from vtkImageAlgorithm. |
|
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 vtkThreadedImageAlgorithm. |
|
|
|
Definition at line 58 of file vtkImageMagnify.h. |
|
Definition at line 61 of file vtkImageMagnify.h. |