X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FDriverDAT%2FDriverDAT_W_SMDS_Mesh.h;h=1739cfe5bbd009914de3382ef398ae6931a8f873;hb=755885c93be4a489c7be08dbdfbb1f8aadd36e4d;hp=9acabe8c80c818ff84a1a989d8858fd3fb841f2c;hpb=8d2ecd75b04ac82778c48882c4f19d4561be0985;p=modules%2Fsmesh.git diff --git a/src/DriverDAT/DriverDAT_W_SMDS_Mesh.h b/src/DriverDAT/DriverDAT_W_SMDS_Mesh.h index 9acabe8c8..1739cfe5b 100644 --- a/src/DriverDAT/DriverDAT_W_SMDS_Mesh.h +++ b/src/DriverDAT/DriverDAT_W_SMDS_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,30 +27,12 @@ #ifndef _INCLUDE_DRIVERDAT_W_SMDS_MESH #define _INCLUDE_DRIVERDAT_W_SMDS_MESH -#include -#include +#include "Driver_SMDS_Mesh.h" -#include "SMDS_Mesh.hxx" -#include "Mesh_Writer.h" - -class DriverDAT_W_SMDS_Mesh:public Mesh_Writer +class DriverDAT_W_SMDS_Mesh: public Driver_SMDS_Mesh { - - public:DriverDAT_W_SMDS_Mesh(); - ~DriverDAT_W_SMDS_Mesh(); - - void Add(); - void Write(); - void SetMesh(SMDS_Mesh * aMesh); - void SetFile(string); - - void SetFileId(FILE *); - void SetMeshId(int); - - private: SMDS_Mesh * myMesh; - string myFile; - FILE *myFileId; - int myMeshId; - + public: + virtual Status Perform(); }; + #endif