FileConfig structure to store the configuration of a file dtype: data type of the file rows: number of rows in the file cols: number of columns in the file geometry: geometry of the file.
More...
#include <FileInterface.hpp>
FileConfig structure to store the configuration of a file dtype: data type of the file rows: number of rows in the file cols: number of columns in the file geometry: geometry of the file.
◆ operator!=()
bool aare::FileConfig::operator!= |
( |
const FileConfig & |
other | ) |
const |
|
inline |
◆ operator==()
bool aare::FileConfig::operator== |
( |
const FileConfig & |
other | ) |
const |
|
inline |
◆ cols
uint64_t aare::FileConfig::cols |
◆ dtype
◆ geometry
xy aare::FileConfig::geometry {1, 1} |
◆ rows
uint64_t aare::FileConfig::rows |
The documentation for this struct was generated from the following file: