1 #ifndef VIEW_CSV_GZ_EXPORTER_H_INCLUDED
2 #define VIEW_CSV_GZ_EXPORTER_H_INCLUDED
44 static bool Export(std::shared_ptr<SimPT_Sim::SimInterface> sim, std::string
const& file_path,
bool overwrite =
true);
54 static void StreamCellData(
const SimPT_Sim::Mesh* mesh, QTextStream& csv_stream);
57 static void StreamWallData(
const SimPT_Sim::Mesh* mesh, QTextStream& csv_stream);
60 static void StreamMeshData(
const SimPT_Sim::Mesh* mesh, QTextStream& csv_stream);
65 #endif // end_of_include_guard
Namespace for SimPT shell package.
Namespace for the core simulator.
static bool Export(std::shared_ptr< SimPT_Sim::SimInterface > sim, std::string const &file_path, bool overwrite=true)
Export mesh state to csv format.
static std::string GetFileExtension()
File extension associated with this export format.
Functions and data for gzip'ed CSV (comma-separated values) export of Sim objects.
Structure of cells; key data structure.