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

Method GetNumberOfInputConnections

Common/ExecutionModel/vtkExecutive.cxx:317–325  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

315
316//------------------------------------------------------------------------------
317int vtkExecutive::GetNumberOfInputConnections(int port)
318{
319 vtkInformationVector* inputs = this->GetInputInformation(port);
320 if (inputs)
321 {
322 return inputs->GetNumberOfInformationObjects();
323 }
324 return 0;
325}
326
327//------------------------------------------------------------------------------
328int vtkExecutive::InputPortIndexInRange(int port, const char* action)

Callers 3

GetInputExecutiveMethod · 0.95
GetInputDataMethod · 0.95
ForwardUpstreamMethod · 0.45

Calls 1

GetInputInformationMethod · 0.45

Tested by

no test coverage detected