VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkImageMirrorPad Class Reference

Extra pixels are filled by mirror images. More...

#include <vtkImageMirrorPad.h>

Inheritance diagram for vtkImageMirrorPad:
Inheritance graph
[legend]
Collaboration diagram for vtkImageMirrorPad:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkImagePadFilter Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkImageMirrorPadNewInstance () const

Static Public Member Functions

static vtkImageMirrorPadNew ()
static int IsTypeOf (const char *type)
static vtkImageMirrorPadSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () 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)

Detailed Description

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.


Member Typedef Documentation

Reimplemented from vtkImagePadFilter.

Definition at line 36 of file vtkImageMirrorPad.h.


Constructor & Destructor Documentation

vtkImageMirrorPad::vtkImageMirrorPad ( ) [inline, protected]

Definition at line 39 of file vtkImageMirrorPad.h.

vtkImageMirrorPad::~vtkImageMirrorPad ( ) [inline, protected]

Definition at line 40 of file vtkImageMirrorPad.h.


Member Function Documentation

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.

Reimplemented from vtkImagePadFilter.

virtual vtkObjectBase* vtkImageMirrorPad::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkImagePadFilter.

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.


The documentation for this class was generated from the following file: