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

Method GetNumberOfInputConnections

Common/ExecutionModel/vtkAlgorithm.cxx:1540–1547  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1538
1539//------------------------------------------------------------------------------
1540int vtkAlgorithm::GetNumberOfInputConnections(int port)
1541{
1542 if (this->Executive)
1543 {
1544 return this->Executive->GetNumberOfInputConnections(port);
1545 }
1546 return 0;
1547}
1548
1549//------------------------------------------------------------------------------
1550int vtkAlgorithm::GetTotalNumberOfInputConnections()

Callers 15

CheckAbortMethod · 0.95
CheckUpstreamAbortMethod · 0.95
RemoveInputConnectionMethod · 0.95
GetInputInformationMethod · 0.95
GetInputExecutiveMethod · 0.95
GetInputConnectionMethod · 0.95
SetInputDataObjectMethod · 0.95
WriteMethod · 0.45
GetInputMethod · 0.45
GetInputMethod · 0.45

Calls

no outgoing calls

Tested by 1

testClearInputMethod · 0.36