MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / heightForWidth

Method heightForWidth

ASAP/MiniMap.cpp:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127int MiniMap::heightForWidth(int w) const {
128 return w/_aspectRatio;
129}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected