Salome HOME
Merge from tetra_hpc branch
[plugins/ghs3dprlplugin.git] / src / tepal2med / ghs3dprl_mesh_wrap.h
index 8d329e768bb75cbf99d2660ed3da4a5183e6f212..9984bc8437b243304e4852d88567dd83f9e8d164 100755 (executable)
@@ -85,7 +85,8 @@ class familles{
 class ghs3dprl_mesh_wrap
 {
 public:
-   QString medname,casename,path,pathini,filemed,format;
+   QString medname,casename,path,pathini,filemed,format,format_tetra;
+   bool for_tetrahpc; //to know what files to read: .noboite or .mesh
    QRegExp deletegroups; //regular expression 
    long
       nbtetrastotal,
@@ -133,7 +134,8 @@ public:
 
    //family level
    bool set_one_more_family(med_int *fami, med_int *more, med_int nb);
-   med_int create_families(med_idt fid,int sign);
+   med_int create_families(med_idt fid, int sign);
+   med_int create_family_zero(med_idt fid, QString nameMesh);
    void add_family(med_int num,QString newgro);
    void cout_families_and_groups();
    bool idom_nodes();
@@ -149,8 +151,10 @@ public:
    //hight level
    long SwapOutOfMemory_key_mesh_wrap(const QRegExp &rxp,long ifgreaterthan=0);
    bool ReadFileMSGnew(const QString FileName);
+   bool TestExistingFileMESHnew(const QString FileName);
    bool ReadFileGLO(const QString FileName);
    bool ReadFileFACES(const QString FileName);
+   bool ReadFileMESH(const QString FileName);
    bool ReadFileNOBOITE(const QString FileName);
    bool ReadFileNOBOITEB(const QString FileName);
    bool ReadFilePOINTS(const QString FileName);