23 #ifndef vtkPassThrough_h
24 #define vtkPassThrough_h
26 #include "vtkFiltersGeneralModule.h"
49 vtkGetMacro(DeepCopyInput,
int);
60 vtkGetMacro(AllowNullInput,
bool)
66 ~vtkPassThrough() VTK_OVERRIDE;
68 int RequestDataObject(
75 vtkInformationVector*) VTK_OVERRIDE;
81 vtkPassThrough(const vtkPassThrough&) VTK_DELETE_FUNCTION;
82 void operator=(const vtkPassThrough&) VTK_DELETE_FUNCTION;
Shallow copies the input into the output.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.