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

Method GetTuple9

Common/Core/vtkDataArray.cxx:392–395  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

390}
391//------------------------------------------------------------------------------
392double* vtkDataArray::GetTuple9(vtkIdType i)
393{
394 return this->GetTupleN(i, 9);
395}
396
397//------------------------------------------------------------------------------
398void vtkDataArray::SetTuple1(vtkIdType i, double value)

Callers 1

doArrayTestFunction · 0.80

Calls 1

GetTupleNMethod · 0.95

Tested by

no test coverage detected