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