Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetTableValue
Method
SetTableValue
Modules/Core/src/DataManagement/mitkLookupTable.cpp:279–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
277
}
278
279
void mitk::LookupTable::SetTableValue(int index, double rgba[4])
280
{
281
this->GetVtkLookupTable()->SetTableValue(index, rgba);
282
}
283
284
vtkSmartPointer<vtkLookupTable> mitk::LookupTable::GetVtkLookupTable() const
285
{
Callers
15
UpdateImageDescribingProperties
Method · 0.45
GetPropertyForDICOMValues
Method · 0.45
LiftPrivateTagPerFrame
Function · 0.45
CopyMetaDataToImageProperties
Method · 0.45
mitkPropertySerializationTest
Function · 0.45
Deserialize
Method · 0.45
Deserialize
Method · 0.45
Deserialize
Method · 0.45
Deserialize
Method · 0.45
Deserialize
Method · 0.45
GetPixmapFromImageNode
Function · 0.45
SetDefaultProperties
Method · 0.45
Calls
1
GetVtkLookupTable
Method · 0.95
Tested by
11
mitkPropertySerializationTest
Function · 0.36
mitkExtractSliceFilterTest
Function · 0.36
mitkImageVtkMapper2DLookupTableTest
Function · 0.36
PrepareSurfaceRenderingWithLUT
Method · 0.36
TestFloatLookupTable_Success
Method · 0.36
TestBoolLookupTable_Success
Method · 0.36
TestIntLookupTable_Success
Method · 0.36
TestStringLookupTable_Success
Method · 0.36
TestLookupTablePropertyProperty_Success
Method · 0.36
mitkPropertyListTest
Function · 0.36
TestSetVtkLookupTable
Method · 0.36