 |
VTK
9.1.0
|
Go to the documentation of this file.
45 #ifndef vtkPassThrough_h
46 #define vtkPassThrough_h
48 #include "vtkFiltersCoreModule.h"
81 vtkSetMacro(AllowNullInput,
bool);
82 vtkGetMacro(AllowNullInput,
bool);
83 vtkBooleanMacro(AllowNullInput,
bool);
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
static vtkPassThrough * New()
vtkTypeBool DeepCopyInput
int FillInputPortInformation(int port, vtkInformation *info) override
Specify the first input port as optional.
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...
a simple class to control print indentation
~vtkPassThrough() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Pass input input data through to the output.