MCPcopy Create free account
hub / github.com/Kitware/VTK / FillInputPortInformation

Function FillInputPortInformation

Filters/ParallelDIY2/vtkProbeLineFilter.cxx:235–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 };
234
235 int FillInputPortInformation(int port, vtkInformation* info) override
236 {
237 if (port == 0)
238 {
239 info->Set(vtkAlgorithm::INPUT_IS_REPEATABLE(), 1);
240 return this->Superclass::FillInputPortInformation(port, info);
241 }
242 return 0;
243 }
244
245 int RequestData(vtkInformation* vtkNotUsed(request), vtkInformationVector** inputVector,
246 vtkInformationVector* outputVector) override

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected