MCPcopy Create free account
hub / github.com/OpenVicProject/OpenVic / get_subdivide_width

Method get_subdivide_width

extension/src/MapMesh.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58int32_t MapMesh::get_subdivide_width() const {
59 return subdivide_w;
60}
61
62void MapMesh::set_subdivide_depth(const int32_t divisions) {
63 subdivide_d = divisions > 0 ? divisions : 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected