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

Method FillInputPortInformation

Common/ExecutionModel/vtkAlgorithm.cxx:1115–1119  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1113
1114//------------------------------------------------------------------------------
1115int vtkAlgorithm::FillInputPortInformation(int, vtkInformation*)
1116{
1117 vtkErrorMacro("FillInputPortInformation is not implemented.");
1118 return 0;
1119}
1120
1121//------------------------------------------------------------------------------
1122int vtkAlgorithm::FillOutputPortInformation(int, vtkInformation*)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected