MCPcopy 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
348void mitk::LookupTable::UpdateOutputInformation()
349{
350 if (this->GetSource())
351 {
352 this->GetSource()->UpdateOutputInformation();
353 }
354}
355
356void mitk::LookupTable::SetRequestedRegionToLargestPossibleRegion()
357{

Callers

nothing calls this directly

Calls 1

GetSourceMethod · 0.45

Tested by

no test coverage detected