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

Function vtkTableGetVariantValue

Common/DataModel/vtkTable.cxx:645–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643//------------------------------------------------------------------------------
644template <typename iterT>
645vtkVariant vtkTableGetVariantValue(iterT* it, vtkIdType row)
646{
647 return vtkVariant(it->GetValue(row));
648}
649
650//------------------------------------------------------------------------------
651vtkVariant vtkTable::GetValue(vtkIdType row, vtkIdType col)

Callers

nothing calls this directly

Calls 2

vtkVariantClass · 0.70
GetValueMethod · 0.45

Tested by

no test coverage detected