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

Method GetIndex

Common/ExecutionModel/vtkAlgorithmOutput.cxx:42–45  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

40
41//------------------------------------------------------------------------------
42int vtkAlgorithmOutput::GetIndex() const
43{
44 return this->Index;
45}
46
47//------------------------------------------------------------------------------
48vtkAlgorithm* vtkAlgorithmOutput::GetProducer() const

Callers 6

SetInputConnectionMethod · 0.45
AddInputConnectionMethod · 0.45
RemoveInputConnectionMethod · 0.45
SetNthInputConnectionMethod · 0.45
GetInputAlgorithmMethod · 0.45
ForwardUpstreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected