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

Method NitfFileReader

plugins/nitf/io/NitfFileReader.cpp:58–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56{
57
58NitfFileReader::NitfFileReader(const std::string& filename) :
59 m_filename(filename),
60 m_validLidarSegments(false),
61 m_lidarDataSegment(0)
62{
63 try
64 {
65 register_tre_plugins();
66 }
67 catch (const pdal_error& err)
68 {
69 throw error(err.what());
70 }
71}
72
73
74void NitfFileReader::open()

Callers

nothing calls this directly

Calls 3

register_tre_pluginsFunction · 0.85
errorClass · 0.70
whatMethod · 0.45

Tested by

no test coverage detected