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

Method SetPropertyList

Modules/Core/src/DataManagement/mitkBaseData.cpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182void mitk::BaseData::SetPropertyList(PropertyList *pList)
183{
184 m_PropertyList = pList;
185}
186
187void mitk::BaseData::SetOrigin(const mitk::Point3D &origin)
188{

Calls

no outgoing calls