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

Method SetReferenceGeometry

Modules/Core/src/DataManagement/mitkSlicedGeometry3D.cpp:462–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462void mitk::SlicedGeometry3D::SetReferenceGeometry(const BaseGeometry *referenceGeometry)
463{
464 m_ReferenceGeometry = referenceGeometry;
465
466 std::vector<PlaneGeometry::Pointer>::iterator it;
467
468 for (it = m_PlaneGeometries.begin(); it != m_PlaneGeometries.end(); ++it)
469 {
470 (*it)->SetReferenceGeometry(referenceGeometry);
471 }
472}
473
474bool mitk::SlicedGeometry3D::HasReferenceGeometry() const
475{

Callers 2

SetPlaneGeometryMethod · 0.45
PreSetSpacingMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected