MCPcopy Create free account
hub / github.com/comaps/comaps / WritePolygonsInfo

Method WritePolygonsInfo

generator/borders.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89
90 void WritePolygonsInfo()
91 {
92 auto w = m_writer.GetWriter(PACKED_POLYGONS_INFO_TAG);
93 rw::Write(*w, m_polys);
94 }
95
96private:
97 FilesContainerW m_writer;

Callers 1

GeneratePackedBordersFunction · 0.80

Calls 2

GetWriterMethod · 0.80
WriteFunction · 0.50

Tested by

no test coverage detected