remove factories and change to size_t

This commit is contained in:
Bechir Braham
2024-04-10 13:34:31 +02:00
parent ea17a640cf
commit bfb59d650b
19 changed files with 302 additions and 342 deletions

View File

@@ -7,7 +7,7 @@
namespace aare {
SubFile::SubFile(std::filesystem::path fname, DetectorType detector, ssize_t rows, ssize_t cols, uint16_t bitdepth) {
SubFile::SubFile(std::filesystem::path fname, DetectorType detector, size_t rows, size_t cols, uint16_t bitdepth) {
this->m_rows = rows;
this->m_cols = cols;
this->m_fname = fname;