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

Method ready

io/ObjReader.cpp:68–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void ObjReader::ready(PointTableRef)
69{
70 m_istream = Utils::openFile(m_filename, false);
71 if (!m_istream)
72 throwError("Couldn't open '" + m_filename + "'.");
73 m_index = 0;
74}
75
76void ObjReader::done(PointTableRef)
77{

Callers

nothing calls this directly

Calls 1

openFileFunction · 0.50

Tested by

no test coverage detected