added save pattern, printout of some of the pattern for command line

This commit is contained in:
2019-08-27 16:41:38 +02:00
parent 7abb18e5c8
commit f123a280bb
5 changed files with 85 additions and 15 deletions

View File

@ -999,6 +999,9 @@ class Detector {
/** [CTB] */
void setPattern(const std::string &fname, Positions pos = {});
/** [CTB] */
void savePattern(const std::string &fname);
/** [CTB] */
Result<uint64_t> getPatternIOControl(Positions pos = {}) const;