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

Method GetVisibleColumns

Charts/Core/vtkScatterPlotMatrix.cxx:1007–1010  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1005}
1006
1007vtkStringArray* vtkScatterPlotMatrix::GetVisibleColumns()
1008{
1009 return this->VisibleColumns;
1010}
1011
1012void vtkScatterPlotMatrix::SetVisibleColumns(vtkStringArray* visColumns)
1013{

Callers 7

PaintMethod · 0.45
PaintLegendMethod · 0.45
SetInputDataMethod · 0.45
UpdateCacheMethod · 0.45
LocatePointInPlotsMethod · 0.45
SetInputDataMethod · 0.45
UpdateCacheMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected