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

Method Update

Charts/Core/vtkChartHistogram2D.cxx:43–48  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

41
42//------------------------------------------------------------------------------
43void vtkChartHistogram2D::Update()
44{
45 this->Histogram->Update();
46 this->Legend->Update();
47 this->vtkChartXY::Update();
48}
49
50//------------------------------------------------------------------------------
51void vtkChartHistogram2D::SetInputData(vtkImageData* data, vtkIdType z)

Callers 1

UpdateLayoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected