Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
293
void NitfFileWriter::wrapData(const char *buf, size_t size)
294
{
295
m_source.reset(new ::nitf::SegmentMemorySource(buf, size, 0, 0, false));
296
}
297
298
299
void NitfFileWriter::wrapData(const std::string& filename)
Callers
2
NitfWrap
Method · 0.80
doneFile
Method · 0.80
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected