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

Function vtkAbstractArrayGetVariantValue

Common/Core/vtkAbstractArray.cxx:522–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520//------------------------------------------------------------------------------
521template <typename T>
522vtkVariant vtkAbstractArrayGetVariantValue(T* arr, vtkIdType index)
523{
524 return vtkVariant(arr[index]);
525}
526
527//------------------------------------------------------------------------------
528vtkVariant vtkAbstractArray::GetVariantValue(vtkIdType valueIdx)

Callers 1

GetVariantValueMethod · 0.85

Calls 1

vtkVariantClass · 0.70

Tested by

no test coverage detected