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

Method FbiReader

io/FbiReader.cpp:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143FbiReader::FbiReader()
144 : pdal::Reader()
145 , hdr(new fbi::FbiHdr())
146{
147}
148
149std::string FbiReader::getName() const { return s_info.name; }
150

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected