45#ifndef vtkPassThrough_h
46#define vtkPassThrough_h
48#include "vtkFiltersCoreModule.h"
81 vtkSetMacro(AllowNullInput,
bool);
82 vtkGetMacro(AllowNullInput,
bool);
83 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