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

Makes an image larger by wrapping existing data. More...

#include <vtkImageWrapPad.h>

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

List of all members.

Public Types

typedef vtkImagePadFilter Superclass

Public Member Functions

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

Static Public Member Functions

static vtkImageWrapPadNew ()
static int IsTypeOf (const char *type)
static vtkImageWrapPadSafeDownCast (vtkObjectBase *o)

Protected Member Functions

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

Detailed Description

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.


Member Typedef Documentation

Reimplemented from vtkImagePadFilter.

Definition at line 44 of file vtkImageWrapPad.h.


Constructor & Destructor Documentation

vtkImageWrapPad::vtkImageWrapPad ( ) [inline, protected]

Definition at line 47 of file vtkImageWrapPad.h.

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

Definition at line 48 of file vtkImageWrapPad.h.


Member Function Documentation

static vtkImageWrapPad* vtkImageWrapPad::New ( ) [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkImagePadFilter.

static int vtkImageWrapPad::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 vtkImageWrapPad::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* vtkImageWrapPad::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkImagePadFilter.

Reimplemented from vtkImagePadFilter.

void vtkImageWrapPad::ComputeInputUpdateExtent ( int  inExt[6],
int  outExt[6],
int  wExt[6] 
) [protected, virtual]

Reimplemented from vtkImagePadFilter.

void vtkImageWrapPad::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: