Update MatlabWriter.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define MATLABWRITER_H
|
||||
|
||||
#include "Matrix.h"
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include <matio.h>
|
||||
|
||||
@@ -10,11 +11,13 @@ class MatlabWriter
|
||||
public:
|
||||
MatlabWriter(const std::string& aFileName);
|
||||
~MatlabWriter();
|
||||
void write(const Aurora::Matrix& aMatrixs, const std::string& aName);
|
||||
void write();
|
||||
void setMatrix(const Aurora::Matrix& aMatrixs, const std::string& aName);
|
||||
|
||||
private:
|
||||
std::string mFileName;
|
||||
mat_t* mMat;
|
||||
std::map<std::string , Aurora::Matrix> mMatrixs;
|
||||
};
|
||||
|
||||
#endif // MATLABWRITER_H
|
||||
|
||||
Reference in New Issue
Block a user