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

Method initialize

plugins/nitf/io/NitfFileWriter.cpp:44–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42{
43
44void NitfFileWriter::initialize()
45{
46 try
47 {
48 register_tre_plugins();
49 }
50 catch (const pdal_error& err)
51 {
52 throw error(err.what());
53 }
54}
55
56
57void NitfFileWriter::addArgs(ProgramArgs& args)

Callers

nothing calls this directly

Calls 3

register_tre_pluginsFunction · 0.85
errorClass · 0.70
whatMethod · 0.45

Tested by

no test coverage detected