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

Method main

Examples/SimpleIO/SimpleIO.java:63–74  ·  view source on GitHub ↗
(String argv[])

Source from the content-addressed store, hash-verified

61}
62
63public static void main(String argv[]) {
64
65 if ( argv.length < 2 ) {
66 System.out.println("Usage: java SimpleIO <input> <output>");
67 return;
68 }
69
70 example1(argv[0], argv[1]);
71 example2(argv[0], argv[1]);
72 example3();
73
74}
75
76}

Callers 1

Calls 3

example1Method · 0.95
example2Method · 0.95
example3Method · 0.95

Tested by

no test coverage detected