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

Method NitfWriter

plugins/nitf/io/NitfWriter.cpp:84–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83
84NitfWriter::NitfWriter()
85{
86 try
87 {
88 m_nitf.initialize();
89 }
90 catch (const NitfFileWriter::error& err)
91 {
92 throwError(err.what());
93 }
94}
95
96
97void NitfWriter::addArgs(ProgramArgs& args)

Callers

nothing calls this directly

Calls 2

initializeMethod · 0.45
whatMethod · 0.45

Tested by

no test coverage detected