mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-07 13:10:42 +02:00
added data type
This commit is contained in:
parent
eb2b093130
commit
0932869b4c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user