PointStorageWriterInterface overrides:
| 53 | public: |
| 54 | // PointStorageWriterInterface overrides: |
| 55 | uint64_t GetNumProcessedPoints() const override { return m_numProcessedPoints; } |
| 56 | |
| 57 | protected: |
| 58 | uint64_t m_numProcessedPoints = 0; |
no outgoing calls
no test coverage detected