Move HDF compound type definitions to constructor

This commit is contained in:
johltn
2021-02-18 10:35:51 +01:00
parent 0882bfaf3e
commit 12983ea4fe
2 changed files with 60 additions and 63 deletions
+6
View File
@@ -40,6 +40,12 @@ private:
std::set<std::string> guids;
std::vector<double> double_data_container;
std::vector<int> int_data_container;
const H5std_string DATASET_NAME_POSITIONS;
const H5std_string DATASET_NAME_NORMALS;
const H5std_string DATASET_NAME_INDICES;
H5::CompType mtype1;
H5::CompType mtype2;
H5::CompType mtype3;
public: