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

Function GetValue

Common/Core/vtkTestDataArray.h:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 ValueType GetValue(vtkIdType valueIdx) const { return this->Array->GetValue(valueIdx); }
47 void SetValue(vtkIdType valueIdx, ValueType value) { this->Array->SetValue(valueIdx, value); }
48
49 void GetTypedTuple(vtkIdType tupleIdx, ValueType* tuple) const

Callers

nothing calls this directly

Calls 1

GetValueMethod · 0.45

Tested by

no test coverage detected