MCPcopy Create free account
hub / github.com/comaps/comaps / ~FeaturesAndRawGeometryCollector

Method ~FeaturesAndRawGeometryCollector

generator/feature_generator.cpp:113–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111{}
112
113FeaturesAndRawGeometryCollector::~FeaturesAndRawGeometryCollector()
114{
115 uint64_t terminator = 0;
116 m_rawGeometryFileStream.Write(&terminator, sizeof(terminator));
117 LOG(LINFO, ("Write", m_rawGeometryCounter, "geometries into", m_rawGeometryFileStream.GetName()));
118}
119
120uint32_t FeaturesAndRawGeometryCollector::Collect(FeatureBuilder const & fb)
121{

Callers

nothing calls this directly

Calls 2

WriteMethod · 0.45
GetNameMethod · 0.45

Tested by

no test coverage detected