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

Method SetClonedGeometry

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

Source from the content-addressed store, hash-verified

120}
121
122void mitk::BaseData::SetClonedGeometry(const BaseGeometry *aGeometry3D)
123{
124 SetGeometry(static_cast<mitk::BaseGeometry *>(aGeometry3D->Clone().GetPointer()));
125}
126
127void mitk::BaseData::SetClonedTimeGeometry(const TimeGeometry *geometry)
128{

Calls 3

GetPointerMethod · 0.80
CloneMethod · 0.45
SetTimeStepGeometryMethod · 0.45

Tested by 9

setUpMethod · 0.64
Check_DifferentOriginMethod · 0.64
setUpMethod · 0.64