VPTissue Reference Manual
SimPT_Shell::CsvGzExporter Class Reference

Functions and data for gzip'ed CSV (comma-separated values) export of Sim objects. More...

#include <CsvGzExporter.h>

Collaboration diagram for SimPT_Shell::CsvGzExporter:
Collaboration graph

Static Public Member Functions

static bool Export (std::shared_ptr< SimPT_Sim::SimInterface > sim, std::string const &file_path, bool overwrite=true)
 Export mesh state to csv format. More...
 
static std::string GetFileExtension ()
 File extension associated with this export format. More...
 

Detailed Description

Functions and data for gzip'ed CSV (comma-separated values) export of Sim objects.

Definition at line 35 of file CsvGzExporter.h.

Member Function Documentation

bool SimPT_Shell::CsvGzExporter::Export ( std::shared_ptr< SimPT_Sim::SimInterface sim,
std::string const &  file_path,
bool  overwrite = true 
)
static

Export mesh state to csv format.

Parameters
meshMesh to export.
filenameName of file.
overwriteWhether to overwrite if path already exists.

Definition at line 40 of file CsvGzExporter.cpp.

string SimPT_Shell::CsvGzExporter::GetFileExtension ( )
static

File extension associated with this export format.

Returns
String containing file extension (without a ".")

Definition at line 65 of file CsvGzExporter.cpp.


The documentation for this class was generated from the following files: