MCPcopy Create free account
hub / github.com/MITK/MITK / SetProperty

Method SetProperty

Modules/DICOM/src/mitkDICOMImageBlockDescriptor.cpp:354–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 12

LiftAndAttachFunction · 0.45
DoReadMethod · 0.45
SetPropertiesFunction · 0.45
SelectObjectMethod · 0.45
DeselectObjectMethod · 0.45
RestoreNodePropertiesMethod · 0.45

Calls

no outgoing calls