Makes image larger by padding with constant.
More...
#include <vtkImageConstantPad.h>
|
virtual vtkObjectBase * | NewInstanceInternal () const |
|
| vtkImageConstantPad () |
|
| ~vtkImageConstantPad () |
|
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 *) |
|
virtual void | ComputeInputUpdateExtent (int inExt[6], int outExt[6], int wExt[6]) |
|
Makes image larger by padding with constant.
vtkImageConstantPad changes the image extent of its input. Any pixels outside of the original image extent are filled with a constant value (default is 0.0).
- See Also
- vtkImageWrapPad vtkImageMirrorPad
- Tests:
- vtkImageConstantPad (Tests)
Definition at line 36 of file vtkImageConstantPad.h.
vtkImageConstantPad::vtkImageConstantPad |
( |
| ) |
|
|
protected |
vtkImageConstantPad::~vtkImageConstantPad |
( |
| ) |
|
|
inlineprotected |
static int vtkImageConstantPad::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageConstantPad::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkImageConstantPad::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkImageConstantPad::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkImageConstantPad::SetConstant |
( |
double |
| ) |
|
|
virtual |
virtual double vtkImageConstantPad::GetConstant |
( |
| ) |
|
|
virtual |
void vtkImageConstantPad::ThreadedRequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector, |
|
|
vtkImageData *** |
inData, |
|
|
vtkImageData ** |
outData, |
|
|
int |
ext[6], |
|
|
int |
id |
|
) |
| |
|
protected |
double vtkImageConstantPad::Constant |
|
protected |
The documentation for this class was generated from the following file: