| 160 | } |
| 161 | |
| 162 | itk::SmartPointer<mitk::BaseDataSource> mitk::BaseData::GetSource() const |
| 163 | { |
| 164 | return static_cast<mitk::BaseDataSource *>(Superclass::GetSource().GetPointer()); |
| 165 | } |
| 166 | |
| 167 | mitk::PropertyList::Pointer mitk::BaseData::GetPropertyList() const |
| 168 | { |
no test coverage detected