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

Method GetNumProcessedPoints

generator/intermediate_data.cpp:55–55  ·  view source on GitHub ↗

PointStorageWriterInterface overrides:

Source from the content-addressed store, hash-verified

53public:
54 // PointStorageWriterInterface overrides:
55 uint64_t GetNumProcessedPoints() const override { return m_numProcessedPoints; }
56
57protected:
58 uint64_t m_numProcessedPoints = 0;

Callers 1

GenerateIntermediateDataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected