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

Method GetOutput

Modules/Core/src/Algorithms/mitkDataNodeSource.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41mitk::DataNodeSource::OutputType *mitk::DataNodeSource::GetOutput()
42{
43 return itkDynamicCastInDebugMode<OutputType *>(this->GetPrimaryOutput());
44}
45
46const mitk::DataNodeSource::OutputType *mitk::DataNodeSource::GetOutput() const
47{

Callers 15

ReadMethod · 0.45
ReadMethod · 0.45
GenerateDataMethod · 0.45
NormalizeTimeStepsMethod · 0.45
InternalComputeMaskMethod · 0.45
InternalComputeMaskMethod · 0.45
itkClosingBinaryMethod · 0.45
itkDilateBinaryMethod · 0.45

Calls 1

nameMethod · 0.45