X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FDriverDAT%2FDriverDAT_W_SMESHDS_Mesh.h;h=b9b9130c2bc71266522090b47df4d7e4536b9280;hb=a90ef6efde9b07cd44333af32c174fdca08d8057;hp=1af2b6eedb42df5225049c16c1d3b4bc4c728d98;hpb=4791f5b30ea7a9c1247aa551750dc71cb83b99aa;p=modules%2Fsmesh.git diff --git a/src/DriverDAT/DriverDAT_W_SMESHDS_Mesh.h b/src/DriverDAT/DriverDAT_W_SMESHDS_Mesh.h index 1af2b6eed..b9b9130c2 100644 --- a/src/DriverDAT/DriverDAT_W_SMESHDS_Mesh.h +++ b/src/DriverDAT/DriverDAT_W_SMESHDS_Mesh.h @@ -27,31 +27,9 @@ #ifndef _INCLUDE_DRIVERDAT_W_SMESHDS_MESH #define _INCLUDE_DRIVERDAT_W_SMESHDS_MESH -#include -#include +#include "Driver_SMESHDS_Mesh.h" -#include "SMESHDS_Mesh.hxx" -#include "Mesh_Writer.h" +class DriverDAT_W_SMESHDS_Mesh: public Driver_SMESHDS_Mesh +{}; -class DriverDAT_W_SMESHDS_Mesh : public Mesh_Writer { - - public : - DriverDAT_W_SMESHDS_Mesh(); - ~DriverDAT_W_SMESHDS_Mesh(); - - void Add(); - void Write(); - void SetMesh(Handle(SMDS_Mesh)& aMesh); - void SetFile(string); - - void SetFileId(FILE*); - void SetMeshId(int); - -private : - Handle_SMDS_Mesh myMesh; - string myFile; - FILE* myFileId; - int myMeshId; - -}; #endif