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

Method ReaderImpl

plugins/e57/libE57Format/src/ReaderImpl.cpp:192–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 }
191
192 ReaderImpl::ReaderImpl( const ustring &filePath, const ReaderOptions &options ) :
193 imf_( filePath, "r", options.checksumPolicy ), root_( imf_.root() ),
194 data3D_( root_.isDefined( "/data3D" ) ? root_.get( "/data3D" ) : VectorNode( imf_ ) ),
195 images2D_( root_.isDefined( "/images2D" ) ? root_.get( "/images2D" ) : VectorNode( imf_ ) )
196 {
197 }
198
199 ReaderImpl::~ReaderImpl()
200 {

Callers

nothing calls this directly

Calls 4

VectorNodeClass · 0.85
rootMethod · 0.45
isDefinedMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected