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

Method Reader

plugins/e57/libE57Format/src/E57SimpleReader.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32namespace e57
33{
34 Reader::Reader( const ustring &filePath, const ReaderOptions &options ) :
35 impl_( new ReaderImpl( filePath, options ) )
36 {
37 }
38
39 // Note that this constructor is deprecated (see header).
40 Reader::Reader( const ustring &filePath ) : Reader( filePath, {} )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected