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

Method GetNumberOfInputPorts

Common/ExecutionModel/vtkExecutive.cxx:297–304  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

295
296//------------------------------------------------------------------------------
297int vtkExecutive::GetNumberOfInputPorts()
298{
299 if (this->Algorithm)
300 {
301 return this->Algorithm->GetNumberOfInputPorts();
302 }
303 return 0;
304}
305
306//------------------------------------------------------------------------------
307int vtkExecutive::GetNumberOfOutputPorts()

Callers 5

ForwardUpstreamMethod · 0.95
CheckAbortedInputMethod · 0.95
GetInputInformationMethod · 0.45
InputPortIndexInRangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected