26 #ifndef vtkPassThrough_h 27 #define vtkPassThrough_h 29 #include "vtkFiltersGeneralModule.h" 62 vtkSetMacro(AllowNullInput,
bool)
63 vtkGetMacro(AllowNullInput,
bool)
64 vtkBooleanMacro(AllowNullInput,
bool)
69 ~vtkPassThrough() override;
71 int RequestDataObject(
78 vtkInformationVector*) override;
84 vtkPassThrough(const vtkPassThrough&) = delete;
85 void operator=(const vtkPassThrough&) = delete;
Shallow copies the input into the output.
a simple class to control print indentation