1 #ifndef HDF_FILE_GENERATING_H 2 #define HDF_FILE_GENERATING_H 4 #include <boost/shared_ptr.hpp> 28 void print(std::ostream& Os)
const;
HdfFileGenerating(const std::string &Fname)
Create a HDF file with the given name.
To avoid creating files when an error occurs, we create the file with the name ".generating" appended...
void abandon()
Abandon a file and clean it up.
void close()
Close a file, changing the name to the final name.
This is a Mixin for classes that can be printed.
This class reads and writes a HDF5 file.
virtual ~HdfFileGenerating()
Contains classes to abstract away details in various Spurr Radiative Transfer software.
void print(std::ostream &Os) const