Extra pixels are filled by mirror images.
More...
#include <vtkImageMirrorPad.h>
|
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) |
|
| vtkImagePadFilter () |
|
| ~vtkImagePadFilter () |
|
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
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).
- Tests:
- vtkImageMirrorPad (Tests)
Definition at line 32 of file vtkImageMirrorPad.h.
vtkImageMirrorPad::vtkImageMirrorPad |
( |
| ) |
|
|
inlineprotected |
vtkImageMirrorPad::~vtkImageMirrorPad |
( |
| ) |
|
|
inlineprotected |
static int vtkImageMirrorPad::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageMirrorPad::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkImageMirrorPad::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkImageMirrorPad::ComputeInputUpdateExtent |
( |
int |
inExt[6], |
|
|
int |
outExt[6], |
|
|
int |
wExt[6] |
|
) |
| |
|
protectedvirtual |
void vtkImageMirrorPad::ThreadedRequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector, |
|
|
vtkImageData *** |
inData, |
|
|
vtkImageData ** |
outData, |
|
|
int |
ext[6], |
|
|
int |
id |
|
) |
| |
|
protected |
The documentation for this class was generated from the following file: