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

Method GetLocalStorage

Modules/Multilabel/src/mitkMultiLabelSegmentationVtkMapper3D.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112mitk::MultiLabelSegmentationVtkMapper3D::LocalStorage *mitk::MultiLabelSegmentationVtkMapper3D::GetLocalStorage(
113 mitk::BaseRenderer *renderer)
114{
115 return m_LSH.GetLocalStorage(renderer);
116}
117
118void mitk::MultiLabelSegmentationVtkMapper3D::UpdateLookupTable(LocalStorage* localStorage)
119{

Callers 3

GetVtkPropMethod · 0.45
UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected