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

Method GetValueByName

Common/DataModel/vtkTable.cxx:705–713  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

703
704//------------------------------------------------------------------------------
705vtkVariant vtkTable::GetValueByName(vtkIdType row, const char* col)
706{
707 int colIndex = GetColumnIndex(col);
708 if (colIndex < 0)
709 {
710 return vtkVariant();
711 }
712 return this->GetValue(row, colIndex);
713}
714
715//------------------------------------------------------------------------------
716vtkTable* vtkTable::GetData(vtkInformation* info)

Callers 15

TestCommentsFunction · 0.80
RequestDataMethod · 0.80
TestMethod · 0.80
AggregateMethod · 0.80
TestMethod · 0.80
AggregateMethod · 0.80
LearnMethod · 0.80
DeriveMethod · 0.80
TestMethod · 0.80
SelectAssessFunctorMethod · 0.80

Calls 2

GetValueMethod · 0.95
vtkVariantClass · 0.70

Tested by 15

TestCommentsFunction · 0.64
TestMethod · 0.64
TestMethod · 0.64
TestMethod · 0.64
TestMethod · 0.64
testStatsOutputFunction · 0.64
TestPCAPartFunction · 0.64
TestOrderStatisticsFunction · 0.64