23 #ifndef __vtkPassThroughFilter_h
24 #define __vtkPassThroughFilter_h
26 #include "vtkFiltersParallelModule.h"
35 void PrintSelf(ostream& os, vtkIndent indent);
46 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
virtual ~vtkPassThroughFilter()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
Filter which shallow copies it's input to it's output.
static vtkDataSetAlgorithm * New()