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

Method GetTuple6

Common/Core/vtkDataArray.cxx:387–390  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

385}
386//------------------------------------------------------------------------------
387double* vtkDataArray::GetTuple6(vtkIdType i)
388{
389 return this->GetTupleN(i, 6);
390}
391//------------------------------------------------------------------------------
392double* vtkDataArray::GetTuple9(vtkIdType i)
393{

Callers

nothing calls this directly

Calls 1

GetTupleNMethod · 0.95

Tested by

no test coverage detected