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

Method E57XmlFileInputSource

plugins/e57/libE57Format/src/E57XmlParser.cpp:217–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215// E57XmlFileInputSource
216
217E57XmlFileInputSource::E57XmlFileInputSource( CheckedFile *cf, uint64_t logicalStart,
218 uint64_t logicalLength ) :
219 InputSource( "E57File",
220 XMLPlatformUtils::fgMemoryManager ), //??? what if want to use our own memory
221 // manager?, what bufid is good?
222 cf_( cf ), logicalStart_( logicalStart ), logicalLength_( logicalLength )
223{
224}
225
226BinInputStream *E57XmlFileInputSource::makeStream() const
227{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected