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

Method GetNumberOfOutputPorts

Common/ExecutionModel/vtkExecutive.cxx:307–314  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

305
306//------------------------------------------------------------------------------
307int vtkExecutive::GetNumberOfOutputPorts()
308{
309 if (this->Algorithm)
310 {
311 return this->Algorithm->GetNumberOfOutputPorts();
312 }
313 return 0;
314}
315
316//------------------------------------------------------------------------------
317int vtkExecutive::GetNumberOfInputConnections(int port)

Callers 3

GetOutputInformationMethod · 0.95
UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected