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

Method GetTuple4

Common/Core/vtkDataArray.cxx:382–385  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

380}
381//------------------------------------------------------------------------------
382double* vtkDataArray::GetTuple4(vtkIdType i)
383{
384 return this->GetTupleN(i, 4);
385}
386//------------------------------------------------------------------------------
387double* vtkDataArray::GetTuple6(vtkIdType i)
388{

Callers 1

doArrayTestFunction · 0.80

Calls 1

GetTupleNMethod · 0.95

Tested by

no test coverage detected