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

Method initialize

plugins/rxp/io/RxpReader.cpp:106–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void RxpReader::initialize()
107{
108
109 if (pdal::Utils::isRemote(m_filename))
110 m_filename = pdal::Utils::fetchRemote(m_filename);
111
112 m_uri = m_isRdtp ? "rdtp://" + m_filename : "file:" + m_filename;
113}
114
115
116void RxpReader::addDimensions(PointLayoutPtr layout)

Callers

nothing calls this directly

Calls 2

isRemoteFunction · 0.85
fetchRemoteFunction · 0.85

Tested by

no test coverage detected