Add usage of command line.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user