MCPcopy Create free account
hub / github.com/PDAL/PDAL / QfitReader

Method QfitReader

io/QfitReader.cpp:194–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192std::string QfitReader::getName() const { return s_info.name; }
193
194QfitReader::QfitReader()
195 : pdal::Reader()
196 , m_format(QFIT_Format_Unknown)
197 , m_size(0)
198 , m_littleEndian(false)
199 , m_istream()
200{}
201
202
203void QfitReader::initialize()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected