Salome HOME
Update to match the changes in SMDS
[modules/smesh.git] / src / DriverUNV / DriverUNV_W_SMDS_Mesh.h
index 141ab21db190bbfb18c82cc00e4d7fe580b57a7c..82b2bcd96c90ea715aa68c8431ebba5358e936a0 100644 (file)
@@ -7,25 +7,24 @@
 #include "SMDS_Mesh.hxx"
 #include "Mesh_Writer.h"
 
 #include "SMDS_Mesh.hxx"
 #include "Mesh_Writer.h"
 
-class DriverUNV_W_SMDS_Mesh : public Mesh_Writer {
+class DriverUNV_W_SMDS_Mesh:public Mesh_Writer
+{
 
 
-  public :
-    DriverUNV_W_SMDS_Mesh();
-    ~DriverUNV_W_SMDS_Mesh();
+  public:DriverUNV_W_SMDS_Mesh();
+       ~DriverUNV_W_SMDS_Mesh();
 
 
-    void Add();
-    void Write();
-    void SetMesh(Handle(SMDS_Mesh)& aMesh);
-    void SetFile(string);
+       void Add();
+       void Write();
+       void SetMesh(SMDS_Mesh * aMesh);
+       void SetFile(string);
 
 
-    void SetFileId(FILE*);
-    void SetMeshId(int);
+       void SetFileId(FILE *);
+       void SetMeshId(int);
 
 
-private :
-    Handle_SMDS_Mesh myMesh;
-    string myFile; 
-    FILE* myFileId;
-    int myMeshId;
+  private:  SMDS_Mesh * myMesh;
+       string myFile;
+       FILE *myFileId;
+       int myMeshId;
 
 };
 #endif
 
 };
 #endif