| 192 | std::string QfitReader::getName() const { return s_info.name; } |
| 193 | |
| 194 | QfitReader::QfitReader() |
| 195 | : pdal::Reader() |
| 196 | , m_format(QFIT_Format_Unknown) |
| 197 | , m_size(0) |
| 198 | , m_littleEndian(false) |
| 199 | , m_istream() |
| 200 | {} |
| 201 | |
| 202 | |
| 203 | void QfitReader::initialize() |
nothing calls this directly
no outgoing calls
no test coverage detected