Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkImageTranslateExtent Class Reference

Changes extent, nothing else. More...

#include <vtkImageTranslateExtent.h>

Inheritance diagram for vtkImageTranslateExtent:

Inheritance graph
[legend]
Collaboration diagram for vtkImageTranslateExtent:

Collaboration graph
[legend]
List of all members.

Public Methods

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])
void UpdateData (vtkDataObject *data)

Static Public Methods

vtkImageTranslateExtent * New ()
int IsTypeOf (const char *type)
vtkImageTranslateExtent * SafeDownCast (vtkObject *o)

Protected Methods

 vtkImageTranslateExtent ()
 ~vtkImageTranslateExtent ()
 vtkImageTranslateExtent (const vtkImageTranslateExtent &)
void operator= (const vtkImageTranslateExtent &)
void ComputeInputUpdateExtent (int extent[6], int wholeExtent[6])
void ExecuteInformation (vtkImageData *inData, vtkImageData *outData)
void ExecuteInformation ()

Protected Attributes

int Translation [3]

Detailed Description

Changes extent, nothing else.

Date:
2000/12/10 20:09:11
Revision:
1.17
Thanks:
Thanks to C. Charles Law who developed this class.
vtkImageTranslateExtent shift the whole extent, but does not change the data.
Examples:
vtkImageTranslateExtent (examples)

Definition at line 59 of file vtkImageTranslateExtent.h.


Constructor & Destructor Documentation

vtkImageTranslateExtent::vtkImageTranslateExtent   [protected]
 

vtkImageTranslateExtent::~vtkImageTranslateExtent   [inline, protected]
 

Definition at line 76 of file vtkImageTranslateExtent.h.

vtkImageTranslateExtent::vtkImageTranslateExtent const vtkImageTranslateExtent &    [inline, protected]
 

Definition at line 77 of file vtkImageTranslateExtent.h.


Member Function Documentation

vtkImageTranslateExtent* vtkImageTranslateExtent::New   [static]
 

Instantiate object with no start, end, or progress methods.

Reimplemented from vtkImageToImageFilter.

virtual const char* vtkImageTranslateExtent::GetClassName   [virtual]
 

Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkImageToImageFilter.

vtkImageTranslateExtent* vtkImageTranslateExtent::SafeDownCast vtkObject   o [static]
 

Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

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]
 

virtual int* vtkImageTranslateExtent::GetTranslation   [virtual]
 

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

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

void vtkImageTranslateExtent::UpdateData vtkDataObject   data [virtual]
 

This method simply copies by reference the input data to the output.

Reimplemented from vtkSource.

void vtkImageTranslateExtent::operator= const vtkImageTranslateExtent &    [inline, protected]
 

Definition at line 78 of file vtkImageTranslateExtent.h.

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 84 of file vtkImageTranslateExtent.h.


Member Data Documentation

int vtkImageTranslateExtent::Translation[3] [protected]
 

Definition at line 80 of file vtkImageTranslateExtent.h.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 12:49:04 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001