Salome HOME
*** empty log message ***
[modules/multipr.git] / src / MULTIPR / MULTIPR_i.hxx
index 98763210d2ec54248f8e9914873e20de0ff988c1..961b44d531fbf621a3db3415adb55cab104bfea8 100644 (file)
@@ -70,6 +70,13 @@ public:
        CORBA::Boolean isValidDistributedMEDFile()
                throw (SALOME::SALOME_Exception);
        
+       /**
+        * Returns the name of the associated MED file.
+        * \return the name of the associated MED file.
+        */
+       char* getFilename()
+               throw (SALOME::SALOME_Exception);
+       
        /**
         * Defines the mesh to be processed.
         * \param  pMeshName name of the mesh to be partitionned.
@@ -215,8 +222,9 @@ public:
        
        /**
         * Saves the associated MED file if necessary.
+        * \param  pPath path where to save the file.
         */
-       void save()
+       void save(const char* pPath)
                throw (SALOME::SALOME_Exception);
        
 private: