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

Method GetTuple3

Common/Core/vtkDataArray.cxx:377–380  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

375}
376//------------------------------------------------------------------------------
377double* vtkDataArray::GetTuple3(vtkIdType i)
378{
379 return this->GetTupleN(i, 3);
380}
381//------------------------------------------------------------------------------
382double* vtkDataArray::GetTuple4(vtkIdType i)
383{

Callers 15

PropagateBranchColorMethod · 0.80
VerifyColorFunction · 0.80
testNumpyViewMethod · 0.80
testNumpyConversionMethod · 0.80
doArrayTestFunction · 0.80
TestDataArrayFunction · 0.80
GetAtomPositionMethod · 0.80
runCaseMethod · 0.80
RenderMethod · 0.80

Calls 1

GetTupleNMethod · 0.95

Tested by 15

VerifyColorFunction · 0.64
testNumpyViewMethod · 0.64
testNumpyConversionMethod · 0.64
TestDataArrayFunction · 0.64
runCaseMethod · 0.64
TestUnstructuredGridFunction · 0.64
TestRectilinearGridFunction · 0.64
TestStructuredGridFunction · 0.64
TestHyperTreeGridFunction · 0.64