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

Method UpdateSettings

Charts/Core/vtkScatterPlotMatrix.cxx:1878–1886  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1876
1877//------------------------------------------------------------------------------
1878void vtkScatterPlotMatrix::UpdateSettings()
1879{
1880
1881 // TODO: Should update the Scatter plot title
1882
1883 this->UpdateChartSettings(ACTIVEPLOT);
1884 this->UpdateChartSettings(HISTOGRAM);
1885 this->UpdateChartSettings(SCATTERPLOT);
1886}
1887
1888//------------------------------------------------------------------------------
1889bool vtkScatterPlotMatrix::GetGridVisibility(int plotType)

Callers

nothing calls this directly

Calls 1

UpdateChartSettingsMethod · 0.95

Tested by

no test coverage detected