X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FDriverUNV%2FDriverUNV_R_SMESHDS_Mesh.h;h=e2ce3e2a70f4261558cd63344aaa6f494585b24c;hp=0c3a7e6fae6f2f6e9e3b1f6dba46a5903c6d475a;hb=8d2ecd75b04ac82778c48882c4f19d4561be0985;hpb=49b22b1c40b88469c8f2dace3fcb278dd83528a9;ds=sidebyside diff --git a/src/DriverUNV/DriverUNV_R_SMESHDS_Mesh.h b/src/DriverUNV/DriverUNV_R_SMESHDS_Mesh.h index 0c3a7e6fa..e2ce3e2a7 100644 --- a/src/DriverUNV/DriverUNV_R_SMESHDS_Mesh.h +++ b/src/DriverUNV/DriverUNV_R_SMESHDS_Mesh.h @@ -6,25 +6,24 @@ #include "SMESHDS_Mesh.hxx" #include "Mesh_Reader.h" -class DriverUNV_R_SMESHDS_Mesh : public Mesh_Reader { +class DriverUNV_R_SMESHDS_Mesh:public Mesh_Reader +{ - public : - DriverUNV_R_SMESHDS_Mesh(); - ~DriverUNV_R_SMESHDS_Mesh(); + public:DriverUNV_R_SMESHDS_Mesh(); + ~DriverUNV_R_SMESHDS_Mesh(); - void Add(); - void Read(); - void SetMesh(Handle(SMDS_Mesh)& aMesh); - void SetFile(string); + void Add(); + void Read(); + 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