| 126 | |
| 127 | |
| 128 | point_count_t PgReader::getMaxPoints() const |
| 129 | { |
| 130 | if (m_cached_point_count == 0) |
| 131 | getNumPoints(); // Fills m_cached_max_points. |
| 132 | return m_cached_max_points; |
| 133 | } |
| 134 | |
| 135 | |
| 136 | uint32_t PgReader::fetchPcid() const |
nothing calls this directly
no test coverage detected