25 #ifndef __vtkPassThrough_h
26 #define __vtkPassThrough_h
28 #include "vtkFiltersGeneralModule.h"
29 #include "vtkPassInputTypeAlgorithm.h"
31 class VTKFILTERSGENERAL_EXPORT
vtkPassThrough :
public vtkPassInputTypeAlgorithm
36 void PrintSelf(ostream& os, vtkIndent indent);
39 int FillInputPortInformation(
int port, vtkInformation* info);
46 vtkSetMacro(DeepCopyInput,
int);
47 vtkGetMacro(DeepCopyInput,
int);
48 vtkBooleanMacro(DeepCopyInput,
int);
55 virtual int RequestData(
57 vtkInformationVector**,
58 vtkInformationVector*);
Shallow copies the input into the output.