MCPcopy Create free account
hub / github.com/MITK/MITK / GetTableValue

Method GetTableValue

Modules/Core/src/DataManagement/mitkLookupTable.cpp:274–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274void mitk::LookupTable::GetTableValue(int index, double rgba[4])
275{
276 this->GetVtkLookupTable()->GetTableValue(index, rgba);
277}
278
279void mitk::LookupTable::SetTableValue(int index, double rgba[4])
280{

Callers 15

mainFunction · 0.45
ReadMethod · 0.45
UpdateLookupTableMethod · 0.45
UpdateLookupTableMethod · 0.45
GenerateLookupTableMethod · 0.45
SerializeMethod · 0.45
UpdateHandleHighlightMethod · 0.45
DoCreateParameterizerMethod · 0.45

Calls 1

GetVtkLookupTableMethod · 0.95

Tested by 3

mitkPropertyListTestFunction · 0.36
TestSetOpacityMethod · 0.36