19 const std::map<std::string, double>& data,
20 const std::string& lengthUnits =
"",
21 const std::string& temporalUnits =
"") = 0;
25 const std::string& lengthUnits =
"",
26 const std::string& temporalUnits =
"") = 0;
32using H5WellTops_ptr = std::unique_ptr<H5WellTops, h5geo::ObjectDeleter>;
Provides API to work with 1D points.
Definition h5points1.h:12
Provides API to work with wells.
Definition h5well.h:22
Provides API to work with welltops.
Definition h5welltops.h:12
virtual std::map< std::string, double > getDataAsMap(const std::string &lengthUnits="", const std::string &temporalUnits="")=0
Get data as std::map<name, value>
virtual H5Well * openWell()=0
Open parent H5Well.
virtual bool writeData(const std::map< std::string, double > &data, const std::string &lengthUnits="", const std::string &temporalUnits="")=0
Write data to DataSet.