11 static string matlabprog =
"matlab -nojvw -nosplash -nodesktop -r ";
27 const char* tc = getenv(
"TEMP");
28 if(!tc) tc = getenv(
"TMP");
35 while((pos = txt.find(src,pos)) != (
int)txt.npos) {
43 return system((
matlabprog+
"\""+cmd+
", exit\"").c_str());
69 void glutBitmapCharacter(
void *font,
int character)
71 int glutBitmapWidth(
void *font,
int character)
int matlabCall(const std::string &cmd)
const string & __set_fnmatchpattern(const string &pattern)
string & replaceAll(string &txt, char src, char tar)
static string __fnmatchpattern
int __fixed_fnmatch(const struct dirent *dent)