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

Method SetIndex

Common/ExecutionModel/vtkAlgorithmOutput.cxx:36–39  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

34
35//------------------------------------------------------------------------------
36void vtkAlgorithmOutput::SetIndex(int index)
37{
38 this->Index = index;
39}
40
41//------------------------------------------------------------------------------
42int vtkAlgorithmOutput::GetIndex() const

Callers 2

GetOutputPortMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected