UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
misc.H
1 /* misc.H */
2 /* $Id: misc.H,v 2.3 2000/12/19 20:29:01 garry Exp $ */
3 #ifndef __misc_H
4 #define __misc_H
5 
6 #include <ldb/dbtools.h>
7 #include <mix/geometry.H>
8 
9 // По указателю на модель и названию проекта чистится.
10 void clear_db_structure(const char*,const dbItem& dbiWhat);
11 // Удалить результат моделирования по одному пункту взрываvoid clear_modeling_data(const char*,const dbItem& dbiWhat,const point&pSP, const int, const int); // Удаляет область моделирования void clear_modeling_area (const char*sProject, const dbItem& dbiWhere); // Создает и записывает простую (параллелепипед) область моделирования void new_modeling_area (const char* sProject, const point&p1,const point&p2,const point&p3, const point&p4,double zmin, double zmax, const char* sComment); #endif /* misc.H */ /* Melnikov George Yu. 6-Jul-1999 */
12 void clear_modeling_data(const char*,const dbItem& dbiWhat,const point&pSP,
13  const int, const int);
14 
15 // Удаляет область моделирования
16 void clear_modeling_area (const char*sProject, const dbItem& dbiWhere);
17 
18 // Создает и записывает простую (параллелепипед) область моделирования
19 void new_modeling_area (const char* sProject,
20  const point&p1,const point&p2,const point&p3,
21  const point&p4,double zmin, double zmax,
22  const char* sComment);
23 
24 #endif /* misc.H */
25 /* Melnikov George Yu. 6-Jul-1999 */
Definition: geometry.H:16
Definition: dbnamedefs.h:85