Add usage of command line.

This commit is contained in:
sunwen
2023-06-28 16:48:28 +08:00
parent b728b9e204
commit fad9168527
8 changed files with 130 additions and 36 deletions

View File

@@ -1,9 +1,10 @@
#ifndef START_RECONSTRUCTIONS_H
#define START_RECONSTRUCTIONS_H
#include <string>
namespace Recon
{
void startReconstructions();
void startReconstructions(const std::string& aDataPath, const std::string& aDataRefPath, const std::string& aOutputPath);
}
#endif