]> SALOME platform Git repositories - modules/homard.git/blobdiff - idl/HOMARD_Gen.idl
Salome HOME
Correction schema YCAS pour une frontière discrète.
[modules/homard.git] / idl / HOMARD_Gen.idl
index 724e7948907e0ce090db9e816c87f3bf0cf5d666..29eabb2472f8bdadacad8f198971c9caa89bf3e0 100644 (file)
@@ -52,67 +52,67 @@ module HOMARD
 // A.1. Les creations
 //
     HOMARD_Boundary   CreateBoundaryDi (in string BoundaryName, in string MeshName, in string FileName)
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
     HOMARD_Boundary   CreateBoundaryCylinder (in string BoundaryName,
                                       in double Xcentre, in double Ycentre, in double Zcentre,
                                       in double Xaxis, in double Yaxis, in double Zaxis,
                                       in double Radius)
-                                                           raises (SALOME::SALOME_Exception);
+    raises (SALOME::SALOME_Exception);
     HOMARD_Boundary   CreateBoundarySphere (in string BoundaryName,
                                       in double Xcentre, in double Ycentre, in double Zcentre,
                                       in double Radius)
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
     HOMARD_Boundary   CreateBoundaryConeR (in string BoundaryName,
                                       in double Xcentre1, in double Ycentre1, in double Zcentre1, in double Radius1,
                                       in double Xcentre2, in double Ycentre2, in double Zcentre2, in double Radius2)
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
     HOMARD_Boundary   CreateBoundaryConeA (in string BoundaryName,
                                       in double Xaxis, in double Yaxis, in double Zaxis, in double Angle,
                                       in double Xcentre, in double Ycentre, in double Zcentre)
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
     HOMARD_Cas        CreateCase(in string CaseName, in string MeshName, in string FileName )
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
     HOMARD_Cas        CreateCaseFromIteration(in string CaseName, in string DirNameStart )
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
     HOMARD_Cas        CreateCaseFromCaseLastIteration(in string CaseName, in string DirNameStart )
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
     HOMARD_Cas        CreateCaseFromCaseIteration(in string CaseName, in string DirNameStart, in long Number )
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
     HOMARD_Hypothesis CreateHypothesis(in string HypoName )
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
     HOMARD_Zone       CreateZoneBox (in string ZoneName,
                                      in double Xmini, in double Xmaxi,
                                      in double Ymini, in double Ymaxi,
                                      in double Zmini, in double Zmaxi)
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
     HOMARD_Zone       CreateZoneBox2D (in string ZoneName,
                                        in double Umini, in double Umaxi,
                                        in double Vmini, in double Vmaxi,
                                        in long Orient)
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
     HOMARD_Zone       CreateZoneCylinder (in string ZoneName,
                                           in double Xcentre, in double Ycentre, in double Zcentre,
                                           in double Xaxis, in double Yaxis, in double Zaxis,
                                           in double Radius, in double Height)
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
     HOMARD_Zone       CreateZoneDisk (in string ZoneName,
                                       in double Ucentre, in double Vcentre,
                                       in double Radius, in long Orient)
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
     HOMARD_Zone       CreateZoneDiskWithHole (in string ZoneName,
                                               in double Ucentre, in double Vcentre,
                                               in double Radius, in double InternalRadius,
                                               in long Orient)
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
     HOMARD_Zone       CreateZonePipe (in string ZoneName,
                                       in double Xcentre, in double Ycentre, in double Zcentre,
                                       in double Xaxis, in double Yaxis, in double Zaxis,
                                       in double Radius, in double Height, in double InternalRadius)
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
     HOMARD_Zone       CreateZoneSphere (in string ZoneName,
                                         in double Xcentre, in double Ycentre, in double Zcentre,
                                         in double Radius)
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
 //
 // A.2. Les informations
 //
@@ -130,73 +130,77 @@ module HOMARD
     listeYACSs      GetAllYACSsName()                      raises (SALOME::SALOME_Exception);
     listeZones      GetAllZonesName()                      raises (SALOME::SALOME_Exception);
 
-    void            MeshInfo(in string CaseName, in string MeshName, in string FileName,  in string DirName, in long Qual, in long Diam, in long Conn, in long Tail, in long Inte )
-                                                           raises (SALOME::SALOME_Exception);
+    void MeshInfo(in string CaseName, in string MeshName, in string FileName,  in string DirName, in long Qual, in long Diam, in long Conn, in long Tail, in long Inte )
+    raises(SALOME::SALOME_Exception);
 
     HOMARD_Iteration LastIteration(in string CaseName)     raises (SALOME::SALOME_Exception);
 //
 // A.3. L'etude
 //
-    void     SetCurrentStudy(in SALOMEDS::Study theStudy)  raises (SALOME::SALOME_Exception);
+    void SetCurrentStudy(in SALOMEDS::Study theStudy)      raises (SALOME::SALOME_Exception);
     SALOMEDS::Study GetCurrentStudy()                      raises (SALOME::SALOME_Exception);
-    long     GetCurrentStudyID()                           raises (SALOME::SALOME_Exception);
+    long GetCurrentStudyID()                               raises (SALOME::SALOME_Exception);
 //
 // B. Les methodes qui suivent n'apparaissent pas dans le composant HOMARD dans YACS
 //    L'utilisateur ne devrait pas les connaitre (ni s'en servir, a fortiori)
 //
-    HOMARD_Iteration  CreateIteration(in string IterName, in string PreviousIterName )
-                                                           raises (SALOME::SALOME_Exception);
+    HOMARD_Iteration CreateIteration(in string IterName, in string PreviousIterName )
+    raises(SALOME::SALOME_Exception);
 //
     void InvalideBoundary (in string BoundaryName)         raises (SALOME::SALOME_Exception);
     void InvalideHypo (in string HypoName)                 raises (SALOME::SALOME_Exception);
     void InvalideIter (in string IterName)                 raises (SALOME::SALOME_Exception);
     void InvalideIterOption (in string IterName, in long Option)
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
     void InvalideZone (in string ZoneName)                 raises (SALOME::SALOME_Exception);
 
     long DeleteBoundary (in string BoundaryName)           raises (SALOME::SALOME_Exception);
     long DeleteCase(in string CaseName, in long Option)
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
     long DeleteHypo(in string HypoName)                    raises (SALOME::SALOME_Exception);
     long DeleteIteration(in string IterName, in long Option)
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
     long DeleteIterationOption(in string IterName, in long Option1, in long Option2)
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
     long DeleteYACS(in string YacsName, in long Option)    raises (SALOME::SALOME_Exception);
     long DeleteZone (in string ZoneName)                   raises (SALOME::SALOME_Exception);
 //
     void AssociateIterHypo(in string IterName, in string HypoName)
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
 
 //
     void AssociateHypoZone(in string HypoName, in string ZoneName, in long TypeUse)
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
     void DissociateHypoZone(in string HypoName, in string ZoneName)
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
 
     long Compute (in string IterName, in long CleanOption, in long modeHOMARD, in long Option1, in long Option2)
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
 
 //
     string CreateDirNameIter(in string NomDir, in long option )
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
 
     boolean VerifieDir (in string IterName)                raises (SALOME::SALOME_Exception);
 
 //
-    void  PublishFileUnderIteration(in string IterName, in string FileName, in string Comment)
-                                                           raises (SALOME::SALOME_Exception);
-    void  PublishBoundaryUnderCase(in string CaseName, in string BoundaryName);
-    void  PublishResultInSmesh(in string FileName, in long Option)
-                                                           raises (SALOME::SALOME_Exception);
+    void PublishFileUnderIteration(in string IterName, in string FileName, in string Comment)
+    raises(SALOME::SALOME_Exception);
+    void PublishBoundaryUnderCase(in string CaseName, in string BoundaryName)
+    raises(SALOME::SALOME_Exception);
+    void PublishResultInSmesh(in string FileName, in long Option)
+    raises(SALOME::SALOME_Exception);
 
 //
     HOMARD_YACS CreateYACSSchema(in string YACSName, in string CaseName, in string ScriptFile, in string DirName, in string MeshFile)
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
     long YACSWrite (in string YACSName)                    raises (SALOME::SALOME_Exception);
     long YACSWriteOnFile (in string YACSName, in string YACSFile)
-                                                           raises (SALOME::SALOME_Exception);
+    raises(SALOME::SALOME_Exception);
 
+//
+    void SetLanguageShort (in string LanguageShort)        raises (SALOME::SALOME_Exception);
+    string GetLanguageShort ()                             raises (SALOME::SALOME_Exception);
   };
 };