36#ifndef vtkPassThrough_h
37#define vtkPassThrough_h
39#include "vtkFiltersCoreModule.h"
42VTK_ABI_NAMESPACE_BEGIN
73 vtkSetMacro(AllowNullInput,
bool);
74 vtkGetMacro(AllowNullInput,
bool);
75 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.
~vtkPassThrough() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
static vtkPassThrough * New()
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