100// parse command line using CLI ----------------------------------------------
101 CLI::App app;
102 std::string inputFileName;
103 std::string outputFileName{"result.vox"};
104 app.description("Convert a vol (up to [0,126]^3) to a vox.\n The current exporter does not support custom colormaps, only the voxel values are exported \n Example: vol2vox -i ${DGtal}/examples/samples/Al.100.vol -o Al.100.vox");