mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-01-21 07:06:42 +01:00
added data type
This commit is contained in:
@@ -37,6 +37,9 @@ public:
|
|||||||
|
|
||||||
virtual size_t cols() const = 0;
|
virtual size_t cols() const = 0;
|
||||||
|
|
||||||
|
// function to query the data type of the file
|
||||||
|
/*virtual DataType dtype = 0; */
|
||||||
|
|
||||||
virtual ~FileInterface() = 0;
|
virtual ~FileInterface() = 0;
|
||||||
};
|
};
|
||||||
} // namespace aare
|
} // namespace aare
|
||||||
|
|||||||
Reference in New Issue
Block a user