27 #ifndef __vtkImageAlgorithm_h
28 #define __vtkImageAlgorithm_h
30 #include "vtkAlgorithm.h"
39 void PrintSelf(ostream& os,
vtkIndent indent);
43 vtkImageData* GetOutput();
44 vtkImageData* GetOutput(
int);
71 vtkImageData *GetImageDataInput(
int port);
96 virtual void CopyInputArrayAttributesToOutput(
vtkInformation* request,
112 virtual void Execute();
116 virtual void AllocateOutputData(vtkImageData *out,
118 virtual vtkImageData *AllocateOutputData(
vtkDataObject *out);
121 virtual void CopyAttributeData(vtkImageData *in, vtkImageData *out,
125 virtual int FillOutputPortInformation(
int port,
vtkInformation* info);
126 virtual int FillInputPortInformation(
int port,
vtkInformation* info);
vtkDataObject * GetInput()
a simple class to control print indentation
Generic algorithm superclass for image algs.
general representation of visualization data