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

vtkImageToImageFilter Class Reference

an alias for vtkImageToImageFilter. More...

#include <vtkImageFilter.h>

Inheritance diagram for vtkImageToImageFilter:

Inheritance graph
[legend]
Collaboration diagram for vtkImageToImageFilter:

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 SetInput (vtkImageData *input)
vtkImageDataGetInput ()
void SetBypass (int)
void BypassOn ()
void BypassOff ()
virtual int GetBypass ()
virtual void ThreadedExecute (vtkImageData *inData, vtkImageData *outData, int extent[6], int threadId)
virtual void SetNumberOfThreads (int)
virtual int GetNumberOfThreads ()
void SetInputMemoryLimit (int)
long GetInputMemoryLimit ()
virtual int SplitExtent (int splitExt[6], int startExt[6], int num, int total)
virtual void UpdateImageInformation ()
virtual void ExecuteImageInformation ()

Static Public Methods

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

Public Attributes

int LegacyHack

Protected Methods

 vtkImageToImageFilter ()
 ~vtkImageToImageFilter ()
 vtkImageToImageFilter (const vtkImageToImageFilter &)
void operator= (const vtkImageToImageFilter &)
void ExecuteInformation ()
virtual void ExecuteInformation (vtkImageData *inData, vtkImageData *outData)
void Execute ()
void Execute (vtkImageData *outData)
virtual void Execute (vtkImageData *inData, vtkImageData *outData)
void ComputeInputUpdateExtents (vtkDataObject *output)
virtual void ComputeInputUpdateExtent (int inExt[6], int outExt[6])

Protected Attributes

vtkMultiThreaderThreader
int Bypass
int BypassWasOn
int NumberOfThreads

Detailed Description

an alias for vtkImageToImageFilter.

Date:
2000/12/10 20:09:06
Revision:
1.50
Thanks:
Thanks to C. Charles Law who developed this class.
vtkImageFilter is a legacy class and should not be used. use vtk ImageToImageFilter instead.


Member Function Documentation

void vtkImageToImageFilter::ComputeInputUpdateExtents vtkDataObject   output [protected, virtual]
 

What is the input update extent that is required to produce the desired output? By default, the whole input is always required but this is overridden in many subclasses.

Reimplemented from vtkSource.

Reimplemented in vtkImageIterateFilter.

virtual void vtkImageToImageFilter::ExecuteImageInformation   [inline, virtual]
 

Legacy method. May go away at any time. You should call ExecuteInformation which should call vtkImageToImageFilter::ExecuteInformation to set up defaults, and the change what needs to be changed.

virtual const char* vtkImageToImageFilter::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 vtkImageSource.

Reimplemented in vtkImageReslice.

virtual int vtkImageToImageFilter::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 vtkImageSource.

Reimplemented in vtkImageReslice.

int vtkImageToImageFilter::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 vtkImageSource.

Reimplemented in vtkImageReslice.

vtkImageToImageFilter* vtkImageToImageFilter::New   [static]
 

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

Reimplemented from vtkImageSource.

Reimplemented in vtkImageReslice.

void vtkImageToImageFilter::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 vtkSource.

Reimplemented in vtkImageReslice.

vtkImageToImageFilter* vtkImageToImageFilter::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 vtkImageSource.

Reimplemented in vtkImageReslice.

void vtkImageToImageFilter::SetBypass int    [inline]
 

Obsolete feature - do not use.

virtual void vtkImageToImageFilter::SetInput vtkImageData   input [virtual]
 

Set the Input of a filter.

Reimplemented in vtkImageOpenClose3D.

virtual void vtkImageToImageFilter::SetNumberOfThreads int    [virtual]
 

Get/Set the number of threads to create when rendering

virtual int vtkImageToImageFilter::SplitExtent int    splitExt[6],
int    startExt[6],
int    num,
int    total
[virtual]
 

Putting this here until I merge graphics and imaging streaming.

Reimplemented in vtkImageFFT.

virtual void vtkImageToImageFilter::ThreadedExecute vtkImageData   inData,
vtkImageData   outData,
int    extent[6],
int    threadId
[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 in vtkImageReslice.

virtual void vtkImageToImageFilter::UpdateImageInformation   [inline, virtual]
 

Legacy method. May go away at any time. It should be called UpdateInformation.


The documentation for this class was generated from the following files:
Generated on Tue Mar 19 13:27:06 2002 for VTK by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002