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

Method GetOrigin

Modules/Core/src/DataManagement/mitkGeometryTransformHolder.cpp:113–117  ·  view source on GitHub ↗

#Documentation # @brief Get the origin, e.g. the upper-left corner of the plane

Source from the content-addressed store, hash-verified

111 //##Documentation
112 //## @brief Get the origin, e.g. the upper-left corner of the plane
113 Point3D GeometryTransformHolder::GetOrigin() const
114 {
115 Point3D origin(this->GetIndexToWorldTransform()->GetOffset());
116 return origin;
117 }
118
119 //##Documentation
120 //## @brief Set the origin, i.e. the upper-left corner of the plane

Callers 1

EqualMethod · 0.45

Calls 2

GetOffsetMethod · 0.80

Tested by

no test coverage detected