#include <vtkImageMirrorPad.h>
Inheritance diagram for vtkImageMirrorPad:
vtkImageMirrorPad makes an image larger by filling extra pixels with a mirror image of the original image (mirror at image boundaries).
Definition at line 42 of file vtkImageMirrorPad.h.
Public Types | |
typedef vtkImagePadFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
Static Public Member Functions | |
vtkImageMirrorPad * | New () |
int | IsTypeOf (const char *type) |
vtkImageMirrorPad * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageMirrorPad () | |
~vtkImageMirrorPad () | |
void | ComputeInputUpdateExtent (int inExt[6], int outExt[6], int wExt[6]) |
void | ThreadedRequestData (vtkInformation *request, vtkInformationVector *inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int ext[6], int id) |
|
Reimplemented from vtkImagePadFilter. Definition at line 46 of file vtkImageMirrorPad.h. |
|
Definition at line 49 of file vtkImageMirrorPad.h. |
|
Definition at line 50 of file vtkImageMirrorPad.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkImagePadFilter. |
|
Reimplemented from vtkImagePadFilter. |
|
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 vtkImagePadFilter. |
|
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 vtkImagePadFilter. |
|
Reimplemented from vtkImagePadFilter. |
|
Reimplemented from vtkImagePadFilter. |
|
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. |