23 #ifndef vtkPassThrough_h
24 #define vtkPassThrough_h
26 #include "vtkFiltersGeneralModule.h"
59 vtkSetMacro(AllowNullInput,
bool);
60 vtkGetMacro(AllowNullInput,
bool);
61 vtkBooleanMacro(AllowNullInput,
bool);
a simple class to control print indentation
Shallow copies the input into the output.
int FillInputPortInformation(int port, vtkInformation *info) override
Specify the first input port as optional.
static vtkPassThrough * New()
~vtkPassThrough() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
int RequestDataObject(vtkInformation *request, vtkInformationVector **inVec, vtkInformationVector *outVec) override
This is called within ProcessRequest to when a request asks the algorithm to create empty output data...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeBool DeepCopyInput