 |
VTK
9.0.1
|
Go to the documentation of this file.
23 #ifndef vtkPassThrough_h
24 #define vtkPassThrough_h
26 #include "vtkFiltersGeneralModule.h"
59 vtkSetMacro(AllowNullInput,
bool);
60 vtkGetMacro(AllowNullInput,
bool);
61 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 to when a request asks the algorithm to create empty output data...
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.
Shallow copies the input into the output.