20 #include "../include/ds.h" 21 #include "../include/tracker.h" 38 double2 *
readIn(std::string fileR, std::string fileI,
int gSize);
50 void writeOut(std::string buffer, std::string file, double2 *
data,
int length,
int step);
115 std::vector<std::shared_ptr<Vtx::Vortex>> &
data,
int step);
145 void writeOutAdjMat(std::string buffer, std::string file,
int *
mat,
unsigned int *uids,
int dim,
int step);
159 unsigned int *uids,
int dim,
int step);
void writeOutVortex(std::string buffer, std::string file, std::vector< std::shared_ptr< Vtx::Vortex >> &data, int step)
Writes the specified Vtx::Vortex array to a text file.
void writeOutBool(std::string buffer, std::string file, bool *data, int length, int step)
Writes the specified double array to a text file.
void writeOutInt2(std::string buffer, std::string file, int2 *data, int length, int step)
Writes the specified int2 array to a text file.
int readState(std::string name)
void writeOutAdjMat(std::string buffer, std::string file, int *mat, unsigned int *uids, int dim, int step)
Write adjacency matrix of ints to a file in Mathematica readable format.
void writeOutParam(std::string buffer, Grid &par, std::string file)
Writes the parameter file.
void writeOutDouble(std::string buffer, std::string file, double *data, int length, int step)
Writes the specified double array to a text file.
% Indexing needs to % be modified if you wish to use the ordered data sets % Calculate the Voronoi diagram of the resulting data
double2 * readIn(std::string fileR, std::string fileI, int gSize)
Reads in the real and imaginary components from text files.
void writeOut(std::string buffer, std::string file, double2 *data, int length, int step)
Writes the specified double2 array to a text file.
Class to hold the variable map and grid information.
% Prealloc may improve speed here end save Ek mat
void writeOutInt(std::string buffer, std::string file, int *data, int length, int step)
Writes the specified int array to a text file.