Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkImageTranslateExtent Class Reference

#include <vtkImageTranslateExtent.h>

Inheritance diagram for vtkImageTranslateExtent:

Inheritance graph
[legend]
Collaboration diagram for vtkImageTranslateExtent:

Collaboration graph
[legend]
List of all members.

Detailed Description

Changes extent, nothing else.

vtkImageTranslateExtent shift the whole extent, but does not change the data.

Created by:
  • Law, Charles
CVS contributions (if > 5%):
  • Law, Charles (72%)
  • Gobbi, David (9%)
  • Avila, Lisa (6%)
CVS logs (CVSweb):
  • .cxx (/Imaging/vtkImageTranslateExtent.cxx)
  • .h (/Imaging/vtkImageTranslateExtent.h)
Tests:
vtkImageTranslateExtent (Tests)

Definition at line 42 of file vtkImageTranslateExtent.h.

Public Types

typedef vtkImageToImageFilter Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetTranslation (int, int, int)
virtual void SetTranslation (int[3])
virtual int * GetTranslation ()
virtual void GetTranslation (int &, int &, int &)
virtual void GetTranslation (int[3])

Static Public Member Functions

vtkImageTranslateExtentNew ()
int IsTypeOf (const char *type)
vtkImageTranslateExtentSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkImageTranslateExtent ()
 ~vtkImageTranslateExtent ()
void ComputeInputUpdateExtent (int extent[6], int wholeExtent[6])
void ExecuteInformation (vtkImageData *inData, vtkImageData *outData)
void ExecuteInformation ()
void ExecuteData (vtkDataObject *data)

Protected Attributes

int Translation [3]


Member Typedef Documentation

typedef vtkImageToImageFilter vtkImageTranslateExtent::Superclass
 

Reimplemented from vtkImageToImageFilter.

Definition at line 46 of file vtkImageTranslateExtent.h.


Constructor & Destructor Documentation

vtkImageTranslateExtent::vtkImageTranslateExtent  )  [protected]
 

vtkImageTranslateExtent::~vtkImageTranslateExtent  )  [inline, protected]
 

Definition at line 57 of file vtkImageTranslateExtent.h.


Member Function Documentation

vtkImageTranslateExtent* vtkImageTranslateExtent::New  )  [static]
 

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

Reimplemented from vtkAlgorithm.

virtual const char* vtkImageTranslateExtent::GetClassName  )  [virtual]
 

Reimplemented from vtkImageToImageFilter.

int vtkImageTranslateExtent::IsTypeOf const char *  type  )  [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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkImageToImageFilter.

virtual int vtkImageTranslateExtent::IsA const char *  type  )  [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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkImageToImageFilter.

vtkImageTranslateExtent* vtkImageTranslateExtent::SafeDownCast vtkObject o  )  [static]
 

Reimplemented from vtkImageToImageFilter.

void vtkImageTranslateExtent::PrintSelf ostream &  os,
vtkIndent  indent
[virtual]
 

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkImageToImageFilter.

virtual void vtkImageTranslateExtent::SetTranslation int  ,
int  ,
int 
[virtual]
 

Delta to change "WholeExtent". -1 changes 0->10 to -1->9.

virtual void vtkImageTranslateExtent::SetTranslation int  [3]  )  [virtual]
 

Delta to change "WholeExtent". -1 changes 0->10 to -1->9.

virtual int* vtkImageTranslateExtent::GetTranslation  )  [virtual]
 

Delta to change "WholeExtent". -1 changes 0->10 to -1->9.

virtual void vtkImageTranslateExtent::GetTranslation int &  ,
int &  ,
int & 
[virtual]
 

Delta to change "WholeExtent". -1 changes 0->10 to -1->9.

virtual void vtkImageTranslateExtent::GetTranslation int  [3]  )  [virtual]
 

Delta to change "WholeExtent". -1 changes 0->10 to -1->9.

void vtkImageTranslateExtent::ComputeInputUpdateExtent int  extent[6],
int  wholeExtent[6]
[protected, virtual]
 

Reimplemented from vtkImageToImageFilter.

void vtkImageTranslateExtent::ExecuteInformation vtkImageData inData,
vtkImageData outData
[protected, virtual]
 

Reimplemented from vtkImageToImageFilter.

void vtkImageTranslateExtent::ExecuteInformation  )  [inline, protected, virtual]
 

Reimplemented from vtkImageToImageFilter.

Definition at line 63 of file vtkImageTranslateExtent.h.

References vtkImageToImageFilter::ExecuteInformation().

void vtkImageTranslateExtent::ExecuteData vtkDataObject data  )  [protected, virtual]
 

This method is the one that should be used by subclasses, right now the default implementation is to call the backwards compatibility method

Reimplemented from vtkImageToImageFilter.


Member Data Documentation

int vtkImageTranslateExtent::Translation[3] [protected]
 

Definition at line 59 of file vtkImageTranslateExtent.h.


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