Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
594
vtkScalarsToColors* vtkMapper::GetLookupTable()
595
{
596
if (this->LookupTable == nullptr)
597
{
598
this->CreateDefaultLookupTable();
599
}
600
return this->LookupTable;
601
}
602
603
void vtkMapper::CreateDefaultLookupTable()
604
{
Callers
15
HasTranslucentPolygonalGeometry
Method · 0.95
SCOPED_ROLLBACK_ARRAY_ELEMENT
Function · 0.45
CanUseTextureMapForColoring
Method · 0.45
GenerateHash
Method · 0.45
CacheMapperState
Method · 0.45
RenderTexturedPolygon
Method · 0.45
SCOPED_ROLLBACK_ARRAY_ELEMENT
Function · 0.45
vtkOpenGLLowMemoryBatchedPolyDataMapper.cxx
File · 0.45
Load
Method · 0.45
GenerateHash
Method · 0.45
UpdateShadersProbePass
Method · 0.45
HasTranslucentPolygonalGeometry
Method · 0.45
Calls
1
CreateDefaultLookupTable
Method · 0.95
Tested by
10
CreateMapItem
Function · 0.36
CreateContourItem
Function · 0.36
TestOSPRayScalarBar
Function · 0.36
testImagePlaneWidget
Method · 0.36
TestTilingCxx
Function · 0.36
TestCompositePolyDataMapperOverrideScalarArray
Function · 0.36
TestScalarBarAboveBelow
Function · 0.36
TestScalarBar
Function · 0.36
TestIndexedLookupScalarBar
Function · 0.36
TestAnariScalarBar
Function · 0.36