26 #ifndef vtkPassThrough_h
27 #define vtkPassThrough_h
29 #include "vtkFiltersCoreModule.h"
62 vtkSetMacro(AllowNullInput,
bool);
63 vtkGetMacro(AllowNullInput,
bool);
64 vtkBooleanMacro(AllowNullInput,
bool);
a simple class to control print indentation
Pass input input data through to 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 when a request asks the algorithm to create empty output data ob...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeBool DeepCopyInput