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

Method SetLookupTable

Charts/Core/vtkPlotBar.cxx:928–935  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

926
927//------------------------------------------------------------------------------
928void vtkPlotBar::SetLookupTable(vtkScalarsToColors* lut)
929{
930 if (this->LookupTable != lut)
931 {
932 this->LookupTable = lut;
933 this->Modified();
934 }
935}
936
937//------------------------------------------------------------------------------
938vtkScalarsToColors* vtkPlotBar::GetLookupTable()

Callers 15

ConfigurePlotBarMethod · 0.45
testLinePlotMethod · 0.45
testLinePlotMethod · 0.45
testLinePlotMethod · 0.45
TestChartDoubleColorsFunction · 0.45
TestPropItemFunction · 0.45
TestContextAreaFixedRectFunction · 0.45
TestContextAreaFunction · 0.45

Calls 1

ModifiedMethod · 0.45

Tested by 15

testLinePlotMethod · 0.36
testLinePlotMethod · 0.36
testLinePlotMethod · 0.36
TestChartDoubleColorsFunction · 0.36
TestPropItemFunction · 0.36
TestContextAreaFixedRectFunction · 0.36
TestContextAreaFunction · 0.36