| 352 | } |
| 353 | |
| 354 | void mitk::DICOMImageBlockDescriptor::SetProperty( const std::string& key, BaseProperty* value ) |
| 355 | { |
| 356 | m_PropertyList->SetProperty( key, value ); |
| 357 | } |
| 358 | |
| 359 | mitk::BaseProperty* mitk::DICOMImageBlockDescriptor::GetProperty( const std::string& key ) const |
| 360 | { |
no outgoing calls