Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ Hdf5Handler
Method
Hdf5Handler
plugins/icebridge/io/Hdf5Handler.cpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
using namespace hdf5;
43
44
Hdf5Handler::Hdf5Handler()
45
: m_numPoints(0)
46
, m_columnDataMap()
47
{ }
48
49
void Hdf5Handler::initialize(
50
const std::string& filename,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected