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

Method wrapData

plugins/nitf/io/NitfFileWriter.cpp:293–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291
292
293void NitfFileWriter::wrapData(const char *buf, size_t size)
294{
295 m_source.reset(new ::nitf::SegmentMemorySource(buf, size, 0, 0, false));
296}
297
298
299void NitfFileWriter::wrapData(const std::string& filename)

Callers 2

NitfWrapMethod · 0.80
doneFileMethod · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected