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

Method MbReader

plugins/mbio/io/MbReader.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55std::string MbReader::getName() const { return s_info.name; }
56
57MbReader::MbReader() : m_bath(nullptr), m_bathlon(nullptr),
58 m_bathlat(nullptr), m_amp(nullptr), m_bathflag(nullptr), m_ss(nullptr),
59 m_sslon(nullptr), m_sslat(nullptr)
60{}
61
62
63MbReader::~MbReader()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected