X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FDriverDAT%2FDriverDAT_W_SMESHDS_Mesh.h;h=39a63233fade3c4a69d65d4ea59015aeb204cd3e;hb=9d574375eec11986641d605770b5bf64dec9a7ed;hp=1af2b6eedb42df5225049c16c1d3b4bc4c728d98;hpb=2a01836df7e8236c96093b7e2f85b567966078dc;p=modules%2Fsmesh.git diff --git a/src/DriverDAT/DriverDAT_W_SMESHDS_Mesh.h b/src/DriverDAT/DriverDAT_W_SMESHDS_Mesh.h index 1af2b6eed..39a63233f 100644 --- a/src/DriverDAT/DriverDAT_W_SMESHDS_Mesh.h +++ b/src/DriverDAT/DriverDAT_W_SMESHDS_Mesh.h @@ -17,7 +17,7 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // // @@ -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