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

Method GetInputAlgorithm

Common/ExecutionModel/vtkAlgorithm.cxx:1581–1585  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1579
1580//------------------------------------------------------------------------------
1581vtkAlgorithm* vtkAlgorithm::GetInputAlgorithm(int port, int index)
1582{
1583 int dummy;
1584 return this->GetInputAlgorithm(port, index, dummy);
1585}
1586
1587//------------------------------------------------------------------------------
1588vtkAlgorithm* vtkAlgorithm::GetInputAlgorithm(int port, int index, int& algPort)

Callers 5

CheckAbortMethod · 0.95
CheckUpstreamAbortMethod · 0.95
RequestDataMethod · 0.45
GetInputAlgorithmFunction · 0.45
Serialize_vtkAlgorithmFunction · 0.45

Calls 3

GetInputConnectionMethod · 0.95
GetProducerMethod · 0.80
GetIndexMethod · 0.45

Tested by

no test coverage detected