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

Method GetNumberOfInputPorts

Common/ExecutionModel/vtkAlgorithm.cxx:989–992  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

987
988//------------------------------------------------------------------------------
989int vtkAlgorithm::GetNumberOfInputPorts()
990{
991 return this->InputPortInformation->GetNumberOfInformationObjects();
992}
993
994//------------------------------------------------------------------------------
995void vtkAlgorithm::SetNumberOfInputPorts(int n)

Callers 15

CheckAbortMethod · 0.95
CheckUpstreamAbortMethod · 0.95
SetNumberOfInputPortsMethod · 0.95
InputPortIndexInRangeMethod · 0.95
GetInputConnectionMethod · 0.95
RemoveRepresentationMethod · 0.45
ProcessEventsMethod · 0.45
GetInternalOutputPortMethod · 0.45
RequestUpdateExtentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected