17#ifndef vtkPassThrough_h
18#define vtkPassThrough_h
20#include "vtkFiltersCoreModule.h"
23VTK_ABI_NAMESPACE_BEGIN
54 vtkSetMacro(AllowNullInput,
bool);
55 vtkGetMacro(AllowNullInput,
bool);
56 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