MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / getOtherTransform

Method getOtherTransform

src/templates/template.cpp:878–882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

876 map->emitTemplateChanged(this);
877}
878void Template::getOtherTransform(TemplateTransform& out) const
879{
880 Q_ASSERT(!is_georeferenced);
881 out = other_transform;
882}
883void Template::setOtherTransform(const TemplateTransform& transform)
884{
885 Q_ASSERT(!is_georeferenced);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected