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

Method WritePaddingByEnd

libs/coding/file_writer.hpp:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 FilesContainerWriter(std::string const & fileName, Op operation) : FileWriter(fileName, operation) {}
62
63 void WritePaddingByEnd(size_t factor) { WritePadding(Size(), factor); }
64 void WritePaddingByPos(size_t factor) { WritePadding(Pos(), factor); }
65
66private:

Callers 1

BuildRoadAltitudesFunction · 0.80

Calls 2

WritePaddingFunction · 0.85
SizeFunction · 0.85

Tested by

no test coverage detected