| 88 | } |
| 89 | |
| 90 | itk::Object::Pointer mitk::SmartPointerProperty::GetValue() const |
| 91 | { |
| 92 | return this->GetSmartPointer(); |
| 93 | } |
| 94 | |
| 95 | void mitk::SmartPointerProperty::SetSmartPointer(itk::Object *pointer) |
| 96 | { |
nothing calls this directly
no test coverage detected