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

Method GetNumberOfOutputPorts

Common/ExecutionModel/vtkAlgorithm.cxx:1015–1018  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1013
1014//------------------------------------------------------------------------------
1015int vtkAlgorithm::GetNumberOfOutputPorts()
1016{
1017 return this->OutputPortInformation->GetNumberOfInformationObjects();
1018}
1019
1020//------------------------------------------------------------------------------
1021void vtkAlgorithm::SetNumberOfOutputPorts(int n)

Callers 15

UpdateMethod · 0.95
ReleaseDataFlagOnMethod · 0.95
ReleaseDataFlagOffMethod · 0.95
SetReleaseDataFlagMethod · 0.95
GetBladeOutputMethod · 0.45
GetGroundOutputMethod · 0.45
GetGridOutputMethod · 0.45
GetGridOutputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected