MCPcopy Create free account
hub / github.com/PDAL/PDAL / ~LasStreamIf

Method ~LasStreamIf

io/LasReader.hpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 { m_istream = FileUtils::openFile(filename); }
75
76 virtual ~LasStreamIf()
77 {
78 if (m_istream)
79 FileUtils::closeFile(m_istream);
80 }
81
82 operator std::istream& ()
83 { return *m_istream; }

Callers

nothing calls this directly

Calls 1

closeFileFunction · 0.50

Tested by

no test coverage detected