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

Method GetTuple2

Common/Core/vtkDataArray.cxx:372–375  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

370
371//------------------------------------------------------------------------------
372double* vtkDataArray::GetTuple2(vtkIdType i)
373{
374 return this->GetTupleN(i, 2);
375}
376//------------------------------------------------------------------------------
377double* vtkDataArray::GetTuple3(vtkIdType i)
378{

Callers 9

CheckDataFunction · 0.80
doArrayTestFunction · 0.80
FinalizeOutputsMethod · 0.80
TestGaussianFieldArrayFunction · 0.80

Calls 1

GetTupleNMethod · 0.95

Tested by 5

CheckDataFunction · 0.64
TestGaussianFieldArrayFunction · 0.64