MCPcopy 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
279void mitk::LookupTable::SetTableValue(int index, double rgba[4])
280{
281 this->GetVtkLookupTable()->SetTableValue(index, rgba);
282}
283
284vtkSmartPointer<vtkLookupTable> mitk::LookupTable::GetVtkLookupTable() const
285{

Callers 15

LiftPrivateTagPerFrameFunction · 0.45
DeserializeMethod · 0.45
DeserializeMethod · 0.45
DeserializeMethod · 0.45
DeserializeMethod · 0.45
DeserializeMethod · 0.45
GetPixmapFromImageNodeFunction · 0.45
SetDefaultPropertiesMethod · 0.45

Calls 1

GetVtkLookupTableMethod · 0.95