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

Method GetReferenceGeometry

Modules/Core/src/DataManagement/mitkPlaneGeometry.cpp:889–889  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

887
888 void PlaneGeometry::SetReferenceGeometry(const mitk::BaseGeometry *geometry) { m_ReferenceGeometry = geometry; }
889 const mitk::BaseGeometry *PlaneGeometry::GetReferenceGeometry() const { return m_ReferenceGeometry; }
890 bool PlaneGeometry::HasReferenceGeometry() const { return (m_ReferenceGeometry != nullptr); }
891} // namespace

Callers 6

SegSliceOperationMethod · 0.45
GetClippedPlaneBoundsMethod · 0.45
CreateVtkCrosshairMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected