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

Method GetRowName

Charts/Core/vtkScatterPlotMatrix.cxx:1363–1367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1361}
1362
1363vtkStdString vtkScatterPlotMatrix::GetRowName(int row)
1364{
1365 assert(row < this->VisibleColumns->GetNumberOfTuples());
1366 return this->VisibleColumns->GetValue(this->Size.GetY() - row - 1);
1367}
1368
1369void vtkScatterPlotMatrix::ApplyAxisSetting(
1370 vtkChart* chart, const vtkStdString& x, const vtkStdString& y)

Callers 2

SetActivePlotMethod · 0.95
UpdateLayoutMethod · 0.95

Calls 3

assertFunction · 0.50
GetNumberOfTuplesMethod · 0.45
GetValueMethod · 0.45

Tested by

no test coverage detected