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