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

Method FillOutputPortInformation

Common/ExecutionModel/vtkAlgorithm.cxx:1122–1126  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1120
1121//------------------------------------------------------------------------------
1122int vtkAlgorithm::FillOutputPortInformation(int, vtkInformation*)
1123{
1124 vtkErrorMacro("FillOutputPortInformation is not implemented.");
1125 return 0;
1126}
1127
1128//------------------------------------------------------------------------------
1129int vtkAlgorithm::InputPortIndexInRange(int index, const char* action)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected