Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ UpdateOutputInformation
Method
UpdateOutputInformation
Modules/Core/src/DataManagement/mitkLookupTable.cpp:348–354 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
346
}
347
348
void mitk::LookupTable::UpdateOutputInformation()
349
{
350
if (this->GetSource())
351
{
352
this->GetSource()->UpdateOutputInformation();
353
}
354
}
355
356
void mitk::LookupTable::SetRequestedRegionToLargestPossibleRegion()
357
{
Callers
nothing calls this directly
Calls
1
GetSource
Method · 0.45
Tested by
no test coverage detected