mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 21:53:40 +00:00
Move HDF compound type definitions to constructor
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user