UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
rt_migr_io.hpp
1 // rt_migr_io.hpp
2 // $Id: rt_migr_io.hpp,v 1.6 2006/10/09 16:02:28 guser4 Exp $
3 //---------------------------------------------------------------------
4 #ifndef __rt_migr_iohpp
5 #define __rt_migr_iohpp
6 
7 #include <sys/stat.h> // for mkdir()
8 #include "rt_migr.hpp"
9 
10 
12 char* GetTmpFilesPath(char* name, int prog_id);
13 
15 bool SaveGrid(bool is_SP, int num, MigrCell *grid, int size, int prog_id);
16 
18 bool LoadGrid(bool is_SP, int num, MigrCell *&grid, int &size, int prog_id);
19 
21 void CleanMIG(MigrInnerGrid grid, int i_max, int j_max);
22 
24 void DeleteTmpFiles(int spN, int recN, int prog_id);
25 
27 void SaveIPGrid(MigrInnerGrid grid, int i_max, int j_max, int prog_id, int sp_num);
28 
29 #endif
migration-cell structure
Definition: u3d_migr_defines.hpp:47
migration-cell structure
Definition: u3d_migr_defines.hpp:31