|
Structural deformable models
|

Go to the source code of this file.
Functions | |
| const string & | __set_fnmatchpattern (const string &pattern) |
| int | __fixed_fnmatch (const struct dirent *dent) |
| const char * | getTemp () |
| string & | replaceAll (string &txt, char src, char tar) |
| int | matlabCall (const std::string &cmd) |
Variables | |
| static string | matlabprog = "matlab -nojvw -nosplash -nodesktop -r " |
| static string | matpath = "./" |
| static string | __fnmatchpattern |
| int __fixed_fnmatch | ( | const struct dirent * | dent | ) |
Definition at line 21 of file utils.cpp.
References __fnmatchpattern.
Referenced by __set_fnmatchpattern(), and fromString().
| const string& __set_fnmatchpattern | ( | const string & | pattern | ) |
Definition at line 15 of file utils.cpp.
References __fixed_fnmatch(), and __fnmatchpattern.
Referenced by FFind::find(), and fromString().
| const char* getTemp | ( | ) |
Definition at line 25 of file utils.cpp.
Referenced by fromString().
| int matlabCall | ( | const std::string & | cmd | ) |
| string& replaceAll | ( | string & | txt, |
| char | src, | ||
| char | tar | ||
| ) |
Definition at line 32 of file utils.cpp.
Referenced by fromString().
|
static |
Definition at line 14 of file utils.cpp.
Referenced by __set_fnmatchpattern().
|
static |
Definition at line 11 of file utils.cpp.
Referenced by matlabCall().
1.8.11