25 #ifndef __vtkPassThrough_h
26 #define __vtkPassThrough_h
28 #include "vtkFiltersGeneralModule.h"
36 void PrintSelf(ostream& os, vtkIndent indent);
46 vtkSetMacro(DeepCopyInput,
int);
47 vtkGetMacro(DeepCopyInput,
int);
48 vtkBooleanMacro(DeepCopyInput,
int);
57 vtkInformationVector**,
58 vtkInformationVector*);
Shallow copies the input into the output.