VTK
|
Extra pixels are filled by mirror images. More...
#include <vtkImageMirrorPad.h>
Public Types | |
typedef vtkImagePadFilter | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkImageMirrorPad * | NewInstance () const |
Static Public Member Functions | |
static vtkImageMirrorPad * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageMirrorPad * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
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) |
Extra pixels are filled by mirror images.
vtkImageMirrorPad makes an image larger by filling extra pixels with a mirror image of the original image (mirror at image boundaries).
Definition at line 32 of file vtkImageMirrorPad.h.
Reimplemented from vtkImagePadFilter.
Definition at line 36 of file vtkImageMirrorPad.h.
vtkImageMirrorPad::vtkImageMirrorPad | ( | ) | [inline, protected] |
Definition at line 39 of file vtkImageMirrorPad.h.
vtkImageMirrorPad::~vtkImageMirrorPad | ( | ) | [inline, protected] |
Definition at line 40 of file vtkImageMirrorPad.h.
static vtkImageMirrorPad* vtkImageMirrorPad::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkImagePadFilter.
static int vtkImageMirrorPad::IsTypeOf | ( | const char * | name | ) | [static] |
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 vtkImagePadFilter.
virtual int vtkImageMirrorPad::IsA | ( | const char * | name | ) | [virtual] |
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 vtkImagePadFilter.
static vtkImageMirrorPad* vtkImageMirrorPad::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkImagePadFilter.
virtual vtkObjectBase* vtkImageMirrorPad::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkImagePadFilter.
vtkImageMirrorPad* vtkImageMirrorPad::NewInstance | ( | ) | const |
Reimplemented from vtkImagePadFilter.
void vtkImageMirrorPad::ComputeInputUpdateExtent | ( | int | inExt[6], |
int | outExt[6], | ||
int | wExt[6] | ||
) | [protected, virtual] |
Reimplemented from vtkImagePadFilter.
void vtkImageMirrorPad::ThreadedRequestData | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector, | ||
vtkImageData *** | inData, | ||
vtkImageData ** | outData, | ||
int | extent[6], | ||
int | threadId | ||
) | [protected, virtual] |
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.