Makes an image larger by wrapping existing data.
More...
#include <vtkImageWrapPad.h>
|
virtual vtkObjectBase * | NewInstanceInternal () const |
|
| vtkImageWrapPad () |
|
| ~vtkImageWrapPad () |
|
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 *) |
|
Makes an image larger by wrapping existing data.
vtkImageWrapPad performs a modulo operation on the output pixel index to determine the source input index. The new image extent of the output has to be specified. Input has to be the same scalar type as output.
- Examples:
- vtkImageWrapPad (Examples)
- Tests:
- vtkImageWrapPad (Tests)
Definition at line 40 of file vtkImageWrapPad.h.
vtkImageWrapPad::vtkImageWrapPad |
( |
| ) |
|
|
inlineprotected |
vtkImageWrapPad::~vtkImageWrapPad |
( |
| ) |
|
|
inlineprotected |
static int vtkImageWrapPad::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageWrapPad::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkImageWrapPad::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkImageWrapPad::ComputeInputUpdateExtent |
( |
int |
inExt[6], |
|
|
int |
outExt[6], |
|
|
int |
wExt[6] |
|
) |
| |
|
protectedvirtual |
void vtkImageWrapPad::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: