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

Method GetColumnName

Charts/Core/vtkScatterPlotMatrix.cxx:1357–1361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1355}
1356
1357vtkStdString vtkScatterPlotMatrix::GetColumnName(int column)
1358{
1359 assert(column < this->VisibleColumns->GetNumberOfTuples());
1360 return this->VisibleColumns->GetValue(column);
1361}
1362
1363vtkStdString vtkScatterPlotMatrix::GetRowName(int row)
1364{

Callers 15

SetActivePlotMethod · 0.95
UpdateLayoutMethod · 0.95
SetInputDataMethod · 0.45
ConfigurePlotBarMethod · 0.45
SetInputDataMethod · 0.45
SelectColorArrayMethod · 0.45
SetInputDataMethod · 0.45
SetColumnVisibilityMethod · 0.45
GetColumnVisibilityMethod · 0.45
GetColumnIdMethod · 0.45

Calls 3

assertFunction · 0.50
GetNumberOfTuplesMethod · 0.45
GetValueMethod · 0.45

Tested by

no test coverage detected