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

Method GetOutput

Modules/DataTypesExt/src/mitkLookupTableSource.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66mitk::LookupTableSource::OutputType *mitk::LookupTableSource::GetOutput()
67{
68 return itkDynamicCastInDebugMode<OutputType *>(this->GetPrimaryOutput());
69}
70
71const mitk::LookupTableSource::OutputType *mitk::LookupTableSource::GetOutput() const
72{

Callers 15

GraftOutputMethod · 0.95
mainFunction · 0.45
DoReadMethod · 0.45
AnalyzeInputFilesMethod · 0.45
Condense3DBlocksMethod · 0.45

Calls 1

nameMethod · 0.45