36 #ifndef SIMPLEDATAWRITER_HPP_
37 #define SIMPLEDATAWRITER_HPP_
63 const std::string& rFileName,
64 const std::vector<std::vector<double> >& rData,
65 bool cleanDirectory=
true);
78 const std::string& rFileName,
79 const std::vector<double>& rT,
80 const std::vector<double>& rX,
81 bool cleanDirectory=
true);
92 const std::string& rFileName,
93 const std::vector<double>& rData,
94 bool cleanDirectory=
true);
SimpleDataWriter(const std::string &rDirectory, const std::string &rFileName, const std::vector< std::vector< double > > &rData, bool cleanDirectory=true)