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

Method GetLookupTable

Rendering/Core/vtkMapper.cxx:594–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592}
593
594vtkScalarsToColors* vtkMapper::GetLookupTable()
595{
596 if (this->LookupTable == nullptr)
597 {
598 this->CreateDefaultLookupTable();
599 }
600 return this->LookupTable;
601}
602
603void vtkMapper::CreateDefaultLookupTable()
604{

Calls 1

Tested by 10

CreateMapItemFunction · 0.36
CreateContourItemFunction · 0.36
TestOSPRayScalarBarFunction · 0.36
testImagePlaneWidgetMethod · 0.36
TestTilingCxxFunction · 0.36
TestScalarBarAboveBelowFunction · 0.36
TestScalarBarFunction · 0.36
TestAnariScalarBarFunction · 0.36