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

Function main

tools/nitfwrap/NitfWrap.cpp:48–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46#include "NitfWrap.hpp"
47
48int main(int argc, char* argv[])
49{
50 std::vector<std::string> args;
51
52 for (int i = 1; i < argc; ++i)
53 args.push_back(argv[i]);
54
55 try
56 {
57 pdal::nitfwrap::NitfWrap nw(args);
58 }
59 catch (pdal::nitfwrap::error err)
60 {
61 std::cerr << "nitfwrap: " << err.what() << "\n";
62 }
63}
64
65namespace pdal
66{

Callers

nothing calls this directly

Calls 1

whatMethod · 0.45

Tested by

no test coverage detected