| 116 | } |
| 117 | |
| 118 | void mitk::SmartPointerProperty::SetValue(const ValueType &value) |
| 119 | { |
| 120 | this->SetSmartPointer(value.GetPointer()); |
| 121 | } |
| 122 | |
| 123 | std::string mitk::SmartPointerProperty::GetValueAsString() const |
| 124 | { |
nothing calls this directly
no test coverage detected